<Solved>Datepicker in Formbuilder
Posted: Fri Nov 16, 2007 8:47 pm
Hi all,
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.
But in the UI, instead of displaying the field, it displays the string "Array". Not sure if there is any other way of specifying the date field in the template.
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
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