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.

Show/hide a field based on the current month

  1. alduin
    Member

    I'm using Gravity Forms for a membership application, and we pro-rate our yearly dues based on the month of the year in which you join. The first item on my form is a multiple choice with the types of membership available and the price. For example:

    # $30 - Single
    # $45 - Family (up to 3 members in the same household)
    # $20 - Student (ID Required)
    # $20 - Senior (62+)

    Then the next quarter it would become:

    # $22.50 - Single
    # $33.75 - Family (up to 3 members in the same household)
    # $15.00 - Student (ID Required)
    # $15.00 - Senior (62+)

    I was thinking of creating four different sets of these, one for each quarter of the year and then only having one visible. Is there a way to do this?

    Posted 14 years ago on Friday March 12, 2010 | Permalink
  2. You could use conditional logic.

    Have a drop down that has the quarters listed, they select the correct one and then you use conditional logic to show the appropriate checkbox field.

    So you would create 4 groups of checkboxes and depending on the drop down selection it would show the correct one.

    Do this by creating a drop down (or radio button) with each of the quarter options, and then on each of the 4 checkbox fields go to the Advanced tab when editing the field and enable conditional logic and then choose which option they need to choose for that checkbox group to appear.

    Posted 14 years ago on Friday March 12, 2010 | Permalink