I am trying to create a form where members select their dog’s age and breed. I am trying to follow the Country Autocomplete Example but instead of having the $w() and element ids hardcoded, I want to create a variable that would change depending on which input box is being clicked on. Is this possible?
I have already started working on it, and the only thing I did was create variables and plug them in, but nothing happens. I created variables on the Country Autocomplete sample and it still worked. When I hardcoded the variables into my code it did work, but it did not when the I plugged in the variables.
Any help would be appreciated! Thank you!