Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: form building/validation library with "embedable" fields?

by genehack (Beadle)
on Oct 09, 2008 at 21:13 UTC ( [id://716311]=note: print w/replies, xml ) Need Help??


in reply to Re: form building/validation library with "embedable" fields?
in thread form building/validation library with "embedable" fields?

Integration (can you give an example)?

Basically what you'd get with Catalyst::Controller::FormBuilder, for example -- just some sugar. This isn't essential by any means; if it's down to writing some wrappers versus writing a whole system, that's an easy choice to make...

I'd like to be able to use FormBuilder, I just don't see any way to make it do what I want, which would be an easy way to make something like this:

<input type="radio" name="radio" value="foo">Foo<br> <input type="radio" name="radio" value="bar">Bar -- <input type="text" name="bar_text"><br> <input type="radio" name ="radio" value="baz">Baz<br>
but treat it as a single logical unit at the Perl code level.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://716311]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-03-29 06:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found