Feature: No redirect on form submit
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 open issues in this milestone.
Add issues to milestones to help organize your work for a particular release or project.
Create new issueOr find and add issues with no milestone in this repo.