Skip to content

Feature: No redirect on form submit

No due date 0% complete

Use a hidden iframe as target of the form. Show form submission success alert without verification on submit. Or, better yet, try / catch a time constrained fetch to piping-server's hash(email) path. EasyForm shall make a time constrained POST to that URL upon receiving the submitted data and parsing it. If the fetch succeeds, show form submission success…

Use a hidden iframe as target of the form. Show form submission success alert without verification on submit. Or, better yet, try / catch a time constrained fetch to piping-server's hash(email) path. EasyForm shall make a time constrained POST to that URL upon receiving the submitted data and parsing it. If the fetch succeeds, show form submission success. Otherwise, show failure alert.

Time constraining may be achieved using JavaScript AbortController.

There are no closed issues in this milestone.

Issues will automatically be moved here when they are closed.