• Hi.

    I have a problem with contact form 7, with the field “phone” and googles captcha.

    Form contact problem: Contact form with the problem

    Here is my form code:

    <p>Nombre (requerido)<br />
        [text* your-name] </p>
    
    <p>Teléfono<br />
        [tel tel-32] </p>
    
    <p>Correo electrónico (requerido)<br />
        [email* your-email] </p>
    
    <p>Mensaje<br />
        [textarea your-message] </p>
    
    [recaptcha]
    
    <p>[submit "Enviar"]</p>
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Andres3D. Welcome to the Hueman formu. Maybe this article on the Contact Form 7 site will help: https://contactform7.com/recaptcha/

    Thread Starter Andres3D

    (@andres3d)

    Thanks for the answer, is there any way to fix the style to field phone?

    Thread Starter Andres3D

    (@andres3d)

    This css work fo email width and tel field style, is not the best solution, but really work

    .wpcf7 input[type="email"] {
      width: 100%;
      }
    .wpcf7 input[type="tel"] {
      width: 96.5%; float: left; position: relative; font-weight: 400; color: #999; border-style:solid;
      }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact form 7 style’ is closed to new replies.