• Resolved dmayur

    (@dmayur)


    Hi…

    Thank you for your help few days back…I have come up with one more issue…

    This is the mail section of my form…if you remember…

    From: [your-name]

    Address : [your-address]

    Mobile Number : [your-number]

    Email : [your-email]

    City : [city]

    Garden : [london][garden1][/london][delhi][garden2][/delhi][mumbai][garden3][/mumbai][newyork][garden4][/newyork][calcutta][garden5][/calcutta]

    Reference Person : [your-reference]

    Co-Reference Person : [your-co-reference]

    HOW TO MAKE GARDEN a required field??

    When I was testing, few people are not selecting anything from the field(garden) and still the form is getting submitted. I want to make that field compulsory…

    Form is as follows ———-

    <label> Choose City : (required)
    [select* city “- Select City -” “London” “Delhi” “Mumbai” “New York” “Calcutta”]</label>

    [group london]

    [select* garden “- Select Garden -” “A” “B” “C” “D”]

    [/group]

    [group delhi]

    [select* garden1 “- Select Garden -” “E” “F” “G” “H”]

    [/group]

    [group mumbai]

    [select* garden2 “- Select Garden -” “1” “2” “3” “4”]

    [/group]

    [group newyork]

    [select* garden3 “- Select Garden -” “5” “6” “7” “8”]

    [/group]

    [group calcutta]

    [select* garden4 “- Select Garden -” “l” “m” “n” “o”]

    [/group]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter dmayur

    (@dmayur)

    Hi…any help??

    I have marked the field required * while inserting drop down…so is there anything I have to do more??

    Thread Starter dmayur

    (@dmayur)

    Hi…I have found one link on one of your forum…

    https://www.ads-software.com/support/topic/conditional-fields-group-dropdown-cant-mark-as-required/

    they said use “” first_as_label “”

    <label> Choose City : (required)
    [select* city “- Select City -” “London” “Delhi” “Mumbai” “New York” “Calcutta”]</label>

    [group london]

    [select* garden first_as_label “- Select Garden -” “A” “B” “C” “D”]

    [/group]

    [group delhi]

    [select* garden1 first_as_label “- Select Garden -” “E” “F” “G” “H”]

    [/group]

    [group mumbai]

    [select* garden2 first_as_label “- Select Garden -” “1” “2” “3” “4”]

    [/group]

    [group newyork]

    [select* garden3 first_as_label “- Select Garden -” “5” “6” “7” “8”]

    [/group]

    [group calcutta]

    [select* garden4 first_as_label “- Select Garden -” “l” “m” “n” “o”]

    [/group]

    Is this correct??

    Plugin Author Jules Colle

    (@jules-colle)

    Yes! That looks correct.
    Also add it to your city select

    • This reply was modified 4 years, 10 months ago by Jules Colle.
    Thread Starter dmayur

    (@dmayur)

    Yes…Thank you so much…

    Really Appreciate your response…Never seen such a good response from anyone…

    Thanks again…

    Plugin Author Jules Colle

    (@jules-colle)

    you’re welcome! thanks for the nice review!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conditional field group – required field*’ is closed to new replies.