Editing default start time on submission form
-
Hi,
I’m trying to edit the default start time that appears on the submission form in recurring-when.php and when.php. Instead of 12:00 AM I want it to show 8:00 PM. I tried this snippet as the updated value of the input but it doesn’t work:
<?php echo date( $hours_format, ( !empty($EM_Event->start) ? $EM_Event->start:’20:00′ ) ); ?>Is there another step I need to take to make it work? Or is there a way that I can simply not display a default start time in that input and just have it blank?
Thanks,
Anne
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Editing default start time on submission form’ is closed to new replies.