WP-Plugins/glm-member-db-registrations.git
7 years agoUpdated appearance of Misc Settings for Registrations
Chuck Scott [Mon, 15 Jan 2018 16:46:23 +0000 (11:46 -0500)]
Updated appearance of Misc Settings for Registrations

7 years agoCleaned up "Settings" -> "Registrations" -> "Misc Settings" page text and layout.
Chuck Scott [Fri, 12 Jan 2018 19:22:40 +0000 (14:22 -0500)]
Cleaned up "Settings" -> "Registrations" -> "Misc Settings" page text and layout.

7 years agoChanged "Payment Codes" to "Comp Codes". Completed integration of Global and Event...
Chuck Scott [Fri, 12 Jan 2018 17:14:59 +0000 (12:14 -0500)]
Changed "Payment Codes" to "Comp Codes". Completed integration of Global and Event Comp Codes

7 years agoRemoved test code from regCartSupport.php
Chuck Scott [Thu, 11 Jan 2018 22:09:26 +0000 (17:09 -0500)]
Removed test code from regCartSupport.php

7 years agoBroke up models/admin/registrations/event.php and now have global and event discount...
Chuck Scott [Thu, 11 Jan 2018 22:07:41 +0000 (17:07 -0500)]
Broke up models/admin/registrations/event.php and now have global and event discount codes working.

7 years agoAdded Payment Codes to front-end.
Chuck Scott [Tue, 9 Jan 2018 22:18:34 +0000 (17:18 -0500)]
Added Payment Codes to front-end.

Also fixed problem with overwriting account data on checkout.
Updated database with a few changes for payment codes.

7 years agoAdding the account header to the checkout summary page.
Steve Sutton [Tue, 9 Jan 2018 21:56:22 +0000 (16:56 -0500)]
Adding the account header to the checkout summary page.

Add header in the smarty template.

7 years agoUpdating the registration forms.
Steve Sutton [Tue, 9 Jan 2018 21:08:25 +0000 (16:08 -0500)]
Updating the registration forms.

Have to use attribute name not class in the form for it to work
correctly.

7 years agoLogin updates
Steve Sutton [Tue, 9 Jan 2018 20:24:06 +0000 (15:24 -0500)]
Login updates

Use the login page form instead of the pop form.

7 years agobug fix for notices
Steve Sutton [Tue, 9 Jan 2018 18:05:14 +0000 (13:05 -0500)]
bug fix for notices

setup passwordError so it's not undefined.

7 years agoFix showing loading graphic when getting error adding attendee.
Steve Sutton [Tue, 9 Jan 2018 17:04:59 +0000 (12:04 -0500)]
Fix showing loading graphic when getting error adding attendee.

When adding the attendee if you forget the names fields it shows the
loading graphic.
Fixed so the loading graphic is hidden if an error occurs.

7 years agoUpdate registrantForm view in backbone.js
Steve Sutton [Tue, 9 Jan 2018 16:59:21 +0000 (11:59 -0500)]
Update registrantForm view in backbone.js

Only verify email field in attendee form if there's something in the
field. If empty then no message.

7 years agoUpdating the Register Account form and adding to checkout summary.
Steve Sutton [Tue, 9 Jan 2018 16:15:24 +0000 (11:15 -0500)]
Updating the Register Account form and adding to checkout summary.

Update the form to use foundation grid.
Update the model to do an update of the account used for the
registration.

7 years agoFix type from Chuck
Steve Sutton [Tue, 9 Jan 2018 13:46:59 +0000 (08:46 -0500)]
Fix type from Chuck

Chuck entered bad text in weird location.

7 years agoStarted adding new database table and code to support payment codes in the cart data...
Chuck Scott [Mon, 8 Jan 2018 21:53:59 +0000 (16:53 -0500)]
Started adding new database table and code to support payment codes in the cart data and other things.

Updated database with reg_request_pay_code table.
Added not_attending flag to reg_request_registrant
Started adding code to regCartSupport to add submitted pay codes to the cart and to check them for credits.

7 years agoadding foundation to the admin request model, redoing the layout for the cart summary
Anthony Talarico [Mon, 8 Jan 2018 21:46:47 +0000 (16:46 -0500)]
adding foundation to the admin request model, redoing the layout for the cart summary

using foundation to structure the front end and admin cart summary

