I have a membership form that I would like to refine even further.
Currently people give their data, including their birthday and type of membership, and then at the end, the amount they have to pay, is shown.
I would like to update the membership selector, which is a dropdown, based on the current date, and the birthday the give.
We have four types of memberships:
Senior
Junior
Family
Support
The two first are influenced by the birthday they give, and they are all influenced by the current date.
What I would like is to update the memberships, so it autmatically shows the correct Senior/Junior, and the amount is shown at the same time.
Something like
Senior (750)
Family (1500)
Support (100)
or if the person is young
Junior (500)
Family (1500)
Support (100)
The Family and Senior / Junior are also influenced by the current date, ie. for each quarter it is less as the memberships all run from 1/1->31/12
I can't seem to be able to do anything automatically from the datepicker? Is that true? Or can I do a workaround somehow?
I have the calculation of the fee in PHP.
Currently people give their data, including their birthday and type of membership, and then at the end, the amount they have to pay, is shown.
I would like to update the membership selector, which is a dropdown, based on the current date, and the birthday the give.
We have four types of memberships:
Senior
Junior
Family
Support
The two first are influenced by the birthday they give, and they are all influenced by the current date.
What I would like is to update the memberships, so it autmatically shows the correct Senior/Junior, and the amount is shown at the same time.
Something like
Senior (750)
Family (1500)
Support (100)
or if the person is young
Junior (500)
Family (1500)
Support (100)
The Family and Senior / Junior are also influenced by the current date, ie. for each quarter it is less as the memberships all run from 1/1->31/12
I can't seem to be able to do anything automatically from the datepicker? Is that true? Or can I do a workaround somehow?
I have the calculation of the fee in PHP.
This is private content