Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi wplearner can you explain a bit more what you mean by placeholder text?

    Thank you

    Thread Starter wplearner

    (@wplearner)

    Sure…in a form, inside the html input tag, you can put, for example: placeholder=”required” and the word “required” will appear in the form field, disappearing as soon as the User begins typing in that field.

    looks like this:

    <input name=”first_name” placeholder=”required” type=”text”>

    or

    <input name=”first_name” placeholder=”Your first name” type=”text”>

    Hi wplearner thank you for explaining further.

    Please have a look at this URL. In every field that you add to your form you can change the placeholder text as you explained above.

    Let me know if this helps you.

    Regards

    See my new YouTube video
    How to add field placeholders to Fast Secure Contact Form
    http://www.fastsecurecontactform.com/placeholders

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘placeholder text?’ is closed to new replies.