What do you want to redefine? The tag [-- GiftCertEmailMail --] outputs:
<table class="giftcert_type">
<tr><td class="giftcert_type">
<tr><td class="giftcert_type">E-mail
Address(es)<br> - one for each certificate
purchased, separated by commas.<br>
<input type="text" name=cert_email value="" size="50">
<input type=hidden name=cert_type value="email">
</td></tr>
</table>
You could modify the style for giftcert_type to change some formatting.
If you hard code the table in the template instead of using the tag
there are other things you could do.
You could change the text arrangement or text itself. You could change
the size of the input box for email names by changing the 50 to 100. I
have seen one site where they had individual input boxes for email
addresses instead of putting them all in one box.
The important thing to remember is that the required input fields and
form information must be on the page but other than that you can hard
code the page and rearrange things however you want.
Jim
Don Lundell wrote:
What is the proper method for redefining the contents of (for example)
the tag GiftCertEmailMail?
Thanks,
- dc