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?