I am linking two drop downs using Dynamic Drop Down action. My problem is that I cannot escape , or : characters in the field values. I have these lines in Extra options extension box:
PE:M5=Thursday, March 5th, 5:30-7:30pm, A13:Saturday, April 13th, 10:00am-12:00pm
PM:A13=Saturday, April13th, 10:00am-12:00pm
PE:M5=Thursday, March 5th, 5:30-7:30pm, A13:Saturday, April 13th, 10:00am-12:00pm
PM:A13=Saturday, April13th, 10:00am-12:00pm
Hi tolgaozel,
Have you tried using HTML entities?
Bob
Have you tried using HTML entities?
PE:M5=Thursday, March 5th, 5:30-7:30pm,A13:Saturday, April 13th, 10:00am-12:00pm
PM:A13=Saturday, April 13th, 10:00am-12:00pm
Bob
I did. Interestingly, it doesn't work on the front end (it shows as it is ,) but when I go back to back end, I see that they are replaced by commas and colons.
This topic is locked and no more replies can be posted.