Help for this page

Select Code to Download


  1. or download this
    <p>[% error.message %]</p>
    <input type="checkbox" name="field1" value="1"[% checked.field1 %]>
    ...
    
    <input type="radio" name="field4" value="a"[% checked.field4_a %]>
    <input type="radio" name="field4" value="b"[% checked.field4_b %]>
    
  2. or download this
    <p>Please select a value for Field 4</p>
    <input type="checkbox" name="field1" value="1" checked>
    ...
    
    <input type="radio" name="field4" value="a">
    <input type="radio" name="field4" value="b">