<tr>
<th class="glm-nowrap-left-align{if $regSettings.fieldRequired.payment_methods} glm-required{/if}">Payment Methods:</th>
<td {if $regSettings.fieldFail.payment_methods}class="glmformbadinput" datatabid="glm-reg-payment-methods"{/if}>
- {foreach from=$regSettings.fieldData.payment_methods.bitmap item=v}
- <input type="checkbox" name="payment_methods[{$v.value}]" value="{$v.value}"{if $v.default} checked{/if}>{$v.name}<br>
- {/foreach}
+ {foreach from=$regSettings.fieldData.payment_methods.bitmap item=v}
+ <input type="checkbox" name="payment_methods[{$v.value}]" value="{$v.value}"{if $v.default} checked{/if}>{$v.name}<br>
+ {/foreach}
{if $regSettings.fieldFail.payment_methods}<p>{$regSettings.fieldFail.payment_methods}</p>{/if}
+ <div style="background-color: lightgrey; width: 600px;padding: 5px;margin: 5px;">
+ <strong>Payment Methods:</strong>
+ <ul>
+ <li>Check - (This is for members that want to send in their check, renewal only)</li>
+ <li>Credit Card - Use the credit card payment</li>
+ <li>Mark Paid - When selected as payment option it will mark the invoice as paid.(admin only)</li>
+ </ul>
+ </div>
</td>
</tr>
<tr>