• Resolved topraf

    (@topraf)


    Hey, when creating a form with the plugin is there a way to add a placeholder text behind each field?

    Here’s a sample HTML code:
    <p class=”sib-email-area”>
    <label class=”sib-email-area”>Votre Email*</label>
    <input type=”email” class=”sib-email-area” name=”email” required=”required”>
    </p>
    <p class=”sib-NAME-area”>
    <label class=”sib-NAME-area”>Name</label>
    <input type=”text” class=”sib-NAME-area” name=”NAME” >
    </p>
    <p>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brevo

    (@neeraj_slit)

    Hello,

    You can add a placeholder by adding placeholder=”[email protected]”.

    <p class=”sib-email-area”>
    <label class=”sib-email-area”>Votre Email*</label>
    <input type=”email” placeholder=”[email protected]” class=”sib-email-area” name=”email” required=”required”>
    </p>

    Feel free to reach out to our support by sending an email to [email protected] if you have any question!

    • This reply was modified 6 years ago by Brevo.
    Thread Starter topraf

    (@topraf)

    Great, thansk!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Placeholder text’ is closed to new replies.