Jump to content

Field Requirment


sub0dos

Recommended Posts

Hello,

I need help on making a field a necessary requirement. I know this is fairly simple but Ive looked around so many places and cannot find the solution.

Here is my code

 

 

 

<form action=”{$base_dir}order-detail.php” method=“post” class=“std” id=“sendOrderMessage”> {l s=‘Add a message:’} {l s=‘Please Type In Your Purchase Order Number….’}

 

<textarea cols=“67” rows=“3” name=“msgText”></textarea> <input type=“hidden” name=“id_order” value=”{$order->id|intval}” > <input type=“submit” class=“button” name=“submitMessage” value=”{l s=‘Send’}”/>

</form>

 

 

 

Thank you in advance.

 

Sub.

Link to comment
https://forums.phpfreaks.com/topic/160643-field-requirment/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.