1: FILL IN THE FORM


OPTIONSSETTINGS
Background Color =
Font =
Font Size =
Font Color =
Padding between border/content =
Border Color =
Border Thicknes =
Border Type =



2: LOOK AT THE SAMPLE BASED ON YOUR TEST

Sample text field:


radio 1   radio 2   radio 3

checkbox 1 checkbox 2


NOTE:
When you click the "Test New Scrollbar" button, the code for the scroll bar is generated below. If the test scrollbar is okay, you can copy the code from this page and insert it into your own.

You can enter color values using pre defined names (green, blue, etc) or HEX values (#FFCC00, #CC9900, etc).



3: COPY THE CODE THAT FITS YOUR NEED
3a: CODE TO CHANGE ALL FORMFIELDS ON THE PAGE

Copy This To The <HEAD> Section Of Your Page
No Code Available! - Click The Above Button To Generate The Code

3b: CODE TO CHANGE ALL FIELDS WITHIN A SINGLE FORM

Insert the following code right above your <form> tag
After that, add </div> right after your </form> tag.
No Code Available! - Click The Above Button To Generate The Code


3c: CODE TO CHANGE SINGLE FORMFIELDS

Copy This To The <HEAD> Section Of Your Page
After that, add class="customform1" to the desired fields.
For example: <input type="text" class="customform1">
No Code Available! - Click The Above Button To Generate The Code