Is there a way to make a HTML section only appear at certain times e.g. a notification that we are currently outside of operating hours?
Thanks,
John
Is there a way to make a HTML section only appear at certain times e.g. a notification that we are currently outside of operating hours?
Thanks,
John
It isn't built in to Gravity Forms, but using your functions.php file and some hooks, you could do this. I think you'll want to look at:
http://www.gravityhelp.com/documentation/page/Gform_pre_render
You'll want to write some PHP to check the current time/day, and only if it is outside the time limitations you set, send back data to an HTML block relating to your notification message.