summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Steve Sutton [Fri, 8 Jul 2016 17:22:03 +0000 (13:22 -0400)]
WIP for gravity forms leads entry integration.
I have the gravity forms entering the data from the forms into our tables.
I'm using the dymanic field setting to set the inputName for the field.
This will be used to pull each field needed for the leads form entries.
Steve Sutton [Thu, 7 Jul 2016 21:00:15 +0000 (17:00 -0400)]
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.
Steve Sutton [Thu, 7 Jul 2016 13:09:06 +0000 (09:09 -0400)]
Solved issue with php notice
Was giving an notice about undefined stuff in smarty template.
Adding selected key to the groups array fixed this.
Steve Sutton [Tue, 5 Jul 2016 20:08:14 +0000 (16:08 -0400)]
Fix front hooks
adding to form to test what can be done.
Steve Sutton [Thu, 23 Jun 2016 20:28:52 +0000 (16:28 -0400)]
Add filter for the groups.
On the interest list view add a search filter for groups.
Using the multiselect plugin that chuck is using elsewhere.
Steve Sutton [Thu, 23 Jun 2016 16:09:02 +0000 (12:09 -0400)]
Adding functionality for interest and interest groups.
Started with copying the amenities and groups from the main
glm-member-db plugin and working with that.
Made the Group a select drop down.
Chuck Scott [Tue, 21 Jun 2016 16:20:40 +0000 (12:20 -0400)]
Some database adjustments and additional descriptive information
Chuck Scott [Mon, 13 Jun 2016 17:48:27 +0000 (13:48 -0400)]
Leads Add-On Roughed in, now creates database tables, ready for mode and view code
Chuck Scott [Wed, 8 Jun 2016 20:59:47 +0000 (16:59 -0400)]
Added all standard files to Leads add-on, updated "sample" to "leads", and removed sample content
Chuck Scott [Mon, 6 Jun 2016 19:32:27 +0000 (15:32 -0400)]
initial commit