Hi.
The email validator in a quickmode form I have created is not working properly.
I have set up two email fields.
The main email field is called "email" and I am using the Library function FF::ff_validemail to validate the required field.
The confirm email field is called "email_repeat" and I am using the Library function FF::ff_validemail_repeat to validate the required field.
When submitting the form, it reports that the emails are not the same and does not allow the submission.
The form is for registered members only. This is the same form where I was unable to display the mailchimp settings (Markus, you said that was the custom admin interface that caused the conflicts).