I'm implementing a feedback form modal. All I need is a simple form that creates a Feedback model without refreshing the page after submit.
It seems that asyncSettings always needs dataUrl, dataElementId and dataKey though, or else it doesn't create an object.
Is it possible to simply create a model without those parameters?