Hi @jassgraphix,
The form is returning an error saying that the Phone field is required but not included.
I think the issue must be that you have set the phone field required on MailChimp.com but you haven’t added this field to your Easy Forms Form.
The best thing to do would be to set this field as unrequired on MailChimp.com.
Let me know how that goes.
Thank you,
Kevin.
Kevin,
That did it! Thanks for the swift reply. 3 minutes is almost too good to be true. Thanks again!
Kevin,
One more question. How do I change the color of the text for the form. For example my page background is dark and the text for the fields are dark as well.Take a look http://www.jassgraphix.com/deals
I have changed my theme colors but it has no effect on the text name, email etc .
Thanks for your help
The theme is applying a dark color (#444) to labels/spans.
You can change that with this CSS:
.yikes-mailchimp-container label span {
color: #fff;
}
Cheers,
Kevin.