I was thinking I was going crazy, I finally got my form up and running, and it was tested and tried, but when I published it, I immediately got complaints that it wasn't working.
I've created a simple form for entering values in a DB.
The form does a DB load to check if the value is already present, and if so, gives an error, if not, it saves the values, and reloads the form.
This works when clicking on the 'Frontend view' from forms manager backend.
But when I publish it as a menuitem, it will not process the DB load, and it will not save values to the DB.
If I remove the DB load check, and just creates a DB save instead, it does save the data.
This is J1.7.3 and C4RC2
I've created a simple form for entering values in a DB.
The form does a DB load to check if the value is already present, and if so, gives an error, if not, it saves the values, and reloads the form.
This works when clicking on the 'Frontend view' from forms manager backend.
But when I publish it as a menuitem, it will not process the DB load, and it will not save values to the DB.
If I remove the DB load check, and just creates a DB save instead, it does save the data.
This is J1.7.3 and C4RC2