Hello @empathogen
If you’re referring to the form in the footer, the email address field is working correctly, but the name field has both a placeholder and a value, meaning the text is pre-populated with words “First Name”
<input id="yikes-easy-mc-form-1-FNAME" name="FNAME" placeholder="First Name" class="yikes-easy-mc-text mainform2 field-no-label" type="text" value="First Name">
value="First Name"
needs to be removed.
If you check out our KB article on editing forms you’ll see there is a “Default Value” field. See if there that is filled out, and if so, delete the text and Update the form.
https://yikesplugins.com/support/knowledge-base/editing-forms/
Thank you!
-Tracy