Hi,
I would like to fill a field (Url_go) in a settings page with different values when changing pages. I need it to go to a specific URL (shop page) in WS Forms.
logic
If single_course then
url_go = url_single_course (CF single_course)
else
url_go = main_shop_url (same Settings CF)
How to do this ?