How to create signup forms to capture leads on GetResponse
Create signup forms in GetResponse by navigating to Tools > Sign-up Forms, choosing a template, customizing fields and design, then publishing via embed code or direct link. Forms automatically add subscribers to your designated mailing list.
Prerequisites
- Active GetResponse account
- A mailing list created in your account
- Basic understanding of HTML/CSS (for custom styling)
- Website or landing page to embed the form
Step-by-Step Instructions
Access the Sign-up Forms Tool
Create a New Form
Select a Template
Customize Form Fields
- Email (always required)
- First Name
- Last Name
- Phone Number
- Custom Fields
Design Your Form Appearance
Configure Form Settings
- Thank You Message - what subscribers see after signing up
- Redirect URL - optional redirect to a specific page
- Double Opt-in - enable for GDPR compliance
- Autoresponder - select welcome email sequence
Test Your Form
- Form submits successfully
- Thank you message displays correctly
- Test subscriber appears in your mailing list
- Autoresponder emails are sent
Publish and Implement Your Form
- Embed Code - copy HTML code to paste into your website
- WordPress Plugin - use GetResponse plugin
- Direct Link - share standalone form URL
- JavaScript Code - for pop-ups and advanced integrations
Common Issues & Troubleshooting
Form not displaying on website after embedding code
Verify the embed code is placed within the <body> tags of your HTML. Check if your website's theme or plugins are blocking external scripts. Try using the iframe version of the embed code instead of JavaScript.
Subscribers not receiving confirmation emails
Check your Double Opt-in settings in the form configuration. Verify your account's sender authentication is properly set up. Ask subscribers to check their spam folders and add your sending domain to their whitelist.
Form fields not saving subscriber information correctly
Ensure field mapping is correct in Form Settings. Check that custom fields exist in your GetResponse account before using them in forms. Verify required field validations are properly configured.
Mobile form appearance issues
Use the mobile preview option to test responsiveness. Adjust form width settings to 100% or Auto. Ensure text sizes are at least 14px for mobile readability. Test on actual mobile devices, not just browser developer tools.