Thanks for the information.
I think it would be very helpful to have some sort of tutorial on how to do certain things including basic settings and things that will bite you when using this. Setting up an individual event registration for example, is pretty straightforward, but I am having issues with group registration.
For example, when I set up a "simple group registration" with the payment options of "Mail in Payment" and Paypal and 2-4 participants what settings are required to make it flow properly?
I am getting this error when I test the group registration flow with "Mail in Payment":
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 36 SQL=select g.id as group_id , g.member as group_member , g.type as group_type , g.amount as group_amount , epc.prerequisite_id as prerequisitecategory_prerequisite_id, ep.prerequisite_id as prerequisite_prerequisite_id , f.id as file_id , f.path as file_path , f.event_id as file_event_id, fo.id as feeorder_id , fo.eventId as feeorder_eventId , fo.type as feeorder_type ,fo.reference_id as feeorder_reference_id , fo.title as feeorder_title , fo.ordering as feeorder_ordering , l.id as location_id , l.name as location_name , l.address as location_address , l.address2 as location_address2 , l.city as location_city , l.state as location_state , l.zip as location_zip , l.country as location_country , l.phone as location_phone , l.email as location_email , l.website as location_website , l.image as location_image , l.showimage as location_showimage from ntm3_dtregister_group_event e left join ntm3_dtregister_event_detail g on e.slabId = g.slabId left join ntm3_dtregister_prerequisite_category epc on epc.event_id = e.slabId left join ntm3_dtregister_prerequisite ep on ep.event_id = e.slabId left join ntm3_dtregister_files f on f.event_id = e.slabId left join ntm3_dtregister_feeorder fo on fo.eventId = e.slabId left join ntm3_dtregister_locations l on l.id = e.location_id where e.slabId =
How do I know what is causing this? It happens for sure when I use "mail in payment" as the payment option. PayPal APPEARS to work as it does redirect me to PayPal, but I haven't actual tried to pay anything.
I also need to understand how to create sub groups of ages for example within the group registration form.
The form I am trying to create is here:
www.northtexasmensa.org/rg-2014/register...sk=options&eventId=1
I am trying to emulate something like this registration flow:
www.gcmensa.org/index.php/component/dtre...s&Itemid=0&eventId=9
Thanks!