Hello!
I am building a multi-page sign up form for users to fill out and build listings on my site. I need help sending data from one answer in the form to another. Here is a screenshot of the concept:
The data hierarchy is: Category —> Service —> Specialty
Examples:
Beauty —> Hair —> Hair extension
Beauty —> Makeup —> Eye Makeup
Food & Drink —> Cocktail Hour —> Bartender(s)
etc, etc, etc.
The user picks options from a series of Categories in a dropdown, each of these choices are sent to the next page of the signup form to determine which Services & Specialties to display and which to hide.
I’ve been trying for weeks to figure out the correct Data structure and how to setup the correct workflows. PLEASE PLEASE help me! I’ve spent so much time on it I’ve confused myself time and time again.
Thanks in advance for trying to tackle this problem with me