To customize this field, create a CSS style titled FIELD-COUPON-SUBMIT. The form button generated by this QuickCode Tag will then inherit the attributes of that style.
For example: To make the quantity field 20 pixels wide with red text, add this style to your CSS rules:
<style type="text/css"> <!-- .FIELD-COUPON-SUBMIT { color: #FF0000; width: 20px; } --> </style>
Custom button image: To customize this button, replace the {FIELD-COUPON-SUBMIT} QuickCode Tag in your HTML template with the source code. Then, replace the path to the button image with the path of your own custom button image.
Using standard form button: If you'd rather use a standard HTML form submit button instead of an image button, you may. The only requirement is that the button name would have to be "coupon_submit_x". |