7 years agoNopw supplying glm_reg_guest_account_id in session if it was a guest checkout
Chuck Scott [Mon, 8 Jan 2018 21:27:49 +0000 (16:27 -0500)]
Nopw supplying glm_reg_guest_account_id in session if it was a guest checkout

Also now setting a "guestAccount" flag in the template data to check for this in the template.
Also storing with this some pending database changes

7 years agoAdding ability to update the attendee from admin attendee list.
Steve Sutton [Mon, 8 Jan 2018 20:46:42 +0000 (15:46 -0500)]
Adding ability to update the attendee from admin attendee list.

Edit attendee shows the custom fields now and it will save out the
attendee (fname,lname) and the custom fields.

7 years agoRemoved commented out code from dataRegEvnet.php and added saved cart ID for after...
Chuck Scott [Mon, 8 Jan 2018 19:05:41 +0000 (14:05 -0500)]
Removed commented out code from dataRegEvnet.php and added saved cart ID for after checkout

Removed code that was previously commented out to stop deleting of reg_time entries.
Now saving cart ID after checkout in session as 'glm_reg_competed_cart_id'

7 years agoremoving test echo statement
Anthony Talarico [Mon, 8 Jan 2018 14:10:57 +0000 (09:10 -0500)]
removing test echo statement

test echo statement causing 500 error, removing it

7 years agochanging the admin cart summary header text to black
Anthony Talarico [Mon, 8 Jan 2018 14:07:59 +0000 (09:07 -0500)]
changing the admin cart summary header text to black

setting the admin cart summary to black, was white from the front end

7 years agofixing cart summary styles for front end and admin
Anthony Talarico [Mon, 8 Jan 2018 14:04:24 +0000 (09:04 -0500)]
fixing cart summary styles for front end and admin

trying to make the admin cart styled properly, separating the admin styles and the front styles for
the same view file

7 years agoWorking on the edit part for attendees
Steve Sutton [Fri, 5 Jan 2018 21:54:28 +0000 (16:54 -0500)]
Working on the edit part for attendees

Redoing the attendee list.
Start for attendee edit form.

7 years agoRemoved code that prematurely removes rates while building registration data causing...
Chuck Scott [Fri, 5 Jan 2018 21:47:08 +0000 (16:47 -0500)]
Removed code that prematurely removes rates while building registration data causing missing levels.

7 years agoremoving test red background from cart summary
Anthony Talarico [Fri, 5 Jan 2018 17:40:22 +0000 (12:40 -0500)]
removing test red background from cart summary

left red test background in cart summary, removing it

7 years agohiding charges text in the cart summary
Anthony Talarico [Fri, 5 Jan 2018 17:39:02 +0000 (12:39 -0500)]
hiding charges text in the cart summary

cart summary , hiding all charges text except for the first level of each event

7 years agoUpdate to add attendee forms.
Steve Sutton [Fri, 5 Jan 2018 16:44:36 +0000 (11:44 -0500)]
Update to add attendee forms.

Separate out the email lookup part to form within the add attendee form
that allows someone to lookup account by email. If it finds the account
it hides that part and fills in the other form. If it doesn't find the
account it fills in the email address.

7 years agoremoving charges label for all levels except the first for each event
Anthony Talarico [Fri, 5 Jan 2018 15:55:31 +0000 (10:55 -0500)]
removing charges label for all levels except the first for each event

each event in the cart summary should have 1 charge label

7 years agoremoving visibility changes for cart summary charges
Anthony Talarico [Fri, 5 Jan 2018 15:12:09 +0000 (10:12 -0500)]
removing visibility changes for cart summary charges

re adding the cart summary charges column , need to fix the css selectors

7 years agoadding visibility to the charges column in cart summary
Anthony Talarico [Fri, 5 Jan 2018 15:09:59 +0000 (10:09 -0500)]
adding visibility to the charges column in cart summary

cart summary, adding charges column globally for all charges in the summary

7 years agofixing css selector syntax from previous push
Anthony Talarico [Fri, 5 Jan 2018 15:07:46 +0000 (10:07 -0500)]
fixing css selector syntax from previous push

missing period from the last css style selector change

7 years agotesting visibility of duplicate charges column
Anthony Talarico [Fri, 5 Jan 2018 15:04:57 +0000 (10:04 -0500)]
testing visibility of duplicate charges column

removing all charges labels except for the first one at the top

