• Resolved rishikesh01

    (@rishikesh01)


    I am encountering an issue with the contact form in my Gutenverse plugin. The form action is missing, and I am unable to submit the form. Could you kindly assist in adding the form action to make the form functional?

    Additionally, I would like to integrate reCAPTCHA into the form, but I do not see an option available for this. Could you please guide me on how to add reCAPTCHA to the form?

    Your assistance is greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support putra1arya

    (@putra1arya)

    Yes, you can find a detailed step-by-step about how to set our gutenverse form here :
    https://gutenverse.com/article/how-to-setup-form-settings/.

    For the reCAPTCHA unfortunately, we do not yet have a feature to integrate reCAPTCHA into our form. However, we appreciate your feedback and will consider it for future updates.

    Thread Starter rishikesh01

    (@rishikesh01)

    Thank you! Is there any other way to integrate reCAPTCHA, such as using custom HTML or any workaround? It’s mandatory for me.

    Thread Starter rishikesh01

    (@rishikesh01)

    Also I am not able to see Assign the Form Setting, please check once and let me know.

    Plugin Support putra1arya

    (@putra1arya)

    For the form setting, you need to select your Form Builder first. Then in its Form Setting you can select your Form Action.
    To find your Form Builder, you can select the input block that inside the Form Builder then you can click on “Select Parent : <the name of the parent>” in the toolbar that show up when you click a block in editor. Click it until you get Form Builder.


    For the reCaptcha, you can add it with the wordpress block “Custom HTML” but you need a little bit of programming to do this. Because you need to create a script that can manipulate a dom to add some settings to your submit button.
    You can see here how to integrate the reCAPTCHA into your form https://developers.google.com/recaptcha/docs/v3.
    As you can see there in the submit button, you need to add some settings. You need to inject this into your submit button.

    data-sitekey="reCAPTCHA_site_key" 
            data-callback='onSubmit' 
            data-action='submit'


Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Missing Form Action & reCAPTCHA Integration’ is closed to new replies.