• evanthorpe

    (@evanthorpe)


    Love this plugin and it’s super helpful for a client’s site that we’re using it on. However, they create/manage all their own forms and have many different people working on them, so I’m not sure their people will remember to “enable” the setting every time a form is created. Is there a way that we could enable the plugin to automatically be turned on all the time so that they don’t have to remember to turn it on every time they create a form? Either through a piece of code or a setting in the plugin where you can have it “automatically” “on”?

    Thanks!

    • This topic was modified 7 years ago by evanthorpe.
Viewing 2 replies - 1 through 2 (of 2 total)
  • loyalsoldier

    (@loyalsoldier)

    Hi,

    The On button is set on the form object.. “gform_enable_lv” => 1,

    You could create a function to make use of this, every time somebody updates a form to ensure this is on.. with GFAPI:update_form.

    Hi,
    We do not have any global settings for now.
    as @loyalsoldier suggests, you can use custom code to ensure that every save of the form checks for the real-time validation state and set to on.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Automatically on?’ is closed to new replies.