Open
Description
Running on the latest superForms v2.6.1
i want to make a POST request to delete an item. Therefore i only want to send the item id to delete. My thinking is to use superforms, along with its useful callbacks to perform that task. I do not need an extra schema but would be happy to use the form.id
from superforms to transfer the id.
However, creating a superValidated/superForm without schema does not seem to be supported. How would i approach such a scenario?