# 
        How to Add reCAPTCHA to Your Forms
    
This guide walks you through the steps to integrate reCAPTCHA into your Solodev forms.
        # 
        Prerequisites
    
- Before you begin, make sure to set up reCAPTCHA by following these instructions.
        # 
        Setup
    
- Open Forms and select the form where you want to add reCAPTCHA. 
- Click Modify in the actions bar. 
- Expand the Advanced Options section. 
- Check the box labeled Enable reCAPTCHA. 
- Click Submit. 
        # 
        Add Shortcode
    
- Return to the previous modal. Under Form Template, click on the Edit button. 
- In the file editor for your form, insert the following shortcode just before the submit button: 
[recaptcha id="1"]Note:
Replace the id="1" with the actual ID number of your form. To learn more about shortcodes, please click here.
- Click Submit.
