Forums

[resolved] [Plugin: FormBuilder] Continue link on success page gets appended (4 posts)

  1. VermilionDL
    Member
    Posted 1 year ago #

    So, I'm using WordPress 3.0.1 with FormBuilder Version 0.852.

    I added a 'Continue to the library' link on my success page of an access form. It works fine in Chrome, but in IE and FF, it's appending the target url after the url post data, instead of passing through.

    Example:
    http://mysite.com/request-password/

    becomes
    http://mysite.com/request-password/#formBuilderCSSIDVideo_Access_Request
    on post, and when you click on the continue link, you are presented with:
    http://mysite.com//request-password/%22http://mysite.com/video-library/%22

    Anyone know how to force cleanse the post data?

  2. VermilionDL
    Member
    Posted 1 year ago #

    Update: I tried using JavaScript in that field to over write the url, but the JavaScript wasn't rendered at all.

  3. VermilionDL
    Member
    Posted 1 year ago #

    OK, I found the bug, and solved it myself.

    Links created in the success field in FormBuilder cannot contain any HTML specialchars, which includes quotes. I had to modify the link to use single quotes.
    <a href='Mysitestuff.com'>

    Mark this one solved.

  4. CloudCreaWeb
    Member
    Posted 1 year ago #

    Hello,

    I have the exact same problem. Links don't work on IE or FF.
    But replacing by single quotes didn't change anything in my case. :(

    Can someone help me ?

    Thanks a lot !

Topic Closed

This topic has been closed to new replies.

About this Topic