Is there a way to conditionally set values for fields from another field? I want to create a "wizard" of sorts, that would end up redirecting to our store, based on a series of questions for what the client needs.
A simple example would be if I had a multiple choice fields with choices A,B,C, and a hidden field called "type", selecting multiple choice A would set "type" to 1(or another arbitrary value), then I use "type" in a Confirmation redirect as product id.
I know it could be done with a custom page that does the end-point logic and redirects on to the store, but it would be nice to keep the logic in one place..
Thanks.