Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Don’t show the long captcha string in the e-mail sent from a contact form
· 10 years ago
You can review this earlier thread to find a solution to this issue. @flaviocopes mentions at the end of the thread that a built-in solution is imminent.
-
Don’t show the long captcha string in the e-mail sent from a contact form
· 10 years ago
When an e-mail is sent from a contact form containing a captcha field, the body displays a long and distracting string of random characters. Is it possible not to output it? Thank you.
-
Forms - userid in hidden field?
· 10 years ago
Got it! Thanks!
-
Forms - userid in hidden field?
· 10 years ago
If you add the twig to your theme, it will override (gets precedence over) the one from the plugin. I tried with a sample form and it worked, you can also debug grav.user in your Twig.
-
Forms - userid in hidden field?
· 10 years ago
Thanks for taking your time to explain things to me. Do I replace the existing hidden.html.twig with the modified one or do I let them live side by side somehow? I made the field visible just to see i
-
Forms - userid in hidden field?
· 10 years ago
Two ways you can choose: You could add a hidden field to the form: - name: hidden_email type: hidden default: 'grav.user.email' and edit the default hidden field to interpret the Twig, because by
-
Forms - userid in hidden field?
· 10 years ago
Hi! I juste discovered Grav and so far I am intrigued. I want to let logged in users fill in a form on the frontend and I want that form to collect their username and/or email via a hidden field. I su
-
Captcha not working
· 10 years ago
@flaviocope: Thanks a lot! I lost so much time trying to find what was wrong, I would never have found this. It’s now working! @rhukster: Thanks for the tip about ---, I didn’t see the indents has bee
-
Captcha not working
· 10 years ago
Actually the current version of the Form plugin has the recaptcha_site_key and recaptcha_secret with a typo. Use recatpcha_site_key and recatpcha_secret (notice pt inverter) - I know this is a hassl
-
Captcha not working
· 10 years ago
Where are you setting the recpatcha_site_key? Can you paste your YAML where this is set between --- marks so it displays it as code with proper indents etc. It's basically impossible to tell if you