I am having a problem with my formula in the Thank you rediect being cut off after clicking "apply" on the notification tab. I have 4 different web pages all using the same form and then being redirected back to specific thank you pages. Everything was working fine until I added the forth page and everytime I hit "apply" the formula for the final page is cut off within the field. Is there a character limit or something on the redirect field that could be causing this problem?
My formula is (website addresses are edited in example): @IF(%%tfa_Website%%="http://site1/request-samples", "http://site1/thank_you_samples.aspx", @IF(%%tfa_Website%%="http://site2/request-samples", "http://site2/thank_you_samples.aspx" @IF(%%tfa_Website%%="http://site3/support", "http://site3/thank_you_support.aspx", @IF(%%tfa_Website%%="http://site4/support", "http://site4/thank_you_support.aspx"))))