I've got a html form that switches the default form to post to an Act-On form URL.
Submit
This works fine.
Unfortunately, it is getting a lot of spam and I want to add a Google Recaptcha V3 and don't know to to go about it. Adding the google recaptcha client site script will be easy but how will I add the server side script.
Has anyone any experience of doing this?
I've got a test page here which shows the HTML form before it is posted onto Act-On URL which takes the post values and inserts into the Act-On form and submits into their CRM
https://www.mcs.co.uk/delme9
I need to add the Google Recaptcha V3 into this DNN form
It looks like the form you'd like to associate with is built using an HTML module. All of the examples of integration reCAPTCHA 3 require a server-side processor, which means that you'd probably need to do this by way of a custom module. I have contact form style module that you could use as a basis for your own contact form module, then integrate reCAPTCHA 3 as you desire.
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.