I have a question about notifications following the submission of responses on a form. In my form's setup for the Notification options I can either leave an acknowledgement message or redirect to a website and give the url. I would like to redirect to a url. But what I find is that instead of automatically going to a website url there is the formassembly page with the link there for the user to then click the link. Is it possible for the user to automatically be directed to the url upon clicking submit form and bypass tehe form assembly page with the hyperlink?
For user in the free plan, the redirection is not automatic. An 'intermission' page (with advertisement) is displayed instead and the user must click the link to continue.
If you upgrade your account to one of our paying plans, the redirection will work as expected (no intermission page and no link to click).
Can we have relative redirections (i.e. : thankyou.asp instead of http://www.mysite.com/thankyou.asp) ?
I need several "thankyou pages" to be able to have separate statistics for all my forms. Ex. : http://www.mysite.com/form1/thankyou.asp Ex. : http://www.mysite.com/form2/thankyou.asp
You probably don't need relative redirections (it would be relative to FormAssembly.com anyway). Each form can have its own "thank you" page, so you should be able to do what you described.
Well, I can't find the way to change the URL in the html code. I know that we can change the thankyou page there : http://app.formassembly.com/forms/edit/notifications/, but, in fact, I want the same contact form for my website. So, this is what I expect: Ex. : http://www.mysite.com/stendhal/contactForm.asp ---- Redirect to : http://www.mysite.com/stendhal/thankyou.asp Ex. : http://www.mysite.com/balzac/contactForm.asp ---- Redirect to : http://www.mysite.com/balzac/thankyou.asp