I've got a Mailchimp feed linked to a form with a single email input that's marked as required. How can I remove the * required marker, the email label and get this to display beside the Submit button? Thanks for your help!
I've got a Mailchimp feed linked to a form with a single email input that's marked as required. How can I remove the * required marker, the email label and get this to display beside the Submit button? Thanks for your help!
Please provide a link to your form and we will help you out.
That would be great, thanks. The site's currently behind a firewall as we're still pre-launch and not finished with content yet, if you email me your IP address I can punch a hole in it for you. Thanks again!
The issue with that is that there are a number of us providing support, and it wouldn't make sense for you to put different IP addresses for each of us (we are a distributed office). You will want to inspect the form, look for the element you want to hide and change your CSS to display:none; for it.