• The text placeholder is getting cut of with auto format on safari only. These are my settings. The first name and the email are not filling in the text area because safari auto inputs info and it is cutting off the text to fit and you can only see half. Can you help fix?

    <div class=”vc_row make-an-appointment-form” style=”line-height:50px”>
    <div class=”vc_col-sm-4″>
    <p>[text* first-name size:50 placeholder “Your name”] </p>
    </div>
    <div class=”vc_col-sm-4″>
    <p>[email* your-email size:50 placeholder “Your email”] </p>
    </div>
    <div class=”vc_col-sm-4″>
    <p>[text your-subject size:50 placeholder "Your subject"] </p>
    </div>
    <div class=”vc_col-sm-12″>
    <p style=”margin-bottom:0″>[textarea your-message 100×9 placeholder “Your message”] </p>
    </div>
    <div class=”vc_col-sm-12″>
    <p class=”form-button”>[submit “Send Message”]</p>
    </div>
    </div>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘text placeholder getting cut of with auto format on safari’ is closed to new replies.