Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    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"))))

    Any ideas?

    Thanks!
    • CommentAuthordbuschho
    • CommentTimeDec 5th 2011
     
    Hello,

    Yes, the thank-you url has a limit of 512 characters, so your formula will need to fit within that limit.

    If you're having difficulty fitting your logic inside that limit, open a support request and we'll see what we can do to help.

    Drew
    FormAssembly.com Support