Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Returning error message from form validation
· 10 years ago
It sure did, thank you!
-
Returning error message from form validation
· 10 years ago
Have a look at the Form plugin's onFormProcessed method in the form.php file, where you'll find some lines of code similar to: $this->grav->fireEvent('onFormValidationError', new Event([ '
-
Returning error message from form validation
· 10 years ago
Is there a mechanism for returning a error message after (custom) validation of a form? $event->stopPropagation(); return; just returns the user to the form.
-
How we add contact form on every pages
· 10 years ago
@flaviocopes After form up gradation again same problem, form is blank like earlier can you guide me what we missing.
-
How we add contact form on every pages
· 10 years ago
@manishq1 You mean you checked out that PR #85? If so, which error did you get?
-
How we add contact form on every pages
· 10 years ago
when i implementing Forms 2.0 it's giving error . Any idea??
-
How we add contact form on every pages
· 10 years ago
So am I. That is what the upcoming Forms 2.0 plugin release will be able to do.
-
How we add contact form on every pages
· 10 years ago
Sorry i am not getting, i am talking about single form on every pages like on sidebar contact form. How we can add through modular and including all pages.
-
How we add contact form on every pages
· 10 years ago
I think what you need will be addressed with the upcoming Grav Forms Plugin 2.0 release. You can read about it or even check it out via this PR: https://github.com/getgrav/grav-plugin-form/pull/85
-
How we add contact form on every pages
· 10 years ago
We have try to add but not added we have write a code something like that {% for module in page.find('/quick-contact ').collection() %} {{ module.content }}