7 years agoadding visual separation between each attendee in the cart summary
Anthony Talarico [Fri, 5 Jan 2018 15:01:55 +0000 (10:01 -0500)]
adding visual separation between each attendee in the cart summary

front cart summary , using visual backgrounds to help separate each line item

7 years agochanging font styles in the cart summary data
Anthony Talarico [Fri, 5 Jan 2018 13:48:45 +0000 (08:48 -0500)]
changing font styles in the cart summary data

adjusting font style and positioning for the cart summary data

7 years agoCompleted generation of all E-Mail notices at checkout and failure notice to developers.
Chuck Scott [Thu, 4 Jan 2018 22:05:12 +0000 (17:05 -0500)]
Completed generation of all E-Mail notices at checkout and failure notice to developers.

7 years agoadding more data to the cart summary header
Anthony Talarico [Thu, 4 Jan 2018 21:47:34 +0000 (16:47 -0500)]
adding more data to the cart summary header

adding date placeholder , price and attendees to cart summary header

7 years agoadding data to the reg cart header , styling cart data
Anthony Talarico [Thu, 4 Jan 2018 21:29:20 +0000 (16:29 -0500)]
adding data to the reg cart header , styling cart data

adding more styles to the cart summary data and adding data to the cart summary header

7 years agofixing layout of cart summary for checkout and cart page
Anthony Talarico [Thu, 4 Jan 2018 21:13:38 +0000 (16:13 -0500)]
fixing layout of cart summary for checkout and cart page

adjusting the cart layout for checkout and cart pages, mobile first

7 years agoUpdate Add attendee forms and add loading graphic.
Steve Sutton [Thu, 4 Jan 2018 20:53:13 +0000 (15:53 -0500)]
Update Add attendee forms and add loading graphic.

Adding loading graphic for when an attendee is added.
Remove the link for the address fields.
Adding title for the custom fields.

7 years agoAdded output of E-Mails to owner and registrants. Still need to fix merge and add...
Chuck Scott [Thu, 4 Jan 2018 16:31:54 +0000 (11:31 -0500)]
Added output of E-Mails to owner and registrants. Still need to fix merge and add E-mail to event contacts.

7 years agofixing anchor tags decoration for account header button
Anthony Talarico [Thu, 4 Jan 2018 15:41:20 +0000 (10:41 -0500)]
fixing anchor tags decoration for account header button

account header buttons had underlines in the text

7 years agofixing font for reg list, adjusting the cart summary layout
Anthony Talarico [Thu, 4 Jan 2018 15:22:45 +0000 (10:22 -0500)]
fixing font for reg list, adjusting the cart summary layout

fixing cart summary for the custom fields on checkout page

7 years agofixing font for the cart title
Anthony Talarico [Thu, 4 Jan 2018 14:30:54 +0000 (09:30 -0500)]
fixing font for the cart title

cart summary page has an h2 that was being overwritten by theme

7 years agofixing cart summary alignment
Anthony Talarico [Thu, 4 Jan 2018 14:08:36 +0000 (09:08 -0500)]
fixing cart summary alignment

cart summary alignment was off in desktop, mobile view appears to need work

7 years agoRemove console log
Steve Sutton [Thu, 4 Jan 2018 14:05:56 +0000 (09:05 -0500)]
Remove console log

Get rid of debug stuff.

7 years agoAdding additional fields to attendee list output.
Steve Sutton [Thu, 4 Jan 2018 14:04:25 +0000 (09:04 -0500)]
Adding additional fields to attendee list output.

Adding show hide link at end to view custom fields.

7 years agofixing font for the registration details header
Anthony Talarico [Wed, 3 Jan 2018 21:57:45 +0000 (16:57 -0500)]
fixing font for the registration details header

registration details header needing fixing to not be overwritten by theme

7 years agoadding new fonts for each section
Anthony Talarico [Wed, 3 Jan 2018 21:55:24 +0000 (16:55 -0500)]
adding new fonts for each section

fixing a standard of fonts so that themes don't override with their fonts

7 years agofixing foundaiton 5 - 6 style issues, removing unused variable
Anthony Talarico [Wed, 3 Jan 2018 21:22:49 +0000 (16:22 -0500)]
fixing foundaiton 5 - 6 style issues, removing unused variable

removing earliestDate, adding position relative to the reg event profiles details

7 years agoFront end deal with state and country selects
Steve Sutton [Wed, 3 Jan 2018 21:05:06 +0000 (16:05 -0500)]
Front end deal with state and country selects

