php File and FTP Settings
Form Properties
The program will create a .php file, which contains the form (based on the selected HTML host page) and the script. The .php Web Form file is the only file you need to upload to your web. There are no other pages required. Please note, that the .php file will only run on a webserver with php installed. It will not run on your local computer!

You can either :
Create the php Web Form Output File on your Local Computer
The usage is very simple, just click on the "Select Output File" button and
select the file location.
Please don't change the extension.
The file extension must be .php
Sample:
d:\mywebs\www\contact\contactform.php
FTP Upload it to your Website
You can select the FTP connection type. The program supports FTP, FTP PASV (if you have problems with your firewall), FTP SSL and FTPS.
You should get the following information by your web space provider:
FTP Server:
Enter the a fully qualified hostname or IP address here. Sample: ftp.yourdomain.tld
FTP User:
You FTP username. Sample: myusername
FTP Password:
Your FTP password. Sample: abcdefghi
FTP Path (Folder):
Specify the folder on your ftp Server to which the file should be uploaded.
Sample: /www/contact/
The structure on your ftp Server might look totally different. In this sample
the folder "www" is the root folder of the web!
FTP Filename:
Specify the filename of the php file, which contains the form (based on the selected HTML template) and the script.
Sample: contactform.php
In our sample the URL to the contactform.php would be
http://www.mydomain.tld/contact/contactform.php.

