These will be only used to set the billing form address one time. If
they want to reset billing from another address they'll need to check
the box again.
<tr>
<th>Use for Billing Information</th>
<td>
- <input type="checkbox" name="contact_use_billing" {if $contactInfo.fieldData.contact_use_billing.value} checked{/if}>
+ <input type="checkbox" name="contact_use_billing">
</td>
</tr>
<tr>
<tr>
<th>Use for Billing Information</th>
<td>
- <input type="checkbox" name="business_use_billing" {if $contactInfo.fieldData.business_use_billing.value} checked{/if}>
+ <input type="checkbox" name="business_use_billing">
</td>
</tr>
<tr>
</div>
</div>
</div>
-
+
{if apply_filters( 'glm-members-billing-enabled', false )}
<div id="glm-contact-billing-fields-toggle" class="glm-contact-content-toggle">
<h3>Billing Info</h3>