Hello, is there a way to exclude the ReCaptcha code from the Mail? When I get a Mail from the Formulate Form the ReCaptcha code is included at the end.
I found the option to include only specific fields, but including all but one seems a bit stupid. Also I can't include more than 7 fields this way, because after that the "Add Field" Button moves out of viewand I can't scroll.
Maybe I'm just doing something wrong with the configuration of the ReCaptcha?
Recaptcha probably ought to be excluded from emails like certain other fields are, so the core can be modified to make that happen at some point (hopefully a relatively simple change).
You could probably zoom with your browser to see a taller area as a quick workaround.
I think Umbraco changed some styles at some point and that's why you're having a problem with the vertical scroll. I'm sure we'll tackle that when availability allows for it (if you submit an issue that will help us to remember). We actually had a similar issue recently we fixed for another screen in the back office that was addressed in this release: https://github.com/rhythmagency/formulate/releases/tag/v3.5.2
You could use Formulate Pro, which has a designed emails feature that gives you a bit more control (at a code level) over what you include in emails: https://www.formulate.rocks/pro/
If you'd like to submit pull requests for any of these, that'd help to ensure they happens quicker.
BTW, which version of Formulate and Umbraco are you using?
I don't understand your first point. Does that mean you'll make some changes there or can I do something?
Zooming didn't work, but I used the developer tools to change the max-height of the div that didn't scale, that worked. :)
So now I did it with including all fields except ReCaptcha. Works, but could become a problem if someone adds a new field and forgets to add it in the handler.
ReCaptcha code in sent mail
Hello, is there a way to exclude the ReCaptcha code from the Mail? When I get a Mail from the Formulate Form the ReCaptcha code is included at the end.
I found the option to include only specific fields, but including all but one seems a bit stupid. Also I can't include more than 7 fields this way, because after that the "Add Field" Button moves out of viewand I can't scroll.
Maybe I'm just doing something wrong with the configuration of the ReCaptcha?
Some options that come to mind:
If you'd like to submit pull requests for any of these, that'd help to ensure they happens quicker.
BTW, which version of Formulate and Umbraco are you using?
Thank you for your answer!
I don't understand your first point. Does that mean you'll make some changes there or can I do something?
Zooming didn't work, but I used the developer tools to change the max-height of the div that didn't scale, that worked. :) So now I did it with including all fields except ReCaptcha. Works, but could become a problem if someone adds a new field and forgets to add it in the handler.
I use Umbraco 8.14.0 and Formulate 3.5.2.
I'm glad to hear you have something working for now.
Either way. I or one of my colleagues may get to it at some point, or if you'd like to submit a pull request it'd probably get done faster.
is working on a reply...