Send Bulk Emails with Gravity View
**ADD TO GRAVITY FORM** Here is the HTML added at the top of the form: <input id="selectall" type="checkbox"> Select all Emails Here is the sctipt used in the Jquery HTML Block: (copy text below starting and ending with the ‘script’ tag) /************************/ <script> jQuery(function ($) { jQuery("#selectall").click(function() { jQuery(".check_email").prop("checked", this.checked); }); jQuery(".selectedId").change(function() { var check … Read more