Field in editor form , unrelated to form data table.
Field in editor form , unrelated to form data table.
Would it be possible to add additional fields to a form, that are not connected to the updated table in the database, but these unrelated fields should update a different table in mysql on preSubmit. Can additional fields be added to the editor form, un related to the editor instance?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Sure - you could do it exactly as you describe. They obviously won't have a value on edit, but I don't see any issue with adding them to a different table in a server-side event.
Allan