Had to fix some things with the state and country selects.

7 years agoMinor view changes for registrations admin areas.
Chuck Scott [Wed, 3 Jan 2018 19:00:35 +0000 (14:00 -0500)]
Minor view changes for registrations admin areas.

Updated notice text returned by filter to event when editing event page.
Updated reg event dashboard to more specifically show how to manage inventory.
Added explanatory text to top of regueistrations requessts page.

7 years agoAdded Payment Codes sub-tab for reg events
Chuck Scott [Wed, 3 Jan 2018 18:19:05 +0000 (13:19 -0500)]
Added Payment Codes sub-tab for reg events

7 years agoAdd cancel buttons in the reg rate class admin side.
Steve Sutton [Wed, 3 Jan 2018 18:09:50 +0000 (13:09 -0500)]
Add cancel buttons in the reg rate class admin side.

Add cancel button into the markup and functions in backbone.js app.

7 years agoAdding custom fields into export. And use select for state and country
Steve Sutton [Wed, 3 Jan 2018 17:04:47 +0000 (12:04 -0500)]
Adding custom fields into export. And use select for state and country

For the add and edit attend form on front registration page adding
state and country drop down selects.
Adding custom fields into the export.

7 years agoAdded Attendee Notification Sub-Tab for Reg Event
Chuck Scott [Wed, 3 Jan 2018 15:39:57 +0000 (10:39 -0500)]
Added Attendee Notification Sub-Tab for Reg Event

7 years agoRemove text for event name
Steve Sutton [Wed, 3 Jan 2018 14:27:12 +0000 (09:27 -0500)]
Remove text for event name

Not needed here as the event name is above the header.

7 years agoAdd Event Attendee Export and Print
Steve Sutton [Wed, 3 Jan 2018 14:02:59 +0000 (09:02 -0500)]
Add Event Attendee Export and Print

Adding option to export the Attendees to html (print) or csv.

7 years agoImplement event registrants export and print.
Steve Sutton [Tue, 2 Jan 2018 19:51:30 +0000 (14:51 -0500)]
Implement event registrants export and print.

Setup the export function like Chuck did on the member list.

7 years agofixing account header styles for foundation 6
Anthony Talarico [Tue, 2 Jan 2018 14:05:07 +0000 (09:05 -0500)]
fixing account header styles for foundation 6

account headers were not styled correctly do to issues with foundation 5 and
foundation 6, added clear none manually

7 years agofixing progress bar styles
Anthony Talarico [Fri, 29 Dec 2017 21:52:29 +0000 (16:52 -0500)]
fixing progress bar styles

foundation 6 was breaking the progress bar styles

7 years agoWorking on the export function
Steve Sutton [Fri, 29 Dec 2017 21:47:24 +0000 (16:47 -0500)]
Working on the export function

Adding the dialog for export attendees.

7 years agowrapping location details in the reg list in a conditional for the icons
Anthony Talarico [Fri, 29 Dec 2017 21:29:52 +0000 (16:29 -0500)]
wrapping location details in the reg list in a conditional for the icons

icons showing even if there is no reg event data

7 years agoFixed bug when creating a reg event that caused default parameters to be wrong.
Chuck Scott [Fri, 29 Dec 2017 15:46:15 +0000 (10:46 -0500)]
Fixed bug when creating a reg event that caused default parameters to be wrong.

fixed query in add/edit reg event where adding a new event.
Updated default values in dataRegEvent.php (which are actually not used currently)

7 years agochanging text in the reg events setting admin page
Anthony Talarico [Fri, 29 Dec 2017 15:34:37 +0000 (10:34 -0500)]
changing text in the reg events setting admin page

changing account. terms  and payment options text for the reg event admin settings page

7 years agoFix save address for new attendees
Steve Sutton [Fri, 29 Dec 2017 15:24:42 +0000 (10:24 -0500)]
Fix save address for new attendees

Setup the storing of the address for the new attendee.

7 years agomoving registrations active checkbox above admin active checkbox
Anthony Talarico [Fri, 29 Dec 2017 14:48:28 +0000 (09:48 -0500)]
moving registrations active checkbox above admin active checkbox

moving the registrations active checkbox and adding indicator text

