Why I'm not able to see the name of the fields in my form on the autoresponder setup screen?

  • eleonoracosta
    Asked on February 26, 2015 at 5:18 PM

    hello, how i can seguo email field for Who will re rive autore spender, please? In the drodiano menù i find only select optional...

  • raul
    Replied on February 26, 2015 at 6:47 PM

    I'm not sure if I understand your question correctly. But it seems that you want to know why the fields in your autoresponder are showing blank in the recipient e-mail dropdown, is that correct?

    If so, the reason is because the fields in your form don't have any text on their labels.
    I suggest you to add text to the labels of the fields in your form and hide them using custom CSS.

    Why Im not able to see the name of the fields in my form on the autoresponder setup screen? Image 1 Screenshot 30

    This is the code you would need to inject to your form to hide the labels.

    .form-label { display: none; }

    This code will hide the labels when the form is viewed, but you'll be able to see the field name in the form editor.

    Why Im not able to see the name of the fields in my form on the autoresponder setup screen? Image 2 Screenshot 41

    Hope this helps.

    Let us know if you were referring to something else.
    Thank you.