Viewing 2 replies - 1 through 2 (of 2 total)
  • To solve the syntax problems you have to:

    1- Go to your form or create a new one and add the tags that you have there (text, email, text area, etc). It should be something like this:

    [text* Name placeholder “Your name”]

    [email* Youremail placeholder “Your Email”]

    [text* Subject placeholder “Subject”]

    [textarea* Your-message placeholder “Your message”]

    [submit “Send”]

    2- Go to the tab “Mail” and fill the input fields as follow:

    – To: the email where you want to received the messages.

    – From: the email of your website, be sure it has the same domain, like: contact@yourdomain.com. Don’t worry about this, you will received the emails of the people who write you, this is just to avoid messages going to the spam folder.

    – Subject: Your subject tag, if you take a look to the point 1, in this case will be [Subject]

    – Message body: this is a matter of using the same tags you created in the point 1. So what you should have here is something like:

    From: [Name] <[Youremail]>
    Subject: [Subject]

    Message Body:
    [Your-message]

    Thread Starter belkiss

    (@belkiss)

    i have an personalised cf7 :

    <div class=”registrati”> <h4 ><span class=”bold wt_skin_color”>Register Today</span> <span class=”bold wt_skin_color_white”>to get</span> <span class=”bold wt_skin_color”>50% OFF</span> <span class=”bold wt_skin_color_white”>for montly premium accounts.</span></h4>

    <p>
    [text* Name placeholder “Nombre(requerido)”]</p>

    <p>
    [email* Youremail placeholder “Correo electrónico (requerido)”] </p>

    <p>
    [tel* tel-898 your-tel placeholder “Teléfono”]</p>

    <p>[submit “Enviar”]</p>
    </div>

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