Script moved from the VueComponent widget to the VueFormScript part
Removed ErrorMessage field.
Renamed all props available to the template
Add a "RenderAs" field that allows VueForms to be added to an existing Vue app or as a Standalone component
Form values now come from the data options object. You no longer need to add a name to your inputs and use hidden inputs. In fact, hidden inputs will no longer work.
Fixes #118
Todo
Breaking changes
data options object
. You no longer need to add a name to your inputs and use hidden inputs. In fact, hidden inputs will no longer work.