Jump to content

Option select form


Recommended Posts

Hello,

How make drop-list with select function in order-carrier.tpl, that select text send to administration panel in the messages box.

 

<form action="{$link->getPageLink('order', true)}" method="post" class="form-control" id="ordermsg">

<p class="carrier_title">Select number:</p>

<select value="message">

<option data-comment="" value="">Select number</option>

<option data-comment="First number" value="1">First</option>

<option data-comment="Second number" value="2">Second</option>

</select>

Shipping.jpg

 

admin-messages.jpg

 

Please help me!

Link to comment
Share on other sites

×
×
  • Create New...