Below are all the form fields for creating the forms for Ultra5
These are used in Name="" and Value="" for each form item.
<Input Type="text" NAME="some_name" VALUE="~SOME_NAME~">
TYPICAL FORM FORMAT:
<INPUT Type="text" NAME="image1" Value="~IMAGE1~" SIZE=20>
the "Name" is "image1" the "Value" is "~IMAGE1~"
All values are CAPITOL LETTERS and the same as the name
with a tilde (~) in front and and back.
The special field value "~IMAGE1~" is used by the program
to replace that value with the users saved data.
SPECIAL FIELDS:
~PRINT_HEADER_HERE~ - Tells the program to print the header block HERE
<INPUT Type="text" Value="~SUBHEADER1~" NAME="subheader1" SIZE=60>
~PRINTSUBHEADER1COLOR~ - Tells the program to print the subheader colors HERE
"image4" is reserved for Welcome Images
<INPUT Type="text" Value="~IMAGE4~" NAME="image4" SIZE=20>
-------------------------------------------------------------------------------------------
AVAILABLE FORM TAGS
title
### *** *** ###
PAGE COLORS
backgroundcolor
textcolor
linkcolor
bgimage
### *** *** ###
HEADERS
header (program will print colors and font for headers and subheaders)
headerborder (check box only)
subheader1 (program will print colors and font for headers and subheaders)
subheader2
subheader3
### *** *** ###
PERSONAL INFORMATION
email
name
address
city
state
zip
phone
fax
### *** *** ###
IMAGES
image1
image2
image3
image4 reserved for Welcome Images
image5 EXTRA FIELD (could be used for anything)
### *** *** ###
TEXT
text1
text2
text3
bullettext1 (could be used for anything)
bullettext2 (could be used for anything)
bullettext3 (could be used for anything)
### *** *** ###
LINKS
linkcenter (check box only)
linkheader
link1 (http://)
link2
link3
link4
link5
link6
link1desc (anchor text)
link2desc
link3desc
link4desc
link5desc
link6desc
### *** *** ###
copyright
### *** *** ###
counter (check box only)
### *** *** ###
Extra fields that can be used for anything. (Except TextArea tag)
Usage: <INPUT Type="text" Value="~FIELD1~" NAME="field1" SIZE=20>
field1
field2
field3
field4
field5
field6
field7
field8
field9
field10
### *** *** ###