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

form redisplay and server-side validation vs. using just cfform

New Here ,
Mar 20, 2008 Mar 20, 2008
I am creating an account registration form for my site and will provide validation to insure that the user has input all data correctly. I have read the pros and cons of cfform as it concerns using javascript for client-side validation and have also read about the ability to provide server-side validation with form redisplay allowing the form to keep the data already input by the user and provide any error messages about incorrect data input, etc. My question is two-fold:
1. To the people who create registration forms for sites on a regular basis, does a primary client-side validation using <cfform> with back-up server side validation (using the various _suffixes) create a user-friendly enough registration page?
2. Can anyone point me to a tutorial (hopefully newbie based), to creating a form-redisplay option for server-side validation.
Thanks for all your help!
dan
TOPICS
Getting started
557
Translate
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
LEGEND ,
Mar 20, 2008 Mar 20, 2008
This is how I do it:

http://www.fordwebs.com/cfform.cfm

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"dan_newbury" <webforumsuser@macromedia.com> wrote in message
news:frtkoc$68a$1@forums.macromedia.com...
>I am creating an account registration form for my site and will provide
> validation to insure that the user has input all data correctly. I have
> read
> the pros and cons of cfform as it concerns using javascript for
> client-side
> validation and have also read about the ability to provide server-side
> validation with form redisplay allowing the form to keep the data already
> input
> by the user and provide any error messages about incorrect data input,
> etc. My
> question is two-fold:
> 1. To the people who create registration forms for sites on a regular
> basis,
> does a primary client-side validation using <cfform> with back-up server
> side
> validation (using the various _suffixes) create a user-friendly enough
> registration page?
> 2. Can anyone point me to a tutorial (hopefully newbie based), to
> creating a
> form-redisplay option for server-side validation.
> Thanks for all your help!
> dan
>

Translate
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
New Here ,
Mar 20, 2008 Mar 20, 2008
Thanks so much--the tutorial is a great help! dan
Translate
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
Contributor ,
Mar 21, 2008 Mar 21, 2008
Here is a nice post about form processing.

http://www.coldfusionmuse.com/index.cfm/2005/7/6/validation

Comments are also valuable. 🙂
Translate
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
Contributor ,
Mar 21, 2008 Mar 21, 2008
LATEST
Translate
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