• Resolved ananthsankaran

    (@ananthsankaran)


    I am currently having a cf-7 form within a pop-up to differentiate new customers vs old customer and provide them a link to download our meditation.

    Code:
    <div style=”margin-bottom:10px”>
    <label>Have you downloaded meditations before?<span class=”required”>*</span>
    [radio radio-choices default:2 “Yes, I have downloaded before” “No, I have not downloaded”]
    </label>
    </div>

    <div style=”padding-bottom:10px”>
    <label>Language<span class=”required”>*</span>
    [select* menu-languages id:menu-languages class:menu-languages “English” “Spanish” “Serbian” “Russian” “Marathi” “Hindi” “Vietnamese” “Tagalog” “Hiligaynon” “Malayalam” “Bengali” “Gujarathi” “Kannada” “Tamil” “Telugu” “Odiya” “Macedonian”]
    </label>
    </div>

    [group group-firstUser clear_on_hide]
    <div style=”padding-bottom:10px”>
    <label>Email<span class=”required”>*</span></label>
    [email* email-mail]
    </div>

    <div style=”padding-bottom:10px”>
    <label>Name<span class=”required”>*</span></label>
    [text* text-name]
    </div>

    <div style=”margin-bottom:10px”>
    <label>Where are you from?<span class=”required”>*</span>
    [countrytext* countrytext-579]
    </label>
    </div>

    <div style=”padding-bottom:10px”>
    <label>Phone Number</label>
    [phonetext phonetext-822]
    </div>
    [/group]

    [group group-alreadyaUser clear_on_hide]
    <div style=”padding-bottom:10px”>
    <label>Email<span class=”required”>*</span></label>
    [email* email-mailfield]
    </div>
    [/group]

    <br>

    <div id=”submit”>[submit “SUBMIT”]</div>`

    Inspite of all fields being filled, I get an error “One or more fields have an error. Please check and try again.”

    Currently disabled all mandatory fields to keep the form going, but will be good to know what has changed? I should admit it worked fine until few days back.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    are you getting any errors reported in your javascript console? Can you send me the link to the page?

    Plugin Author Aurovrata Venet

    (@aurovrata)

    I am assuming you have solved your issue and marking this is resolved.

    @aurovrata

    Thanks for this plugin!

    I’m getting the same error – I’ve noticed a conflict with CF7 Conditional fields – when I disable CF7 Smart Grid Design Extension my form works normally. I’ve updated to WP 5.5, have your latest plugin version and latest and CF7 Conditional fields installed.

    I can send you a link to the form if you like.

    Thanks

    Plugin Author Aurovrata Venet

    (@aurovrata)

    dear @darrylr please start a new thread and provide a link to your form. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error “One or more fields have an error. Please check and try again.”’ is closed to new replies.