how do I specify a relative path to another web page in my site using conditions
- beckjiAsked on March 22, 2012 at 06:13 PM
When I specify a condition to go to another web page in my site, e.g. quotereply.html when the user hits the submit button the message I get is that the web page is not found, but I think it is looking for
http://www.site.com/quotereply.
How do I define my webpage in the conditions wizard "Change Thank You URL after submission"
- fxrAnswered on March 22, 2012 at 07:06 PM
You need to use the full URL to the page you want to visit after the form gets submitted.
http://www.site.com/quotereply.html
If you are sure thats what your doing and cant figure why its not working, let us know the form ID and we will have a look at it for you.
- beckjiAnswered on March 23, 2012 at 04:01 PM
Thanks for the reply fxr,
My problem is that I am building the site on my home PC initially, not the website it will be finally sited at.
At the moment my site directory is Desktop/rwb/html files
If I was to move the website directory to my d: drive, would I be able to use http://127.0.0.1/d/rwb/reply.html or somehing like that for my redirect as an interim step, until the site goes live.
- fxrAnswered on March 23, 2012 at 04:04 PM
Yes,
If you have a webserver locally installed and are able to view http://127.0.0.1/d/rwb/reply.html in a browser you should be able to set up the condition on JotForm to redirect to that page .