![]()
This version has had many new features added of which the main ones are the ability to save all the submitted data to a MySQL database, using asp or php.
Using the more advanced options you are able to allow your visitors to upload files which can be attached to emails, sent to the server, stored in a database, or any combination of the three.
Here is a working example of the new Web Form Builder using the Captcha image verification option.
When the form is submitted you will be taken to a customised confirmation page showing just how easy it is to integrate the form results into your current layout.
New features added to version 8 include allowing user to select a Subject Line from a Drop-Down List, this will be the Subject of their submission as used in the above example.
E-mail Verification, ability to print out your form, you can now use more radio buttons and unentered fields are not shown on the results page or in the incoming e-mail message.
Download Trial - More Info - View Tutorials
Creating Custom Formbuilder Results Page
Using Defined Subject Lines
Q. I can't enter the '@' sign into an email field in Firefox or Opera?
Q. How can I check if my server supports PHP?
Q. How do I setup email verification in Formbuilder 7.6?
Q. Can I create a form that allows people to select the person they want to send the form to?
Q. Is it possible to have a multi-page form?
Q. How do you get it to not say: email from: coffeecupflash when you receive a email of the submitted form?
Q. Can I have a user upload more than I file from the form?
Q. Can I have multiple email fields on my form?
Q. Message Sent has multiple line returns?
Q. How do I create a custom confirmation page to dislpay the submitted for results?
Q. I have asked the form to save the results to a text file, when I log into my server to check the results the file is empty?
Q. I have selected to have the uploaded file added as an attachment but it doesn't come in the email?
Q. I have put the 'File Upload Button' onto my form and set it to be saved to my server. When I login the files are not there?
Q. I have set the 'files' folder to CHMOD 777 but the file still doesn't upload?
Q. Can I use the PHP file generated from the flash form builder with a regular html form?
Q. My screen on the right is cut off?
Q. My form stalls when I try to upload a file?
A few Tips and Tricks
Q. How do I setup email verification in Formbuilder 7.6?
A. You need 2 input boxes. Add your first input box and in the settings on the right select 'E-mail Address Field'. Now add a second input box and this time in the right hand settings select 'E-mail Verification Field. You can set them both as required fileds, when your visitor now fills in the form both e-mail addresses will have to be the same before they can submit the form.
Top of Page
Q. Can I create a form that allows people to select the person they want to send the form to?
A. Yes you can do this in form builder. Create a drop down list and on the right hand side you will see a drop down called "Contact List" Change this to yes and then click on configure menu items. Then just follow this format:-
Support:support@yourdomain.com
Sales:sales@yourdomain.com
Admin:admin@yourdomain.com
Top of Page
Q. Is it possible to have a multi-page form?
A. Not at present but it will be available in a future version.
Top of Page
Q. How do you get it to not say: email from: coffeecupflash when you receive a email of the submitted form?
A. Select the input box that represents your e-mail address field. On the right hand side you will see a checkbox that says email address. Check this box. The e-mail will now come from the address entered in this field when the form is submitted. You can also edit the PHP script and change it manually if you like.
Top of Page
Q. Can I have a user upload more than I file from the form?
A. You are only allowed 1 File/Browse button, if you would like your user to upload more than 1 file then they will have to place them inside a zip file.
Top of Page
Q. Can I have multiple email fields on my form?
A. This is not an option in the program.
Top of Page
Q. Message Sent has multiple line returns?
A. That is caused by your mail server and how it interprets line feeds and carriage returns. In the PHP script you can modify this manually. Look for this line:- define('CC_FB_SENDMAIL_EOL',"\r\n"); Try and remove either the \r or \n.
Top of Page
Q. How do I create a custom confirmation page to dislpay the submitted for results?
A. Copy the HTML of your standard page and from within Web Form Builder 'Form Submission' options, select 'Create a Custom Page' and replace the code with your own.
Then place this tag wherever you want the results to appear:- <p>$form_results</p>
For a detailed Walkthrough, go here:- Creating Custom Formbuilder Results Page
Top of Page
Q. I have asked the form to save the results to a text file, when I log into my server to check the results the file is empty.
A. The text file has to be made readable / writeable for data to be written to it. Login back into your server and check you have set the CHMOD permission to 666 to the file. Now try the form again and you should find the submitted data is now there. Doesn't apply to a Windows server.
Top of Page
Q. I have selected to have the uploaded file added as an attachment but it doesn't come in the email?
A. Make sure you have the 'Save to Server' box checked on the 'File Uploads' screen.
Top of Page
Q. I have put the File Upload Button onto my form and set it to be saved to my server. When I login the files are not there.
A. When you have uploaded your form it should have created a 'files' folder, if not then you must create one, login to your server and set the CHMOD permission to 775, try your form. If the files are still not uploaded, login into your server again and change the folder permission to 777, your files should be uploaded now.
Top of Page
Q. I have set the 'files' folder to CHMOD 777 but the file still doesn't upload?
A. Formbuilder creates the 'files' folder when the script is first run and is set to 755 permissions, therefore it is created as a different user which is not uncommon for scripts that are installed directly on the server. The problem then arises if you are on a shared host that you cannot change file permissions, to be able to change permissions you need to contact your hosting provider and ask them to change the folder to the default user. It has been known that some ftp software seems to change the permissions for you, but in actual fact it does not.
The ideal solution is to create the 'Files' folder yourself before uploading or running your form.
Top of Page
Q. Can I use the PHP file generated from the flash form builder with a regular html form?
A. Form builder relies on flash to produce the form, so the PHP is not designed to work with a regular HTML generated form.
Top of Page
Q. My screen on the right is cut off?
A. You most likely have a custom DPI setting on your big monitor. It needs to be set at "normal" for some programs to display properly.
Right click your desktop, click on properties, then the settings tab. Click advanced and have a look at the DPI setting. If not set to normal (96 DPI), then change it, click apply, reboot and all should be fine.
Top of Page
Q. How can I check if my Server supports PHP?
A. Create a blank page in your html editor. Next copy and paste the code below into the page and save it as ' phpinfo.php '.
Now upload the file to your server and run it from your browser address bar, if your server supports PHP you will be shown the PHP info.
Copy and paste code below this line
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>php info</title>
</head>
<body>
<?php
phpinfo();
?>
</body>
</html>
Top of Page
Q. I can't enter the '@' sign into an email field in Firefox or Opera?
A. It appears there is a bug in both Firefox and Opera with none US keyboards when entering certain characters, especially the '@' key, into an input box when WMODE is used to set a transparent background.
Make sure you have unchecked 'Transparent Background' your form will function ok then. This problem is not caused by Formbuilder
Go here Check input box for a more detailed explanation.
Top of Page
Q. My form stalls when I try to upload a file?
A. When someone is trying to upload a file and the form stalls, it is most likely an Apache issue. Please go here to read more: Create a .htaccess file
Top of Page
Web Form Builder will not work if your web host does not have PHP 4.3.10 (or greater) or ASP installed.