Form Visible Custom Text Message
-
Thanks for making a great plugin.
I am able to hide the form from appearing using the following hook:
apply_filters( 'forminator_cform_form_is_visible', $can_show, $this->id, $form_settings );
Is it possible to have the message that appears associated with hiding the form also be programmatically set?
For instance, if I add a filter to the above filter that checks to see if the user already submitted the form once, thereby hiding the form if they already submitted once, is there a way to make the message that appears in place of the form say something like, “sorry you have already submitted the form once” via another filter condition?
- The topic ‘Form Visible Custom Text Message’ is closed to new replies.