|
How do I install FormXP to my server?
FormXP comes with the zip file. First, you need to unzip it.
Use FTP to login to your server. Create a new folder name [formmail].
The URL of this folder should be like this
http://YOUR_DOMAIN.COM/formmail
Use FTP to chmod 777 this folder - If you don't know how to use FTP
to chmod file or folder then please come here
http://cgi2k.com/chmod.shtml
Use FTP to upload all of FormXP's files to your server (upload those
files to folder [formmail])
Run file http://YOUR_DOMAIN.COM/formmail/setup.php to install FormXP
How do I change the Admin ID & Admin Password?
Use Text editor to open file config.php - look for the code below
$admin_user ="demo";
$admin_password ="demo";
Change demo to your new ID & Password
How do I turn the banner ads off?
There are 3 ways to turn the banner ads off.
Way #1: Use text editor to open file config.php then modify
the code below
$turn_banner = 'OFF' ;
Way #2: Go to main page, then click on this icon
- and empty file
banner.txt
Way #3: Go to main page, select the Form ID that you want to edit
then click on this icon
- you need to edit file page.html - just
remove the code below
{'DISPLAY_BANNER'}
I don't want to send email 'auto respond' back to sender, what should
I do?
Go to main page, select the Form ID that you want to edit then click on this
icon - Scroll
down to bottom page and check the checkbox "Check here to disable "auto
respond" back to sender"
Is there any CC feature? I want FormXP sends the form's result to more
than one webmaster
Yes, there is. Go to main page, select the Form ID that you want to edit
then click on this icon
- Scroll down
to bottom page to edit file send_to.txt. You can send the form's
result to up to 10 email addresses.
Can I create a Form Mail that enable sender to attach files?
Yes, you can do it by simply clicking on Create New Form and clicking on
create new file attachment in script 2.

How do I Rename the Form ID?
Go to main page, then select the Form ID that you want to rename after that
click on this icon

How do I Delete a Form ID?
Go to main page, then select the Form ID that you want to delete after that
click on the icon

How do I check email log?
Go
to main page, then click on this icon
- This
feature will scan and remove duplicate email addresses
When I click on view Form detail icon
, I see no
HTML code inside Text Box area. Why?
Because when you created your Form Mail you forgot to click on this button

Visit our
support Forum if you have more questions. |