required field on form
-
Hi,
I would like to have the start time to be required so I made this :
<div class=”input”>
<label for=”event_start_time”><?php _e(‘Time’,’events-made-easy-frontend-submit’); ?><small><?php _e(‘required’,’events-made-easy-frontend-submit’); ?></small></label>
<?php EMEFS::required_field(‘event_start_time’); ?>
<?php EMEFS::error(‘event_start_time’); ?>
</div>But when I don’t choose a time my form is validated anyway ! Can you help me please ?
Thank you in advance.
Best regards,
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘required field on form’ is closed to new replies.