• berserkerza

    (@berserkerza)


    We are using WordPress 5.7 With Contact Form 7 Ver 5.4 and Contact Form 7 Condition Fields Ver 2.0.2

    Below is our form code. When submitting form we get a validation error. If we disable The Conditional Field then the form works correctly?

    Anybody have a solution for this problem?

    <div class=”form-group”>
    <label>Aansoek vir:</label>
    [select* hulp-opsie include_blank “Kos Voucher”]
    </div>

    [group food-group clear_on_hide]
    <div class=”form-group”>
    <label>Volle naam en van:</label>
    [text* your-name class:form-control]
    </div>
    <div class=”form-group”>
    <label>Selfoon nommer:</label>
    [tel* your-tel class:form-control]
    </div>
    <div class=”form-group”>
    <label>Datum: (Maand)</label>
    [date* kos-datum-benodig min:2020-04-01 max:2273-12-31]
    </div>
    <div class=”form-group”>
    <label>Vir wie is die aansoek?</label>
    [select* lid-opsie include_blank “Vir my – Ek is n LCF Vennoot" "Vir my - Ek isn kursusganger by LCF(2019 / 2020)” “Vir iemand anders”]
    </div>
    [/group]

    [group kos-per-group clear_on_hide]
    <div class=”form-group”>
    <label>ID nommer:</label>
    [number* your-id class:form-control]
    </div>
    <div class=”form-group”>
    <label>Aantal mense in die gesin:</label>
    [text* per-fam class:form-control]
    </div>
    [/group]

    [group kos-namens-group clear_on_hide]
    <div class=”form-group”>
    <label>Ander gesin se besonderhede</label>
    </div>
    <div class=”form-group”>
    <label>Volle naam en van:</label>
    [text* mem-name class:form-control]
    </div>
    <div class=”form-group”>
    <label>ID nommer:</label>
    [number* your-id class:form-control]
    </div>
    <div class=”form-group”>
    <label>Selfoon nommer:</label>
    [tel* mem-tel class:form-control]
    </div>
    <div class=”form-group”>
    <label>Aantal mense in die gesin:</label>
    [text* mem-fam class:form-control]
    </div>
    [/group]

    <div class=”form-group”>
    [checkbox* erken-eerlik “Ek erken dat hierdie aansoek ware behoeftes sal aanspreek en onderneem om die saad eerlik aan te wend”]
    </div>

    <div class=”form-group”>
    [recaptcha]
    </div>

    <div class=”form-group mobile-align-center”>
    [submit class:btn “Stuur boodskap”]
    </div>

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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact Form 7 Conditions Validation Error’ is closed to new replies.