WP-Plugins/glm-member-db-customfields.git
7 years agoFix for the display of custom fields for textarea, checkboxes
Steve Sutton [Tue, 17 Apr 2018 15:54:09 +0000 (11:54 -0400)]
Fix for the display of custom fields for textarea, checkboxes

fix the display of textarea and checkboxes

7 years agoFixed loop on emty arrays in customFieldsSupport.php
Chuck Scott [Tue, 17 Apr 2018 14:04:57 +0000 (10:04 -0400)]
Fixed loop on emty arrays in customFieldsSupport.php

7 years agoFixed loop on emty arrays in customFieldsSupport.php that was generating warnings...
Chuck Scott [Tue, 10 Apr 2018 20:18:57 +0000 (16:18 -0400)]
Fixed loop on emty arrays in customFieldsSupport.php that was generating warnings in error log.

7 years agoFixed reference to non-existing parameter in view when certain things aren't supplied.
Chuck Scott [Tue, 13 Feb 2018 20:17:37 +0000 (15:17 -0500)]
Fixed reference to non-existing parameter in view when certain things aren't supplied.

7 years agoFixed problems with certain result fields not included if unable to retrieve stored...
Chuck Scott [Tue, 9 Jan 2018 17:36:02 +0000 (12:36 -0500)]
Fixed problems with certain result fields not included if unable to retrieve stored data

7 years agoUpdate display form model for how formFields get returned.
Steve Sutton [Tue, 9 Jan 2018 16:37:39 +0000 (11:37 -0500)]
Update display form model for how formFields get returned.

Update to check for form array within the returned data from
getFormWithData method.

7 years agoAdded test for form fields before looping on them in getFormWithData()
Chuck Scott [Thu, 4 Jan 2018 15:29:12 +0000 (10:29 -0500)]
Added test for form fields before looping on them in getFormWithData()

7 years agoMoved price to end of picklist option rather than the front of the option
Chuck Scott [Wed, 3 Jan 2018 21:46:26 +0000 (16:46 -0500)]
Moved price to end of picklist option rather than the front of the option

7 years agoUpdated submit button names for custom fields and options.
Chuck Scott [Wed, 3 Jan 2018 21:33:25 +0000 (16:33 -0500)]
Updated submit button names for custom fields and options.

7 years agoFixed missing option list for newly added picklist field.
Chuck Scott [Wed, 3 Jan 2018 21:19:28 +0000 (16:19 -0500)]
Fixed missing option list for newly added picklist field.

7 years agoNow not outputting field IDs if parentFormId isn't supplied.
Chuck Scott [Wed, 3 Jan 2018 20:05:46 +0000 (15:05 -0500)]
Now not outputting field IDs if parentFormId isn't supplied.

