FORM TAG
OPTIONS
If you are using a SplitForm or a BuyNow form, the following HTML code can now be added to your order form. These tags will enhance the final "checkout" page that is displayed on the secure server.

BODY TAGS

These tags affect the background, link colors, header graphic, and text:

Bodytags          This field must have a value of "1" if you will be using any body tags.
Example:
<input type="hidden" name="bodytags" value="1">
background (image)          If you would like your background image to appear on the secure page, please attach it to an email addressed to image@paymentclearing.com.
The background image should be named 12345bg.gif (or .jpg), where 12345 is your Gateway ID.
You will then need to add the following HTML code to your form(s):
<INPUT type="hidden" name="background" value="https://secure.paymentclearing.com/images/background/yourimage.gif">
bgcolor           Example:
<INPUT type="hidden" name="bgcolor" value="white">
fontcolor           Example:
<INPUT type="hidden" name="fontcolor" value="black">
alink           Example:
<INPUT type="hidden" name="alink" value="">
link           Example:
<INPUT type="hidden" name="link" value="">
vlink           Example:
<INPUT type="hidden" name="vlink" value="">
mertext          The contents of the text field will appear at the bottom of the secure split form "checkout" page.
Example:
<input type="hidden" name="mertext" value="Thank you for visiting. Please come again!">
Header Graphic          If you would like your company's logo to appear on the secure page, please attach it to an email addressed to image@paymentclearing.com.
The header image should be named 12345mst.gif (or .jpg), where 12345 is your Gateway ID.
You will then need to add the following HTML code to your form(s):
<INPUT type="hidden" name="mastimage" value="1">
<INPUT type="hidden" name="mast" value="/images/mast/yourimage.gif">

CREDIT CARD IMAGE TAGS

If you would like to tell your customers which credit card types you accept, use these tags.

<INPUT type="hidden" name="visaimage" value="1">
<INPUT type="hidden" name="mcimage" value="1">
<INPUT type="hidden" name="ameximage" value="1">
<INPUT type="hidden" name="discimage" value="1">
<INPUT type="hidden" name="dinerimage" value="1">