subzero Posted June 2, 2009 Share Posted June 2, 2009 Hi i have a text field in my presta shop i want to make necessary for users to enter data into it.Here is the php:<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. Link to comment Share on other sites More sharing options...
Patric Posted June 2, 2009 Share Posted June 2, 2009 Where does this field appear ? Link to comment Share on other sites More sharing options...
subzero Posted June 2, 2009 Author Share Posted June 2, 2009 It appears instead of the comment box on checkout. (I modded it to my own specification) Link to comment Share on other sites More sharing options...
Recommended Posts