I was using Formbuilder module to build a form. I have a date field in my form and used the datatype "Datepicker". In the Form template, I used the code below to display it in the UI.
Code: Select all
<tr>
<td align="right"><p>Date submitted {$date->required_symbol}:</p></td>
<td>{$date->input}</td>
</tr>
The URL for the form is below.
http://ww2.ce.gatech.edu/Employers/Submit-Job-Posting/
Any pointers to this would be very helpful.
Thanks,
Neo