MailChimp Integration with unlabeled fields

  • MetalSupport
    Asked on February 16, 2016 at 3:08 PM

    I am trying to integrate a form with MailChimp, but many of the fields on the form are unlabeled. So, when I try to connect the fields with the correct MailChimp fields, the list is made up of blank choices (see the image below). Is there a way to identify the fields without editing the form's appearance?MailChimp Integration with unlabeled fields Image 1 Screenshot 20

  • jonathan
    Replied on February 16, 2016 at 6:27 PM

    Leaving the form field's label/question names blank or empty is susceptible to many anomaly. So we highly recommend not doing this.

    MailChimp Integration with unlabeled fields Image 1 Screenshot 40

     

    Always put labels to the form Field Names for optimum performance of the form.

    MailChimp Integration with unlabeled fields Image 2 Screenshot 51

     

    If you want labels to be hidden as needed by design, you can simply make them invisible using custom CSS codes.

    Example:

    .form-label.form-label-auto {

        visibility : hidden !important;

    }

     

    .form-line {

        margin-top : 0px !important;

        margin-bottom:0px !important;

    }

    MailChimp Integration with unlabeled fields Image 3 Screenshot 62

     

    Hope this help. Let us know if you need further assistance.