Support » Plugin: Contact Form 7 » Spanish form

  • I have attempted to make a form with all fields in Spanish. I need this form to be created in Spanish as the website is created in Spanish.
    The problem is that the form shows the field name for email address and phone number, it won’t show the email address field or the phone number field, plus when I test the form by entering information the fields that show, the email received does not have any of the information.
    It also has to be accessible.

    Thank you

    Here’s my cpde:
    <fieldset>
    <p><label for=”tu-Nombre”>Nombre: (necesaria)</label><br />
    [text your-name id:tu-Nombre size:20 maxlength:90]</p>
    <p><label for=”teléfono”>teléfono: </label><br />
    [text telephone id:teléfono size:20 maxlength:90]</p>
    <p><label for=”email”>Correo Electrónico: </label><br />
    [email* Correo Electrónico id:Correo Electrónico size:20 maxlength:90]</p>
    <p><label for=”tu asunto”>tu asunto</label><br />
    [text tu asunto id:tu asunto] </p>
    <p><label for=”tu-Mensaje”] Mensaje: </label>
    [textarea your-message id:tu-Mensaje size:20 maxlength:50]</p>
    </fieldset>
    [submit “Enviar”]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spanish form’ is closed to new replies.