-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0] Buttons not rendered #368
Comments
Same problem and please note the validation text is displayed as shown in the code blocks.
This test has fields copied from readme.md. Our full contact form was also falling over on reCaptcha on our development site before the update to 4.0. That's why we have not updated our live site from Grav v1.6.9 - Admin v1.9.4. Here is an example:
If it helps as a clue, a text field in a form with only one field did not show the validation text but the buttons did not display. |
@khanmicro @withindale can you provide me with the page frontmatter that you use to define the form? |
https://learn.getgrav.org/16/forms/forms/example-form Just used example, and simplified to just display message on submit. Also named it form.md Sorry not at my computer right now. |
Downloaded the latest dev build from git hub, looks good. I would vote to make another development release so people can easily update. |
Thanks, i'll get a new release out shortly. |
Still a problem here with the new release, sorry to say. Above with Grav v1.7.0 beta 5, Admin v1.10.0 beta 5, Form v4.0.0-rc.3. Same form with Grav v1.6.15 - Admin v1.9.9, Form v3.0.8
|
Can you send me a zip of you beta test site? I can’t replicate this. |
Yes, Let me see if the problem persists if I strip out the non-essentials first. |
I have emailed a download link for the stripped down version to contact@getgrav.org. For behavior see https://www.codeway.biz/grav-form/contact-test. |
OK thanks for that @withindale. The issues were quite specific to Gantry because it disables auto-escaping by default. I think I have these sorted and committed to the 4.0 branch. Can you clone/download the latest version of this branch and replace your form plugin with it to test? |
Many thanks @rhukster. Now working after replacing the modified files in the form plugin. |
Same file works fine in form 3.0.7 but not 4.0.0-rc.1
Interesting that the button html seems to be surrounded by quotes.
The text was updated successfully, but these errors were encountered: