To make the input field in your Webflow template functional for collecting emails and sending them with the “GO” button, you need to set up a form element and connect it to either Webflow’s native form handling or an external email marketing tool.
1. Structure Your Input Field and Button as a Form
- Select the input field and button and ensure they are inside a Form Block.
- If they are not already, add a Form Block from the Add panel and place your input and button inside it.
- Set the input field's type to “Email” to ensure proper validation.
- Edit the button text to show “GO” if not already.
2. Name Form Elements Properly
- Give the input field a name, e.g., "email", in the Element Settings panel.
- Set the button's type to “Submit” so it triggers the form submission.
3. Configure Form Submission Behavior
Option A: Use Webflow’s Built-in Form Handling
- Go to Project Settings > Forms.
- Add your notification email address to receive submissions.
- Form responses will also appear in Webflow > Forms (Editor).
Option B: Connect to an Email Marketing Platform (e.g., Mailchimp, ConvertKit)
- Use Zapier or a form action URL to integrate with tools like Mailchimp:
- In Form Settings, replace Action URL with your service’s endpoint.
- Remove Webflow’s default form handling by clearing the Action field and using custom embed or integration code from your email platform.
4. Style Feedback or Success Message (Optional)
- Customize the Success and Error Messages under the Form Block.
- Example: Change success text to “Thanks for subscribing!”
5. Test the Form
- Publish your site to a Webflow staging domain (e.g., yoursite.webflow.io).
- Enter an email and click “GO” to verify the form works as expected.
Summary
Wrap the input and “GO” button inside a Form Block, set the input type to email, configure the submit button, and connect the form to either Webflow’s native form handling or an external service like Mailchimp using an integration or form action URL. Make sure to publish and test it live.