Hidden Fields Not Working
-
Hidden fields are not saving from my MailChimp form on WordPress to MailChimp.
Below is the code i’m using for the form. The ‘SOURCEPAGE’ field has been created in my MC account. All other fields are working correctly, however ‘lpvendorguide’ is not saving to the SOURCEPAGE field.
Thank you for any help!
<label>Name:</label>
<input type=”text” name=”NAME” required=”required” class=”mc-input”>
<label>Title:</label>
<input type=”text” name=”TITLE” required=”required” class=”mc-input”>
<label>Company:</label>
<input type=”text” name=”COMPANY” required=”required” class=”mc-input”>
<label>Email Address:</label>
<input type=”email” name=”EMAIL” required=”required” class=”mc-input”>
<input type=”hidden” name=”SOURCEPAGE” id=”SOURCEPAGE” value=”lpvendorguide” />
<input type=”submit” class=”qbutton” value=”I Want My Guide” align=”left” />
- The topic ‘Hidden Fields Not Working’ is closed to new replies.