Hi Everyone,
I'm attempting to create a registration form with drop downs to select from various sessions, dates, times, etc. I'd like to boxes to be manipulated as follows:
Drop down one (sessions) - 4 options: Facilitator training (English), Info Session (English), S'éance d'information (French), Formation d'animateur (French)
*I know how to create this drop down
Drop down 2 (dates) - I'd like this box to only populate the dates that correspond with the session chosen. There are 2 date that correspond with each session. Ex: If someone chooses Facilitator training, I'd like drop down 2 to have October 29, and January 13 to choose from.
Text Box 3 (time) - I'd like this box to auto populate the time based on the session chosen. The times are the same regardless of the date
Text box 4 (location) - I'd like this box to auto populate the time based on the session chosen (address written in French if it's the French one chose, English if English is chosen)
Text box 5 (price) - I'd like this box to auto populate based on the session chosen ($100 English Facilitator training chosen, Free if Englsih info session chosen, 100$ if French Formation d'animateur is chosen, and gratuit if S'éance d'information (French) is chosen.
Thank you in advance! I need to learn custom scripts...