I have created a form, made it a server connect form, added the necessary set up mailer, send mail, saved the action file
When I test the form by filling in the fields and hit send the form is emailed successfully
BUT the webpage goes to what looks like an error page showing
I have removed the form I created and inserted a form block, saved it all etc but still get the same result.
which probably causes this problem. The component should not be used like that - please move the closing div tag from after the </main> to immediately after the <div is="dmx-browser" id="browser1"> so your code becomes:
Can I ask for some more help? I have put back the form I want to use and it is sending to email. yippee! I need to put in the validation rules but before I do that the check box response is not being sent to the email. In the server actions properties it is set as Type Text. Is this correct or should it be something else such as Object?
I have recaptcha in the form and in server actions action steps have added it into catch.
however I can send the form without doing the recaptcha.
Now what am I doing wrong? ( have the correct public and private keys entered )
That seems a bit counter intuitive. I have moved it to being the first item under Steps and the form won’t send without completing the recaptcha on the webpage. So, now doing what it should.
Thank you so much for your help and your patience.
Cliff
The recaptcha step must be before any other step in your server action, as this is how server connect works - every step is executed after the completion of the previous one.