Hi,
I am testing a registration form for an event with CF4 on J2.5, which only Joomla registered users can attend.
To prevent people from registering twice, I understood that CF is checking user-id and using "replace" instead of "insert" in the MySql query (I read that somewhere in this forum). Unfortunately this is not working. Every time I test-registered, a new DB record was created instead of updating the first.
How can I make CF check for firstname, lastname and birthday in the DB table, before it either updates an existing record or if not, creates a new record?
By looking for these three fields instead of user id, the attendee can register also his family, without having to create Joomla users for every single family member.
Thanks for showing me the direction.
Regards,
Herbert
I am testing a registration form for an event with CF4 on J2.5, which only Joomla registered users can attend.
To prevent people from registering twice, I understood that CF is checking user-id and using "replace" instead of "insert" in the MySql query (I read that somewhere in this forum). Unfortunately this is not working. Every time I test-registered, a new DB record was created instead of updating the first.
How can I make CF check for firstname, lastname and birthday in the DB table, before it either updates an existing record or if not, creates a new record?
By looking for these three fields instead of user id, the attendee can register also his family, without having to create Joomla users for every single family member.
Thanks for showing me the direction.
Regards,
Herbert