The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Form URL on localhost? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Form URL on localhost? (/showthread.php?tid=1986) |
Form URL on localhost? - hockey2112 - Apr 10th, 2012 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! RE: Form URL on localhost? - Ben - Apr 16th, 2012 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 RE: Form URL on localhost? - michatmaster7 - Apr 23rd, 2012 XAMPP provides documentation on this. Ben is correct. c:/xampp/htdocs/formtools is the same as: http://localhost/formtools/ Depending on your setup. |