Welcome to FormGenics.com!

FormGenics is a HTML Form code generator. It creates the necessary HTML and JavaScript code for any form that you create using the easy question and answer styled wizard.

What kind of forms can you create with FormGenics? You can create email contact forms, membership sign-up forms, log in forms, application forms, cool HTML forms, download forms, comment forms, polls, support ticket forms, simple forms, complex forms...

If you have ever had difficulties creating a HTML form or are just too busy to write one from scratch, then you are in the right place!

Easy, simple, and free. Click here to get started right away or quickly view the Quick Start Instructions. For more advanced help, check out the Comprehensive Help Guide and our Support Forum.

home
  
create form
  
support forum
  
contact
  
terms of use
  
Introduction
Quick Start Guide
Comprehensive Help Guide
Support Forum
FAQs


Articles
Back to Basics
Forms Part 1
Back to Basics
Advanced Forms Part 2
Back to Basics
Form Tips & Tricks Part 3
Designing Consistent Form Field Sizes
Getting the Most Out of Your Form
Form Processing - Working with CGI


Supporters


 

Frequently Asked Questions

     [for more topics please visit our
support forum
]
  • •What kind of validation is supplied?
  • •How do I setup for Email validation?
  • •Can I have multiple Email inputs?
  • •What is "Form Processing"?
  • •How can I change the font style on my form?
  • •Can I save my form and finish it later?


  • What kind of validation is supplied?
    The vaildation supplied with your form is JavaScript and is triggered prior before the submit event. It only checks the fields that you have selected as "Required" and, with the exception of any Email input fields, only checks for empty or no inputs.



    How do I setup for Email validation?
    To create an Email Address input field and have its content validated as a valid Email Address is simple. Just create a text input field and as a field name, use the word "email" in the first part of the name.
    Examples of field names that will trigger an email validation:
      email
      email1
      Email2
      EmailAddress
      EmailConfirm
    Any of the above will cause this form generator to produce the necessary JavaScript code to valid its value.



    Can I have multiple Email inputs?
    Of course. Simply use different variations of "email" names for the fieldnames. Such as:
      email1
      email2
    (See question & answer #2 above).



    What is "Form Processing"?
    Form processing is the method in which the data entered into your form is handled. A form processor is a script that will parse the information from the form's input fields and deliver it accordingly - email, database, another form, etc.
    Form processors come in many different applications and scripting languages. However, if you're not so inclined to be bothered by trying to understand php or perl, then you may want to use a remotely hosted form processor. These are sites that just do form handling. Please see our Help documents and visit our support Forum for more information.



    How can I change the font style on my form?
    If you know a little bit about CSS then you can set the following classes to any style you wish:
      ftbl_row_1
      ftbl_row_1a
      ftbl_row_2
      ftbl_row_2a
    By studying your forms html code, you'll notice that the Displayed Input names are on the left (ftbl_row_1,ftbl_row_2) and the input controls are on the right (ftbl_row_1a,ftbl_row_2a). Here is an example of styling the form to a font in Arial, size 12px, and color of blue:
    .ftbl_row_1,.ftbl_row_1a,.ftbl_row_2,.ftbl_row_2a{
    font-family:arial;font-size:12px;color:blue;}


    To right align just the Displayed Names:
    .ftbl_row_1,.ftbl_row_2{text-align:right;}
    Of course, you may delete the class names altogether and simple put "font face='arial'", etc.



    Can I save my form and finish it later?
    No. However, you may take as long as you like to complete the form. Your form's data is temporarily stored on our server until you either reset the form, leave our site, close your browser, or log off the Internet. You may browse around the FormGenics site while composing your form without worrying about losing your data.



Notice something missing?

This website is commercial free.

This service is provided for free because most of our costs are paid for from donors like you and by the many thankless people who volunteer their time and talents.

PLEASE feel generous enough to give just a little (even $1 will help!) to help keep this site ad-free.

Click here for other ways that you can help!


PLEASE RATE US!
at hotscripts.com

Help us help others - please donate
The New World.com
Webdevelopment & WebHosting
PLEASE RATE US AGAIN !

forum  |  contact  |  articles  |  donate  |  privacy policy  |  site map  |  link to us
copyright ©2009 FormGenics.com | all rights reserved