v0.3.4
Keep track of form submission. This allows you to retrieve the number of times the form has been submitted via form.submission.count
and any errors that were thrown during submission via form.submission.error
. These two properties in combination will allow you to determine if the form was successfully submitted.