close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

WAFV Redirect - stop adding original querystring

Thread begun 3/17/2013 9:09 pm by Roland Rogers | Last modified 3/19/2013 9:02 am by Jason Byrnes | 1505 views | 3 replies |

Roland Rogers

WAFV Redirect - stop adding original querystring

Hi,
I have a form with many fields and a captcha element. I have everything configured properly and the form works beautifully. My only issue is I have a customized redirect value if the captcha fails which brings a user back to the original page with the form to show an error and repopulate the fields with the entered data.

The issue is that the original query string is being added to the redirect URL despite my not asking it to be there. Where can I go to turn that feature off?

Ex: my $WAFV_Redirect = "product.php?productid=".$_GET['productid']."#2"

Notice the #2 - this brings the user back to a tab that I have set up. Without it the default is #1 which does not have the form in it and therefore would confuse the user.

But the output when the captcha validation fails is:

product.php?productid=123#2?productid=123

Which returns the user to the default tab and breaks the flow of the page.

So my simple question is: where can I go in the code to turn off the generation of the second querystring (in this case, ?productid=123)?

Thanks!

Sign in to reply to this post

Jason ByrnesWebAssist

try using an ampersand between the querystring variable and the anchor:

php:
$WAFV_Redirect = "product.php?productid=".$_GET['productid']."&#2"
Sign in to reply to this post

Roland Rogers

Sadly that did not work. The issue is the extra querystring being added to the very end of the WAFV_Redirect code that I set.

Where could that be coming from? Isn't there a checkbox to submit with original querystring? When I try to reset the redirect it does not appear but that is the only thing I can think of.

Any other ideas?

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...