Creates a new instance of MargaritaForm.

const form = createMargaritaForm({
name: 'myForm',
fields: [
{
name: 'myField'
}
]
});