I have two Thank You pages in a redirect I would like to use based on a condition. This is the statement I'm using in the Redirect URL in the Advanced section of the Form Settings:
fn-If(fn-Equals(Status,'Submitted'),/xxxxxx/ThankYou1.html,/xxxxxx/ThankYou2.html)
I have a 'Submit' button on the form and in the button settings I have the following in the Advanced section:
Connected to = Status
Value returned = Submitted
Data type returned = String
When the 'Submit' button is clicked, ThankYou2.html is being displayed instead of ThankYou1.html. Seems like this is occurring before the 'Status' field/column is set to 'Submitted'. Can you use some sort of delay to set the field before the Redirect executes?
Thanks alot,