PHP FORMS FAQ
| Frequently Asked Questions About PHP Forms Wizard |
| Frequently Asked Questions About PHP Form Captcha |
PHP Form Wizard
| What is the main difference between PHP Form Wizard and the other form processors available on the internet? |
PHP-Form Wizard is a stand-alone application run on your PC, so there is no script configuration or editing required and you can save your project to work on latter whenever you change something in your web form , No need to enter any settings again (unlike many similar tools). |
| Does PHP Form processor build forms for me? |
No PHP Form Wizard is not a tool to create web forms, You need to use your favorite HTML editor to create your HTML form then use PHP Form Wizard to create custom PHP scripts to process it. That way, you can make your forms look and work exactly the way you want |
| How long will it take to complete the purchase process? |
After you click the buy now button you will be directed to Swreg.org to complete the purchase this usually does not take more than 3 minutes. |
| Will there be any ads displayed in my form? |
No Ads or third party links of any type are included in the generated script |
| Are there any limitations in the number of forms that I can process using any version of PHP Form Wizard? |
No There is no limitation regarding the number of web forms you can process using any version of our software |
| I have more than one file attachment fields on my form, will I be able to receive them all correctly ? |
There is no limitation regarding the number of file attachments per form, you will be able to receive all your files correctly even if you have many file attachments in your form |
| I need to be able to upload only zip and jpg files, any suggestion ? |
All you have to do is check image/pgpeg , image/jpeg and application/zip in the permissible file type list |
| The attachments sent to me are invalid (0kb in size). Why? |
You probably didn't add enctype="multipart/form-data" to your <form ...> tag. |
| Can PHP Form Wizard send form results to more than one email? |
Yes, submitted data can be sent to multiple e-mail addresses |
| Will my form be secure against spammers if I use PHP Form Wizard? |
Yes, your form will be very secure against spammers. All the configuration parameters like destination email address of the owner's email, the subject or the body of the message, etc. are hard coded in the script and not passed as hidden fields with the HTML form, moreover you can block certain IP addresses from processing your form. The only thing that is missing is protection against automatic submission , No form processor can be sure that submitted data come from your visitor's fingers and not from some computer software unless turing test takes place, image with arbitrary code on it and a text field where your visitor will be required to enter the code. Probably you have already seen this kind of protection on serious sites like Yahoo.com, Google and many others, to get same technique of protection you need PHP Form Captcha along with PHP Form Wizard. |
| I am not receiving emails even though the PHP appears to function properly, what should I do? |
The tool uses the Mail function which is built in PHP, in order to make it work correctly you need to correctly configure your SMTP server in your PHP.ini which includes settings of the PHP installed in your server. |
PHP Form Captcha
| Why should I use PHP-Form Captcha ? isnt PHP-Form Wizard secure enough ? |
PHP Form Wizard provide you with a very secure processing script, where your email will be hidden from spammers, and enables you to block any IPs from processing your form, the only thing that is missing is that some spammers might use your form it self, not your email address, to send you spam, and No form processor can be sure that submitted data come from your visitor's fingers and not from some computer software unless turing test takes place, image with arbitrary code on it and a text field where your visitor will be required to enter the code. Probably you have already seen this kind of protection on serious sites like Yahoo.com, Google and many others, to get same technique of protection you need PHP Form Captcha along with PHP Form Wizard. |
| I don't see the Turing picture in my form, what should I do? |
This might happened if you try to open the form on your computer by just double clicking the form file, this wont display the image because it is created by a PHP script need to be run on your server, you need to share the folder which contain the form in your PC, then open your browser and type http://localhost/folder-name/form-name.html or simply upload the form ,type the URL of it in the address bar of your browser. |
| Can the size of turing image and length of security code be changed? |
Yes, you can change size, font, border and code length from your admin page |
| Can turing text be case insensitive? |
Yes, All you have to do is display the admin page at /admin/admin.php and uncheck the "sensitive security code comparison" box. |













