Remove double footer on Spiffy form

In order to keep your forms FTC compliant, Spiffy includes a footer by default. However, if you choose to create your own footer, you are able to remove the default version with the code below. 

Please note, that by hiding the footer, and removing the link to your Terms & Conditions, your order forms are no longer compliant with the FTC. By using the snippet below, you are releasing us from any liability that may occur as a result of using our product without the footer.

Copy/Paste the code below into the Custom HTML footer section of the Infusionsoft order form.

<style>
.sp-security, #spiffy-footer {
display: none;
}
</style>
If you have any questions, please reach out to us at   support@gospiffy.com.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.