• Resolved admineps

    (@admineps)


    Hello,

    on a web page we have used placeholders in the input fields e.g. with “Name”. But when I want to enter the name there in the frontend, I have to delete the placeholder “name” first by myself.

    Is there a way that the placeholder deletes / hides itself when I click into the input field?

Viewing 1 replies (of 1 total)
  • Hello @admineps,

    Maybe you forget to include the placeholder option within the form tags.

    You can use a default value in your form tags, which users will have to delete manually when filling the field, this way:

    [text* your-name "Name"]

    Or you can use that value as a placeholder, which will be automatically removed when users start writing in the field, this way:

    [text* your-name placeholder "Name"]

    Best regards,
    Yordan.

Viewing 1 replies (of 1 total)
  • The topic ‘Overwrite placeholder’ is closed to new replies.