Saving New Records
Saving New Records
Can I save a record to a view with a stateless form? What I mean is that if I have a form called company and its view called company_view, can I have a stateless form called sub company create a new record and save it in company_view? Or can stateless forms only update records.