Capital letter in form

J

Jonathan

Hello,

I have been asked to create a form in FP 2003 and have
the first letter of the reply box always be a capital
letter (even if the user inputs in lower case). Any
suggestions?

Thank you,
Jonathan
 
R

Rick Budde

You probably will not like this answer: buy a book on
programming and program you own form handler, i.e. what
the Front Page Extensions now handle plus the request to
force a capital letter.

Front Page forms do not provide this capabliity. Your
choice is to either work within the functionality that
Front Page forms (and extensions on the server) provide
or write your own.
 
S

Stefan B Rusynko

You would have to add your own field validation and modify the JavaScript at
http://www.developer.irt.org/script/531.htm




| Hello,
|
| I have been asked to create a form in FP 2003 and have
| the first letter of the reply box always be a capital
| letter (even if the user inputs in lower case). Any
| suggestions?
|
| Thank you,
| Jonathan
 
Top