• Resolved gshif

    (@gshif)


    When I create Group and Condition using conditional-fields-cf7, the “*” rule for the field type is not functioning. Hence, a user can select submit without any values in the fields with “*”. See code below … PS. works fine in forms without conditional or conditional groups

    CODE:

    Select Your Service Need (Required)
    [checkbox* Service-Type "Service" "Estimate"]


    [group Estimate]

    [text* username class:form-control placeholder "Your Name"]

    [text* Address class:form-control placeholder "Your Address"]

    [number* Zip class:form-control placeholder "Your Zip"]

    [tel* MobileNumber class:form-control placeholder "Your Mobile Phone Number"]

    [textarea* Comments class:form-control placeholder "Tell Us More…"]

    [/group]

    [group Service]

    [text* username class:form-control placeholder "Your Name"]

    [text* Address class:form-control placeholder "Your Address"]

    [number* Zip class:form-control placeholder "Your Zip"]

    [tel* MobileNumber class:form-control placeholder "Your Mobile Phone Number"]

    [select* services class:form-control "Select Service Type" "Emergency" "Drain" "Water Heater" "Water Leak" "Other"]

    [select* Day class:form-control "Select Day" "Monday" "Tuesday" "Wednesday" "Thursday" "Friday"]

    [select* Time class:form-control "Select Time" "8:00AM-10:00AM" "10:00AM-12:00PM" "12:00PM-2:00PM" "2:00PM-5:00PM" "After 5:00PM "]

    [/group]

    [submit class:btn class:btn-primary class:btn-modern class:font-weight-bold class:text-3 class:px-5 class:py-3 "Submit"]

    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 ‘CF7 Conditional Group Field Bypassing “*”’ is closed to new replies.