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?