Skip to content

Instantly share code, notes, and snippets.

View thomasjulienalain's full-sized avatar

Julien Thomas thomasjulienalain

View GitHub Profile
@KustomDeveloper
KustomDeveloper / Clickfunnels - Add terms of service box
Created February 2, 2018 20:00
Clickfunnels - Add terms of service box on landing page. Won't show submit button until checked
//Put in your button id and add this to a custom html/js object on your page
<div class="checkbox">
<label><span id="clicker"><input type="checkbox" name="custom_type" data-custom-type="agree" value="agree_tc"></span> I have read and agree to the terms and conditions of this website</label>
</div>
<script type="text/javascript">
$(document).ready(function() {