Help for this page

Select Code to Download


  1. or download this
    <tr>
      <td>
    ...
        <input type="radio" name="businessCall" value="No_bus" />No * 
        </td>    
    </tr>
    
  2. or download this
    if $businessCall.value = "Yes_bus" {
       my $subject = "Branch Manager Business Call"
       } else if $businessCall.value = "No_bus" {
          my $subject = "Merchant Referral"
          }