PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Check Box Question

  1. I have 5 options in check box

    Want is your Designation ?
    1) Programmer
    2) Designer
    3) Analyst
    4) Tester
    5) None.

    If user selects option 5, how do i make a condition so that users cant select rest of 4 options.
    I know i can do it by Drop Down box, but problem with drop down box is user cant select multiple options (e.g option 1 & 2).

    Can some one help me out please.

    Posted 13 years ago on Thursday August 19, 2010 | Permalink
  2. This isn't possible with Gravity Forms built in features. It might be possible with some custom jQuery. But you would have to know how to write custom jQuery to pull it off.

    Posted 13 years ago on Thursday August 19, 2010 | Permalink
  3. Here is how i overcome the issue:
    http://iacsjobfair.com/job-seekers/

    I created two checkbokes,
    # 1Want to attend for ?*

    * Remarks and Keynote Address from 10 AM to 10:40 AM
    * Panel Discussion on Resume writing & Interviewing skill from 11 AM to 12:30 PM
    * Panel Discussion on Upcoming trends in the marketplace from 12:30 PM to 1:30 PM
    * Social Networking Panel from 2:30 PM to 3: 30 PM
    #2 < no title>
    * None
    Added conditional logic to #2, to hide if any of the options of #1 is selected.

    Posted 13 years ago on Friday August 20, 2010 | Permalink