How to hide question text on form?

  • henryclarke10
    Asked on October 30, 2017 at 4:52 PM

    Hello,

    I have a form which uses placeholder text to display what each field is about instead of question text, for a more minimal look. But I would like to add the question text to each field so that it shows up on the notification email. Right now since no question text has been added all the info is unlabeled.

    Would it be possible to add the question text to each field and add some custom css to hide the text on the form itself?

    Thanks for any help!

  • Mike
    Replied on October 30, 2017 at 7:46 PM

    It should be possible, add the question labels.

    How to hide question text on form? Image 1 Screenshot 30

    Then, hide them by adding the next CSS to the form.

    .form-label {
    display: none;
    }

    How to hide question text on form? Image 2 Screenshot 41

    If you need any further assistance, please let us know.