Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1092791
text area
Closed

Comments

  •  2
    strombose started the conversation

    Hi,

    i have two website projects https://www.dieckmann-immobilien.de/

    https://www.rebrander.de/kontakt/

    The textarea in the contact 7 form do not work on "mobil devices" (Iphone). It isn´t clickable to write a meassage. When i click on it nothing hapend.

    Do you know why it is so?

  •  2
    strombose replied

    When i save the form, i get the following meassage:

    Unavailable names (name) are used for form controls.

    I am using your styled contact form <p class="col-md-12 cf-style3-textarea">[textarea* Messege placeholder "Nachricht*"]</p>

  •  2
    strombose replied

    Hi,

    i found a the problem with "Unavailable names (name) are used for form controls".

    But the problem on mobil device is still there. The textarea isn´t working on mobil devices.

    I checked your theme tempaltes and its working. I imported your theme templates (incl. contact 7 form) but there is the problem with mobil screens.

    That is a bit strange.

    Hope you can help me

    Greetings

  •  6,930
    Oliver replied

    HI!

    pls. add following css:

    @media (max-width: 1212px) {
    .wpcf7-form .wpcf7-form-control-wrap, .wpcf7 .contact-form-style-3 p, .wpcf7 .contact-form-style-1 p {
        width: 100%;
        float: left;
    }
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    strombose replied

    Ohh, good to know.

    thank you, works fine.

    Greetings

  •  6,930
    Oliver replied

    Feel free to contact us if you need help.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver