hello,
i would like to make the date-field behave to be a required field.
how do i do that?
am i looking at rewriting large portions of code, or would that be just changing a few lines?
any hints?
hello,
i would like to make the date-field behave to be a required field.
how do i do that?
am i looking at rewriting large portions of code, or would that be just changing a few lines?
any hints?
If you create a new form you get:
<p><label>Your Name (required)<br />
[text* your-name] </label></p>
I believe the * denotes that it is a required field.
This topic has been closed to new replies.