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.

remove form elements after choice selection

  1. i have a list of items that i would like to be removed once a user selects a form.for example;

    please choose ONE of the following options
    radio button A
    radio button B
    radio button C
    radio button D

    when the 1st visitor comes and chooses option B
    i want option B removed from the from so that the next visitor can only choose A,C,or D
    and so on until all options are no longer available
    then show a box saying "notify me when more choices are avail"

    Posted 10 years ago on Thursday May 30, 2013 | Permalink
  2. bump

    Posted 10 years ago on Sunday June 2, 2013 | Permalink
  3. Richard Vav
    Administrator

    You can't limit the number of times a choice is selected 'out of the box' with Gravity Forms, you would have to use an add on or develop your own to accomplish this. The closest Gravity Forms can get is using the 'No Duplicates' option which will prevent the form passing validation if an option has previously been selected and stored in the db.

    As far as I am aware there currently is only one add on available, The Gravity Perks plugin for example has a perk (feature) called 'GP Limit Choices' which

    enables you to specify a limit per choice on your multi-choice field. If a choice reaches its specified limit it will not no longer appear in the field on the front-end. The choice is not removed from the field entirely enabling you to adjust the limit from the Form Editor.

    Regards,
    Richard

    Posted 10 years ago on Sunday June 2, 2013 | Permalink