Re: Form Design Advice - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: Form Design Advice
Date
Msg-id 20050304151656.GB19477@wolff.to
Whole thread Raw
In response to Re: Form Design Advice  ("Ross Gohlke" <ross@grinz.com>)
Responses Re: Form Design Advice
List pgsql-novice
On Fri, Mar 04, 2005 at 00:27:05 -0600,
  Ross Gohlke <ross@grinz.com> wrote:
>
> Code your form manually with the proper element names. Add a hidden
> element for each visible element to pass the field's type for validation
> purposes.

This should be in an additional table in the database, not on the form.
Otherwise the end users can send back incorrect types to check against
which could potentially be a security issue.

pgsql-novice by date:

Previous
From: Keith Worthington
Date:
Subject: Re: Help on Trigger functions
Next
From: "Ross Gohlke"
Date:
Subject: Re: Form Design Advice