Best Simple Dynamic Form Content Practice
I have an idea for a form which has simple content subforms that I'm trying to put togther and I'm hoping I can do this in ColdFusion but I'm not that good at it yet to know what the best practices are to getting this done.
I have a form with a general question followed by choices with radio buttons. I'm looking for added form content to be displayed when one or more radio buttons are selected. For example:
What service are you looking for?
() Hair
() Nails
() Shave
() Wax
Then if somone selected "Hair", under Hair more form content would be displayed. For example:
What service are you looking for?
() Hair
What are you doing
() getting ready for a wedding
() going on a date
Do you need a
() cut
() trim
() Style
() Mohawk
() Mullet
() Nails
() Shave
() Wax
Sort of like that with the added content adding to the form. I'm collecting the data in a simple MS Access DB and working with CS4. My server runs the latest version of CF.
Sounds simple enough but I'm not sure how to go about it and/or what the best practices are. Any guideance?
Thank you for any help in advance!!!
-- Dax