7 years agoremoving stackable jquery plugin that made it's way in from the feature branch
Anthony Talarico [Fri, 29 Dec 2017 14:42:17 +0000 (09:42 -0500)]
removing stackable jquery plugin that made it's way in from the feature branch

jquery plugin not being used, stackable, removing it

7 years agoRemove some fields from edit even reg page.
Steve Sutton [Fri, 29 Dec 2017 14:10:12 +0000 (09:10 -0500)]
Remove some fields from edit even reg page.

Removing these fields:
"Multiple Attendees per Submission"
"Maximum # of Attendees"

7 years agoRemoved duplicatge "Billing Information" line.
Chuck Scott [Thu, 28 Dec 2017 21:55:45 +0000 (16:55 -0500)]
Removed duplicatge "Billing Information" line.

7 years agoFixed checkout page. Now chekcing for billing information only. Forced certain fields...
Chuck Scott [Thu, 28 Dec 2017 21:51:56 +0000 (16:51 -0500)]
Fixed checkout page. Now chekcing for billing information only. Forced certain fields to required.

7 years agoRemove the print_r
Steve Sutton [Thu, 28 Dec 2017 21:25:27 +0000 (16:25 -0500)]
Remove the print_r

for the registrant count

7 years agoUpdates for the admin registration list page for regEvent
Steve Sutton [Thu, 28 Dec 2017 21:22:26 +0000 (16:22 -0500)]
Updates for the admin registration list page for regEvent

Adding to registration list page:
* Set default sort order last then first name.
* Option to show only completed registrations.
* Add pagination to the registration list.
* Add search form with name search. (Searches first and last name).
* Add link for each registrant to their "Account" dashboard.

7 years agomoving the required fields text below the billing title
Anthony Talarico [Thu, 28 Dec 2017 21:00:17 +0000 (16:00 -0500)]
moving the required fields text below the billing title

moving required fields indicator below the billing fields title

7 years agopushing the terms and conditions in checkout to the left
Anthony Talarico [Thu, 28 Dec 2017 20:22:18 +0000 (15:22 -0500)]
pushing the terms and conditions in checkout to the left

removing max width and justifying the terms and conditions checkout section
to the left

7 years agofixing broken margin between the icons for the reg detail view
Anthony Talarico [Thu, 28 Dec 2017 20:18:44 +0000 (15:18 -0500)]
fixing broken margin between the icons for the reg detail view

registration detail page had icons that were missing margin for spacing

7 years agoadding read more buttons to the event descriptions based on char count
Anthony Talarico [Thu, 28 Dec 2017 20:17:05 +0000 (15:17 -0500)]
adding read more buttons to the event descriptions based on char count

hiding the rest of the descr if over a certain char count, adding styled
button for read more

7 years agoUpdate for terms in view file.
Steve Sutton [Wed, 27 Dec 2017 20:28:51 +0000 (15:28 -0500)]
Update for terms in view file.

Use terms in the registration page when possible.

7 years agoRemoving extra margin at checkboxes in checkout page
laury [Wed, 27 Dec 2017 19:09:31 +0000 (14:09 -0500)]
Removing extra margin at checkboxes in checkout page

7 years agoPlease fix your editor and don't put lines with only empty spaces.
Steve Sutton [Wed, 27 Dec 2017 18:58:12 +0000 (13:58 -0500)]
Please fix your editor and don't put lines with only empty spaces.

Removing lines with only spaces. (trailing spaces)

7 years agoAdded list of attendees, small changes in the cart summary
laury [Wed, 27 Dec 2017 18:57:56 +0000 (13:57 -0500)]
Added list of attendees, small changes in the cart summary

7 years agomoving the conditional wrapped around the dates and times for the reg details
Anthony Talarico [Wed, 27 Dec 2017 14:33:52 +0000 (09:33 -0500)]
moving the conditional wrapped around the dates and times for the reg details

conditional around the date and time was wrapping around the cost field as well

7 years agoonly showing icons if the event has the relevant information in the reg detail page
Anthony Talarico [Wed, 27 Dec 2017 14:25:55 +0000 (09:25 -0500)]
only showing icons if the event has the relevant information in the reg detail page

icons were showing up even if there was no data next to the event info

7 years agoWIP for adding attendees
Steve Sutton [Fri, 22 Dec 2017 20:03:47 +0000 (15:03 -0500)]
WIP for adding attendees

try to solve the slowness effecting the adding of attendees.

