• Resolved imeldesign

    (@imeldesign)


    Since there isn’t a way to schedule a Gravity Form on a recurring weekly basis I think this will work perfectly. I have a form that needs to be hidden at 5pm on Tuesday and then be visible again on Thursday.

    Would this be the correct code?:

    [time-restrict-repeat type=”weekly” onday=“Thursday” offday=“Tuesday” ontime=“01:00:00″ offtime=“17:00:00″]
    Form shortcode goes here.
    [/time-restrict-repeat]

    https://wordpress.org/plugins/shortcodes-to-show-or-hide-content/

Viewing 1 replies (of 1 total)
  • Plugin Author Dave Clements

    (@thewanderingbrit)

    Almost. It’d be this:

    [time-restrict-repeat type="weekly" onday="Thursday" offday="Tuesday" ontime="00:00:00" offtime="17:00:00"]
    Form shortcode goes here.
    [/time-restrict-repeat]
Viewing 1 replies (of 1 total)
  • The topic ‘Weekly schedule correct?’ is closed to new replies.