• Hello @takayukister !

    I am seeing an odd issue on of my forms. When filling the fields, it can’t be sent because validation for a simple text input fails.

    I have not implemented any custom validation solution; also I am not seeing any related js errors in console. PHP debug log is not providing any relevant info.

    So I am lost on debugging this atm.

    the form is on a network site of a multisite installation.
    site runs on php 8.1.x

    Any help?

    • This topic was modified 1 year, 4 months ago by Saskia Teichmann. Reason: seeing the sam eissue on this contact form as well: https://top-model.biz/nl/contact/

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • @jyria Please provide the form code used and list any other plugin installed related to CF7.

    • This reply was modified 1 year, 4 months ago by Jainil Nagar.
    Thread Starter Saskia Teichmann

    (@jyria)

    Hello Jainil!

    Formcode here:

    <div class="upload-formular tm-form"><div class="tm-form-row"><div class="tm-form-col">[text* your-first-name placeholder "Voornaam*"]</div><div class="tm-form-col">[text* your-last-name placeholder "Achternaam*"]</div></div>
    <div class="tm-form-row"><div class="tm-form-col">[text your-instagram-name placeholder "Instagramnaam"]</div>
    <div class="tm-form-col">[email* your-email placeholder "E-Mail*"]</div></div>
    <div class="tm-form-row"><div class="tm-form-col">[number* your-age placeholder "Leeftijd*"]</div>
    <div class="tm-form-col">[text* your-city placeholder "Woonplaats*"]</div></div>
    [textarea your-message x4 placeholder "Mocht je bij je foto nog iets willen mededelen ..."][file* file-kunstwerk filetypes:jpg|png id:werksfile limit:512kb]<label for="werksfile" data-multiple-caption="{count} Kunstwerk gekozen"><i class="fas fa-palette"></i> <span>Je kunstwerk kiezen<span class="newline">(Maximaal toegestane bestandsgrootte: 512kb, mogelijke formaten: .jpg- of .png-bestanden)</span></span></label>
    <div class="app customCheckbox">[acceptance acceptance-629][/acceptance]<strong>Toestemmingsverklaring gegevensbescherming*</strong> [tm-upload-dsgvo]</div>
    [submit "Nu uploaden"]</div>

    Other plugins related to CF7: Post My CF7 Form

    However I am using this setup on all network sites – this is a multisite installation. Same theme- and plugin code can be found on all language sites (network subsites). All other language sites forms work just fine and validate properly. It is only the dutch site / netherlands, where the form is not acting as expected.

    Thread Starter Saskia Teichmann

    (@jyria)

    I managed to find and fix the issue. For anyone experiencing the same issue:

    check if you have WP Armour installed and enabled. If so, please double check, if you have setup the tool properly (meaning: did you setup the honeypot key etc.)

    IF you missed setting up the honeypot key, contact form 7 will not validate.

    SO: fixed by completing set up enabled plugin WP Armour.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form not validating a simple required text input’ is closed to new replies.