Posts: 5
Threads: 3
Joined: Sep 2011
Reputation:
0
Hello,
I am using 2.1.2 to create a form on localhost for testing. What should I use for Form URL in the Form Information step? The form is in the c:/xampp/htdocs/formtools folder.
Thanks!
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hi Hockey,
Did you have any luck with this?
It'll depend on the way you have your local server set up. It's most likely on of these:
http://localhost/formtools/
http://localhost:8888/formtools/
(or another port besides 8888). Do you have any other applications running on localhost? If so, you could figure out the URL based on that. But normally, the htdocs folder will point to the root of your localhost URL.
Good luck!
- Ben
Posts: 143
Threads: 19
Joined: Dec 2010
Reputation:
5
XAMPP provides documentation on this. Ben is correct.
c:/xampp/htdocs/formtools
is the same as:
http://localhost/formtools/
Depending on your setup.
Not a FT employee, just a FT user lending a hand. If I've been helpful, please rate.