Reply To: How to add more fields on Mailchimp Newsletter Subscribe Form

#10002502
Support
Keymaster

Hello, if you added the rule for the “name” in the validation function:

(Please make sure that the field has the “name” and “id” as you set in the JS)

Something like:

<div class="form-group">
	<div class="col-sm-12">
		<input class="form-control" placeholder="Name" name="newsletterName" id="newsletterName" type="text">
	</div>
</div>

Please let me know if you have any questions.

Thanks.