Hi All,
Need advice with the floowing issue.
I have a registration form with 10 fields.
The first 3 are dropdowns.
The info in dropdown two will depend on what is choosen in
dropdown one, and dropdown three will depend on dropdown two.
My first question is, should I store all my info in mysql tables to achieve this or is there a better way.
Do I have to use Javascript to achieve this dynamic change or is there a better way.
Once the registration process is complete the info will be submitted into a mysql database so is it better practice to keep everything in a mysql database.
I am really having problems with this as my programming experience is not that extensive.
Could someone please point me in the correct direction on how to achieve this.
Many Thanks
Graham
Need advice with the floowing issue.
I have a registration form with 10 fields.
The first 3 are dropdowns.
The info in dropdown two will depend on what is choosen in
dropdown one, and dropdown three will depend on dropdown two.
My first question is, should I store all my info in mysql tables to achieve this or is there a better way.
Do I have to use Javascript to achieve this dynamic change or is there a better way.
Once the registration process is complete the info will be submitted into a mysql database so is it better practice to keep everything in a mysql database.
I am really having problems with this as my programming experience is not that extensive.
Could someone please point me in the correct direction on how to achieve this.
Many Thanks
Graham