7 years agoFixed some button hover colors, removed loginWidget file (unused)
laury [Fri, 22 Dec 2017 19:38:29 +0000 (14:38 -0500)]
Fixed some button hover colors, removed loginWidget file (unused)

7 years agoTurn of the wail: true for adding to registrants collection
Steve Sutton [Thu, 21 Dec 2017 21:46:52 +0000 (16:46 -0500)]
Turn of the wail: true for adding to registrants collection

I see where adding an attendee and if you open another add attendee form
while the model gets added to the collection it will re-render the
regTime.

7 years agoUpdate call to create registrant
Steve Sutton [Thu, 21 Dec 2017 21:09:37 +0000 (16:09 -0500)]
Update call to create registrant

adding {wait:true} to the create call when adding a new attendee so it
will wait until done before closing the form.

7 years agoSetup popup for login
Steve Sutton [Thu, 21 Dec 2017 20:56:01 +0000 (15:56 -0500)]
Setup popup for login

Tried setting up ui theme but getting strange results.

7 years agoAccountheader styles, checkout page billing/account switched
laury [Thu, 21 Dec 2017 19:39:09 +0000 (14:39 -0500)]
Accountheader styles, checkout page billing/account switched

Accountheader has been gutted and restyled, now only having 3
sections.
Checkout page has had the billing and account sections switched
and asterisks added for required fields.
Minor adjustment to the spacing of the icons on the registration
list.

7 years agoreducing padding from the terms and conditions
Anthony Talarico [Thu, 21 Dec 2017 18:51:59 +0000 (13:51 -0500)]
reducing padding from the terms and conditions

added too much padding to terms and conditions

7 years agoadding padding to the terms and conditions box
Anthony Talarico [Thu, 21 Dec 2017 18:50:55 +0000 (13:50 -0500)]
adding padding to the terms and conditions box

terms and conditions needed more padding along the top and bottom

7 years agoAdded custom form data to cart summary view. Now respecting priority flags.
Chuck Scott [Thu, 21 Dec 2017 17:40:28 +0000 (12:40 -0500)]
Added custom form data to cart summary view. Now respecting priority flags.

7 years agoadding max width and centering the terms and conditions
Anthony Talarico [Thu, 21 Dec 2017 16:57:22 +0000 (11:57 -0500)]
adding max width and centering the terms and conditions

centering the terms and conditions and constraining width

7 years agoadding background to terms and conditions
Anthony Talarico [Thu, 21 Dec 2017 16:43:27 +0000 (11:43 -0500)]
adding background to terms and conditions

adding white background to the terms and conditions area

7 years agoadding border around terms and conditions
Anthony Talarico [Thu, 21 Dec 2017 16:38:33 +0000 (11:38 -0500)]
adding border around terms and conditions

boxing in the checkout terms and conditions and adding padding to the checkbox sections

7 years agoadding more button bg colors to green
Anthony Talarico [Wed, 20 Dec 2017 21:52:31 +0000 (16:52 -0500)]
adding more button bg colors to green

changing the continue buttons to green

7 years agochanging button colors to green
Anthony Talarico [Wed, 20 Dec 2017 21:36:16 +0000 (16:36 -0500)]
changing button colors to green

changing the continue buttons and add attendee buttons to green

7 years agoincreasing padding in detail view to accommodate icons in mobile
Anthony Talarico [Wed, 20 Dec 2017 21:11:10 +0000 (16:11 -0500)]
increasing padding in detail view to accommodate icons in mobile

mobile view had icons cut off due to padding issues, increasing detail
view image width

7 years agoadding registrations and event details headers
Anthony Talarico [Wed, 20 Dec 2017 18:27:44 +0000 (13:27 -0500)]
adding registrations and event details headers

adding headers to the events and registrations detail sections

7 years agoUpdate the required fields in the add update attendee forms.
Steve Sutton [Wed, 20 Dec 2017 17:02:42 +0000 (12:02 -0500)]
Update the required fields in the add update attendee forms.

Use the glm-reg-required class.

7 years agoUpdate for saving custom fields when updating attendees.
Steve Sutton [Wed, 20 Dec 2017 16:40:18 +0000 (11:40 -0500)]
Update for saving custom fields when updating attendees.

Adding , {wait: true} to the model.save call for the saving of the
registrant data. This makes backbone wait until the server responds to
render the view again.
Updating style for cancel to be buttons with spacing.