Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
      2
    ...
     24   # print the form for them to fill out
     25   print $form->render;
     26 }
    
  2. or download this
    <div class="formelement"><div class ="label"> [% contact.field.yr_name.label %]</div> [% contact.field.yr_name.field %]</div>
  3. or download this
     77 my %myf_error = (
     78   name     => 'myf_error',
    ...
     80   type     => 'hidden',
     81   values    => '0',
     82 );
    
  4. or download this
     85 my $form = CGI::FormBuilder->new(
     86                 template => {
    ...
     94                 action => $ENV{SCRIPT_NAME},
     95                 keepextras => 1,
     96   );
    
  5. or download this
     16         [% FOREACH val IN contact.field.myf_error.values %]
     17            [% val %]
     18         [% END %]