Hello,
I would first say that this a nice component that works easily!!
I have a problem with the joomla registration plugin. I'm getting errors in backend and frontend.
( see examples please )
.
I have try to find a solution for this , but I didn'tπ
Also I added more fields for the registration form , but it doesn't store in database .. I belief that a reason of the error in the image above ? ( backend )
I would first say that this a nice component that works easily!!
I have a problem with the joomla registration plugin. I'm getting errors in backend and frontend.
( see examples please )


I have try to find a solution for this , but I didn'tπ
Also I added more fields for the registration form , but it doesn't store in database .. I belief that a reason of the error in the image above ? ( backend )
Hi vdlkris,
The '-' is treated as a Special Characer in MySQL names, if you use it, then the field name must be quoted in back-ticks `jos_chronoforms_registratie-form`. See the MySQL Manual for more info.
Bob
The '-' is treated as a Special Characer in MySQL names, if you use it, then the field name must be quoted in back-ticks `jos_chronoforms_registratie-form`. See the MySQL Manual for more info.
Bob
This topic is locked and no more replies can be posted.