7 years agoCompleted basic functionality for sorting of custom fields (not for picklist options...
Chuck Scott [Tue, 2 Jan 2018 16:46:39 +0000 (11:46 -0500)]
Completed basic functionality for sorting of custom fields (not for picklist options yet) and added two field types.

Added comment and separator bar field types.

7 years agoCustom fields are now drag/drop sortable.
Chuck Scott [Fri, 29 Dec 2017 22:09:25 +0000 (17:09 -0500)]
Custom fields are now drag/drop sortable.

Field orders are updated as fields are dropped in their new positions.
Updated front-end custom field generation to use the correct sort order.

7 years agoEditing of custom fields, and picklist options all now working.
Chuck Scott [Thu, 28 Dec 2017 21:49:09 +0000 (16:49 -0500)]
Editing of custom fields, and picklist options all now working.

7 years agoReworked custom fields editing output due to standards violations. Added Edit and...
Chuck Scott [Fri, 22 Dec 2017 19:40:21 +0000 (14:40 -0500)]
Reworked custom fields editing output due to standards violations. Added Edit and other features.

Now will not permit changing from or to picklist type when editing a field.

7 years agoAdded custom forms recall, and addded costs with totals and enabled priority display...
Chuck Scott [Thu, 21 Dec 2017 17:36:23 +0000 (12:36 -0500)]
Added custom forms recall, and addded costs with totals and enabled priority display in cart summaries.

Removed extraneous trigger_error statements used for testing.

7 years agoFixed display of submitted field type data other than picklist.
Chuck Scott [Tue, 19 Dec 2017 19:18:56 +0000 (14:18 -0500)]
Fixed display of submitted field type data other than picklist.

7 years agoCustomField output now properly selected along with price on registration page.
Chuck Scott [Tue, 19 Dec 2017 17:59:01 +0000 (12:59 -0500)]
CustomField output now properly selected along with price on registration page.

Added field for priority display of a field.

7 years agoNow collecting stored data when retrieving form fields with recordID
Chuck Scott [Tue, 19 Dec 2017 15:01:44 +0000 (10:01 -0500)]
Now collecting stored data when retrieving form fields with recordID

7 years agoFixed problem with cart ID that have a missing reg_request record. More improvements...
Chuck Scott [Tue, 19 Dec 2017 13:43:40 +0000 (08:43 -0500)]
Fixed problem with cart ID that have a missing reg_request record. More improvements in Custom Fields display and storage.

7 years agoRemovec extra paren in database update scrpit for create index.
Chuck Scott [Mon, 18 Dec 2017 21:36:29 +0000 (16:36 -0500)]
Removec extra paren in database update scrpit for create index.

7 years agoFixed problem with script being included when there's no parent form ID, and working...
Chuck Scott [Mon, 18 Dec 2017 21:33:42 +0000 (16:33 -0500)]
Fixed problem with script being included when there's no parent form ID, and working on recalling submitted custom fields data.

7 years agoFixed problem where custom field data was not always storing. Fixed storing of pickli...
Chuck Scott [Mon, 18 Dec 2017 19:24:30 +0000 (14:24 -0500)]
Fixed problem where custom field data was not always storing. Fixed storing of picklist data.

7 years agoPicklist fields have been added
Chuck Scott [Mon, 18 Dec 2017 18:17:43 +0000 (13:17 -0500)]
Picklist fields have been added

7 years agoStarted adding picklist type custom field. Currently commented out in plugin.ini...
Chuck Scott [Fri, 15 Dec 2017 20:14:56 +0000 (15:14 -0500)]
Started adding picklist type custom field. Currently commented out in plugin.ini file.

Updated database to add custom_field_options table for picklist fields.
Added button to form edit output for picklist fields to add options.
Created add option dialog box. - Not submitting yet.

7 years agoFixed hook name conflicts between customfields and old fields plugins.
Chuck Scott [Fri, 15 Dec 2017 16:48:23 +0000 (11:48 -0500)]
Fixed hook name conflicts between customfields and old fields plugins.

7 years agoAdded AJAX receiver for displaying a form segment (by fid)
Chuck Scott [Fri, 15 Dec 2017 16:04:14 +0000 (11:04 -0500)]
Added AJAX receiver for displaying a form segment (by fid)

7 years agoCorrect create script
Steve Sutton [Thu, 14 Dec 2017 15:16:30 +0000 (10:16 -0500)]
Correct create script

Update defaults for boolean and integer fields.

7 years agoRemoved extraneous output and solved various undefined parameter problems.
Chuck Scott [Wed, 13 Dec 2017 19:05:51 +0000 (14:05 -0500)]
Removed extraneous output and solved various undefined parameter problems.

7 years agoAdded more commentary and documentation to the adminHooks and commonHooks fiels
Chuck Scott [Wed, 13 Dec 2017 14:33:53 +0000 (09:33 -0500)]
Added more commentary and documentation to the adminHooks and commonHooks fiels

7 years agoAdditional documentation and minor problem fixes.
Chuck Scott [Wed, 13 Dec 2017 13:54:21 +0000 (08:54 -0500)]
Additional documentation and minor problem fixes.

7 years agoUpdated some appearance items for added fields edit blocks.
Chuck Scott [Mon, 11 Dec 2017 20:33:25 +0000 (15:33 -0500)]
Updated some appearance items for added fields edit blocks.

7 years agoClearing out all old unused code from other custom fields add-on when it was duplicat...
Chuck Scott [Mon, 11 Dec 2017 19:29:26 +0000 (14:29 -0500)]
Clearing out all old unused code from other custom fields add-on when it was duplicated to create this one.

7 years agoCustom Fields now working for event and event registrants.
Chuck Scott [Mon, 11 Dec 2017 14:28:19 +0000 (09:28 -0500)]
Custom Fields now working for event and event registrants.

7 years agoStarting rework to remove legacy code get custom fields working cleanly.
Chuck Scott [Mon, 4 Dec 2017 21:15:57 +0000 (16:15 -0500)]
Starting rework to remove legacy code get custom fields working cleanly.

Have glm-members-customfields-edit admin filter working except for edit.
Marked much of the code as OLD to make sure we delete anything that's not used when it's all working.

7 years agoinitial commit
Chuck Scott [Mon, 4 Dec 2017 14:03:04 +0000 (09:03 -0500)]
initial commit