Capital letter in form

  • Thread starter Thread starter Jonathan
  • Start date Start date
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
 
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top