Help for this page

Select Code to Download


  1. or download this
    [HTML]
    <p>Name: <input name="address" type="text" value="<tmpl_var address>" 
    +/></p>
    <p>More info: <input name="more_info" type="checkbox" value="yes" /></
    +p>
    ...
    $template->param( errors => \@errors );
    
    return $self->fill_form( \$template->output, $fifvalues );
    
  2. or download this
    [HTML]
    <p>Name: <input name="address" type="text" value="" /></p>
    <p>More info: <input name="more_info" type="checkbox" value="yes" /></
    +p>
    ...
    }
    
    return $self->fill_form( \$template->output, $fifvalues );