My system:
Joomla 3.6.0
Chronoforms 5.0.12
ChronoForms Module 5 RC1.2
I made a form which saves info from textbox to database, identified by userid. After initial saving, user can go again to same form, and edit the saved info.
This works fine when I run it from page, that is accessed with menuitem set as chronoform5, thus it works when run straight from component.
However, if I use CF5 module, it does not save the original data. If I first save the first info at the component page described above, I can modify it at the CF5 module, and it saves the information just as it should - all working fine. Thus the UPDATE of database works in both cases. But INSERT does not. If there is no previous record for same user, the new data won't be saved, if I use the module. I do not get any error message, and the message written to "display message"-event will show fine. It just does not INSERT it to database.
Since all is working correctly when reaching the form from component-page, I suppose the form itself is built correctly. But since the same form does not work correctly if accessed through CF5 module, I suppose the module has a bug of some sort.
Joomla 3.6.0
Chronoforms 5.0.12
ChronoForms Module 5 RC1.2
I made a form which saves info from textbox to database, identified by userid. After initial saving, user can go again to same form, and edit the saved info.
This works fine when I run it from page, that is accessed with menuitem set as chronoform5, thus it works when run straight from component.
However, if I use CF5 module, it does not save the original data. If I first save the first info at the component page described above, I can modify it at the CF5 module, and it saves the information just as it should - all working fine. Thus the UPDATE of database works in both cases. But INSERT does not. If there is no previous record for same user, the new data won't be saved, if I use the module. I do not get any error message, and the message written to "display message"-event will show fine. It just does not INSERT it to database.
Since all is working correctly when reaching the form from component-page, I suppose the form itself is built correctly. But since the same form does not work correctly if accessed through CF5 module, I suppose the module has a bug of some sort.