Appnitro Software Forums » MachForm

Can you have the label text show in the text form field? or hide label only?

(3 posts)

  1. My client is wanting the label text, such as Name, Email Address, etc. show up in the text field form. Is there a way to do this? I was thinking of the following 2 solutions:

    1. Hide the label text only, and still how the text form field with the default answer as "Name, etc". Can you hide just the label text?
    OR
    2. Have the label text overlap, if you will the text form field. Currently if you do this the two fields do not overlap very well. Is there a way to do this?

    Thank you so much for your help.

    Posted 7 months ago #
  2. I think option 1 is easier, just put this CSS code to your CSS form to hide the field label

    #li_1  label.description {
    display:none !important;
    }

    don't forget to change the number with your field id's

    Posted 7 months ago #
  3. Thanks! This worked great.

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.