In signup.html template change this: Code: <tr> <th><b>#_TPL_SIGNUP_COUPON_CODE#</b><br /> <div class="small">#_TPL_SIGNUP_COUPON_1#<br />#_TPL_SIGNUP_COUPON_2#</div></th> <td><input type="text" name="coupon" id="f_coupon" class="{ldelim} remoteCoupon: 'ajax.php'{rdelim}". value="{$smarty.request.coupon|escape}" size="15" /> </td> </tr> to Code: <tr> <th><b>#_TPL_SIGNUP_COUPON_CODE#</b><br /> <div class="small">#_TPL_SIGNUP_COUPON_1#<br />#_TPL_SIGNUP_COUPON_2#</div></th> <td><input type="text" name="coupon" id="f_coupon" class="{ldelim} required: true, remoteCoupon: 'ajax.php'{rdelim}". value="{$smarty.request.coupon|escape}" size="15" /> </td> </tr>