Thomas
Sun Feb 05 10:10:32 CST 2006
You can use FP Form Field Validation which is based on JavaScript whether or not the live/remote
server has the FP extensions.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
"p c" <nospam@nospam.com> wrote in message news:T_udnUyfcrBCQ3neRVn-uA@comcast.com...
> Use form validation. If your site has FPSE, you can use FP for basic form validation. In FP normal
> view, right click the form field, selectd field properties and proceed to form validation.
>
> If FPSE is not an option or if you want more customized validation, you can use use form
> validation using javascript. Google "javascript form validation" for samples and exples (without
> quotes). This validation is done at the browser, it will not work if the user disabled scripting.
>
> Another option is to validate with server side scripting.
>
> ..PC
>
> FrontPageNewbie wrote:
>> How do I set-up my contact page to make the consumer have to fill out either their phone # or
>> email address. I'm trying to mail it a required field so that they can fill in one or the other.
>> Any help would be appreciated. Thanks.