Form without Table
Posted: Wed Dec 15, 2021 3:30 pm
Hello,
I simply would like to create a form without a relation to any table.
On the form I just have some fields (values will be parsed in JavaScript) and a HTML object showing a calendar (Data will be filled by PHP).
I used the formtype "Launch" without table name or primary key.
After changing a date field on the form it needs to be reloaded to run the PHP script with the new selected date.
But using "nuSaveAction()" throws an error:
"Primary key is invalid - Launch forms cannot be saved"
Is there another way to use forms simply as a container for fields and HTML objects but to reload them after a field was changed?
BR, Oli
I simply would like to create a form without a relation to any table.
On the form I just have some fields (values will be parsed in JavaScript) and a HTML object showing a calendar (Data will be filled by PHP).
I used the formtype "Launch" without table name or primary key.
After changing a date field on the form it needs to be reloaded to run the PHP script with the new selected date.
But using "nuSaveAction()" throws an error:
"Primary key is invalid - Launch forms cannot be saved"
Is there another way to use forms simply as a container for fields and HTML objects but to reload them after a field was changed?
BR, Oli