PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Timed response

  1. whitcombej
    Member

    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

    Posted 11 years ago on Wednesday April 25, 2012 | Permalink
  2. David Peralty

    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.

    Posted 11 years ago on Wednesday April 25, 2012 | Permalink