DMXzone Mailer Support Product Page
Solved
DMXzone Mailer redirects to the server action file on submission.
Reported 24 Feb 2023 09:17:20
1
has this problem
24 Feb 2023 09:17:20 David Woolley posted:
There is a problem on one of my sites https://dgwwebdesign.com that uses DMXzone Mailer for form submissions. On form submission, it redirects to the server action file instead of resetting the form fields:
dgwwebdesign.com/dmxConnect/api/enquiryForm.php
In Firefox this page lists 3 tabs at the top:
JSON Raw Data Headers
Headers tab contains Response Headers and Request Headers info.
Cheers
Dave
Replies
Replied 28 Feb 2023 17:26:46
28 Feb 2023 17:26:46 Teodor Kuduschiev replied:
You need a standard HTML button of type submit, in order to submit the form properly.
Currently you are using some custom button, doing some custom action, and not directly submitting the form. That's the problem.
Currently you are using some custom button, doing some custom action, and not directly submitting the form. That's the problem.
Replied 01 Mar 2023 15:36:32
01 Mar 2023 15:36:32 David Woolley replied:
Thanks Teodor
I was trying to install reCAPTCHA v3 that requires custom code on the Submit button, according to the Google documentation.
I realize that App Connect only supports reCAPTCHA v2, so I have reverted to this version.
Now the form is submitting correctly with no more errors.
Are you planning on an App Connect reCAPTCHA v3 extension?
Cheers
Dave
I was trying to install reCAPTCHA v3 that requires custom code on the Submit button, according to the Google documentation.
I realize that App Connect only supports reCAPTCHA v2, so I have reverted to this version.
Now the form is submitting correctly with no more errors.
Are you planning on an App Connect reCAPTCHA v3 extension?
Cheers
Dave