Re: Form Design Advice

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Ross Gohlke <ross(at)grinz(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Form Design Advice
Date: 2005-03-04 15:16:56
Message-ID: 20050304151656.GB19477@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Fri, Mar 04, 2005 at 00:27:05 -0600,
Ross Gohlke <ross(at)grinz(dot)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.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Colin McGuigan 2005-03-04 16:38:05 Re: Form Design Advice
Previous Message Bruno Wolff III 2005-03-04 15:11:46 Re: Import csv file into multiple tables in Postgres