• Resolved lennings82

    (@lennings82)


    Hi.

    wonder if anyone knows if it’s possible to have a form active under a certain time?

    Like if i want the form to be inactive 1h, so the users cant send the form under this time so i can restart another software that reads the forms.

    between 6am -7am the form is inactive every day.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hi @lennings82

    I hope you’re well today!

    There’s currently no such schedule option built-in into the plugin but you can use a piece of additional code for it:

    https://gist.github.com/adczk/c3674512fe001dbdede9f6bf2cb6394f

    You would need to add it to the site as Must Use plugin:

    – create an empty file with a .php extension (e.g. forminator-schedule-form.php)
    – copy and paste code into it
    – save the file and upload it to the “/wp-content/mu-plugins” folder of your site’s WordPress installation

    You will also need to configure the code. All the necessary settings are described in the code itself and i think they are pretty self-explanatory but if you have any additional questions, let us know, please.

    Note: the only “downside” here is that you need to specify full dates (not only hours) of when the form should be available – but other than this it does precisely that: shows from when allowed and shows a defined message instead when not allowed; the form is hidden in a way that it can’t be “hacked to be shown” e.g. via manipulating CSS.

    Best regards,
    Adam

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @lennings82 ,

    We haven’t heard from you for some time now, so it looks like you don’t require our further assistance.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘From active time on the day’ is closed to new replies.