Small revision (cleans it up a bit)
in skin1/modules/Gift_Certificates/giftcert.tpl
"around line 203, ADD the second email field to the gift certificate purchase form, with a few changes from the one in the registration form:"
Changed to:
Code:
<tr>
<td nowrap align=right>Validate {$lng.lbl_email}</td>
<td><font class=Star>*</font></td>
<td nowrap>
<input type=text name=emailtwo size=30 value="{$giftcert.recipient_email}">
</td>
</tr>