Naming Rules

Naming Rules

There are certain restrictions by which you can create a name (name of the form and that of the elements)

 

    1. The name can contain alpha-numeric characters and _ ( underscore ) only. No space or other puctuation characters are allowed in the name.

     

      1. The name should start with an alphabetic character.

       

      Wrong

      Contact Form

      (space in name)

       

      My-Contact-Form

      (hyphen '-' in name)

       

      1Name

      (starts with number)

       

       

      Right

      ContactForm

      My_Contact_Form

      signupform

      signupform1