I have a page that selects database entries from a list of exercise workouts via a drop down.
What i need to be able to do is on change of that drop down is select the name of that exercise and have it populate the associated dynamic URL into another text element.
Here is where im at with it, the issue is around the field key of the dynamic URL it doesn’t handle correctly the - minus signs in the field key. i tried to put it in brackets but this didn’t work either.
The element populates but just as text it doesn’t put in the correct URL from the database.
I can see the correct URL in the console log i just cant get it to put that URL in the element. i must be close! please help.
export function trainingStencildropdown1_change(event) {