Skip Menu |

This queue is for tickets about the Data-Form-Elements CPAN distribution.

Report information
The Basics
Id: 46213
Status: new
Priority: 0/
Queue: Data-Form-Elements

People
Owner: Nobody in particular
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.61
Fixed in: (no value)



Subject: wish: build elements with multiple passes
I envision a form validation system that builds a single profile profile in two phases: - The first phase would be automatic, such as querying a database table and adding constraints based on "not null" and length constraints. - The second phase would be manual, such as declaring that some field is an e-mail field. This module could help with if it had methods such as "add_constraint()", which would allow you to add a constraint to a field, possibly creating it as an element along the way.