Integration Guide

Table Of Contents
PayPal Payments Standard Integration Guide June 2012 215
Recurring Payments – Automatic Billing Buttons
Sample HTML Code for Automatic Billing Buttons
4
<table>
<tr>
<td align=center><input type="hidden" name="on0"
value="Regular house cleaning">
<strong>Regular House Cleaning</strong></td></tr>
<tr>
<td align=center>Select the maximum amount you want
to pay each month.</td></tr>
<tr>
<td align=center>$ <select name="os0">
<option value="240"> 240</option>
<option value="300"> 300</option>
<option value="450"> 450</option>
</select> USD</td></tr>
<!-- Display the Automatic Billing button. -->
<tr><td align=center><i>Sign up for</i></td></tr>
<tr><td><input type="image" border="0" name="submit"
src="https://www.paypal.com/en_US/i/btn/btn_auto_billing_LG.gif"
alt="PayPal - The safer, easier way to pay online!"></td></tr>
</table>
<img alt="" border="0" width="1" height="1"
src="https://www.stage2sc4078.qa.paypal.com/en_US/i/scr/pixel.gif"
</form>
The sample code above produces the following result on your webpage: