WIP For adding field type to gravity forms
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Jul 2016 21:00:15 +0000 (17:00 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 7 Jul 2016 21:00:15 +0000 (17:00 -0400)
commit54f1fb2cff360de39e4324bbe44e33d5aeabbbce
treefdee31a5dfb8ddfa5c3cc2a30bf677317ee647ff
parent61f659c95a5c2672b9e60504924ea3c47b1d4bac
WIP For adding field type to gravity forms

Setting up a simple field add on.
Should be able to use this for adding Leads field to any gravity form.
When the field exists we know to store the form data.
Also this will inject the checkboxes for all of the assigned groups.
They will be able to pick which group they want for the form.
And can place this field anywhere on the form they want.
class-gfleadsfieldaddon.php [new file with mode: 0644]
css/leads_style.css [new file with mode: 0644]
includes/class-leads-gf-field.php [new file with mode: 0644]
index.php
js/leads_script.js [new file with mode: 0644]
models/admin/management/leads.php
setup/adminHooks.php
setup/databaseScripts/create_database_V0.0.1.sql
setup/frontHooks.php
views/admin/management/leads.html