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:
Field | Description | Examples |
---|---|---|
bodytags | This field must have a value of "1" if you will be using any body tags. |
<input type="hidden" name="bodytags" value="1" /> |
bgcolor | Background color | <input type="hidden" name="bgcolor" value="white" /> |
background (image) | If you would like your background image to appear on the secure page, please create a ticket in iTransact's Support System and attach the image. 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" /> |
fontcolor | Font color | <input type="hidden" name="fontcolor" value="black" /> |
link | Link color | <input type="hidden" name="link" value="" /> |
alink | Active link color | <input type="hidden" name="alink" value="" /> |
vlink | Visited link color | <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. | <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 create a ticket in iTransact's Support System and attach the image. 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" /> The header image can be no wider than 800 pixels. |
Credit Card Image Tags
If you would like to tell your customers which credit card types you accept, use these tags. If you'd like to display these images on other areas of your site, feel free to right-click on the images and save them for your own use.
<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" /> |