Hello folks - new here and trying to build a simple webpage on godaddy. Honestly rather lost - but I don't see how to do this thing
I need to have 2 drop down selections (I think I know how to make these and add selections, maybe)- the user picks 1 from each - and then a submit button to match those 2 results to a certain youtube video.
For example:
The first dropdown could have "Mom", and "Dad", and the second could have "kid1" and "kid2" - each combo would link to a different video after clicking the submit button (that would have those 2 people in it). I can't figure out how to essentially have a series of if/then statements based on the dropdown selections.
so like
if var1=Mom and var2=kid1 then youtubeurl=whatever1
if var1=Mom and var2=kid2 then youtubeurl=whatever2
etc.
any help would be super-appreciated!
skiller