Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Adding fields to a form using Catalyst/TT

by HuckinFappy (Pilgrim)
on Oct 13, 2006 at 17:42 UTC ( [id://578184]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub form_create :Local {
       my ( $self, $c ) = @_;
    ...
    
       $c->stash->{template} = 'requests/new_request.tt2';
    }
    
  2. or download this
    [% printField = 1;
       WHILE printField <= entry_fields %]
    ...
          [% printField = printField + 1;
       END;
    %]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://578184]
Approved by friedo
Front-paged by diotalevi
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-19 14:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found