Help for this page

Select Code to Download


  1. or download this
      print start_form (-action => url()),
    
      print hidden( -name => "function", -value => "subscribe");
      print hidden( -name => "process", -value => "1");
    
  2. or download this
    <input type="hidden" name="function" value="subscribe" />
    <form method="post" action="http://electleyland.ca/supporters/supporte
    +rs.cgi" enctype="application/x-www-form-urlencoded">
    ...
    1<input type="hidden" name="process" value="1"  />
    
    <the rest of the form>