• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Form validation

Explorer ,
Oct 12, 2006 Oct 12, 2006

Copy link to clipboard

Copied

Hi,

I am working on a script made by somebody else who has since left the company. The page i am working on basically allows a user to enter details such as first and last name, username, password and email.

This page is called adduser.cfm and obviously uses a form (html form not cf) and when the form is submitted the action property calls itself (adduser.cfm).

When the page is reloaded, condition statements are used to verify data input from the form i.e.:

<cfif Not IsLoaded("form.submit")>
TOPICS
Advanced techniques

Views

278

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 16, 2006 Oct 16, 2006

Copy link to clipboard

Copied

LATEST
So is your question how to validate fields in the form? Do you want that before on submit or on the server?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation