jrep305
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [HTML Forms - Simple WordPress Forms Plugin] Dont clear form on submitJust saw that you wrote this:
“There is at this time no good way to prevent HTML Forms from clearing the form after it’s been successfully submitted.”
And Removing:
// clear form
if (!response.error) {
formEl.reset()
}Had no effect…I really need the form data to stay intact after submission if you think of a way to handle this it would be great. I can have the page refresh after submission but that is not great for the UI.
Forum: Plugins
In reply to: [HTML Forms - Simple WordPress Forms Plugin] Dont clear form on submitForum: Plugins
In reply to: [HTML Forms - Simple WordPress Forms Plugin] Dont clear form on submitYour awesome thank you, amazing response time. I have no problem maintaining this upon each update. Your forms plugin is great very lightweight and perfect addition for building applications.
Viewing 3 replies - 1 through 3 (of 3 total)