Uploading pages


 To upload your web form pages into your site:
 
  1. Go to the form editing page and click the button to generate pages;
  2.   You are now able to save a .zip archive which contains your form pages and readMe.txt file with addresses to upload generated pages into. If you don’t like addresses provided by the system you can easily set ones of your own. To do that go to the form editing page and click the edit icon in front of each page.
Use any ftp client to upload web form pages to your server
You can implement generated forms into your design or leave them as they are.
 
 

  You do not have to upload your pages in case you use Form BuilderPro v4.2 and have created your web form on our virtual “Form Builder Pro server” site. Click the button to retrieve the link to your form. Copy the link to the email or post it on your site.

 
Warning!
 Generated pages contain some service information. In order to avoid execution errors we strongly recommend you not to change the following items in the generated program code:
   form caption:
<FORM ACTION="http://www.form-builder-pro.com/builder/users/formprocessorpro.php" METHOD="POST" ENCTYPE="multipart/form-data">

   invisible field :
<INPUT TYPE="hidden" NAME="___form_id_"
VALUE="88d8f13d400fc3942cd39c2ab5f47deb41408d4ce30ef”>

   form field html code generated unique names :
name=”field_name”

   input submission button :
(<INPUT TYPE="SUBMIT" VALUE="Submit">)