So I had a form with id f_update_contact, and in order to keep things consistent I decided to change it to f_edit_contact.
Since it is reset by a few different button clicks and I couldn’t remember quite how many and where they were, I changed the name using search and replace in the code, and found one of the buttons which is supposed to reset the form wasn’t doing the reset any more. I know it was working previously, I had used it 2 minutes before.
So I’ve re-created the on-click event for the button and re-selected the form reset, but resetting the form just won’t work any more…
… I’ve changed the name back to f_update_contact, and it still won’t reset after selecting the action using the menus…
… But other actions I put on-click on the button work fine…
Can anyone help me understand what could be going on?
However the issue is more fundamental than that… even if the button just does the reset and nothing else, the form isn’t reset… so the issue is something around the reset itself.
It is kinda like I broke App Connect’s ability to reset the form when I changed the name!
Hi @mebeingken… No, I was in the middle of an edit, so no backups and nothing in the dev console.
The same button happily resets another form on the same page.
But the form I want to reset, f_update_contact as it is now called, flatly refuses to be reset. I have two buttons and neiher of them reset it any more.
@Teodor, can you help me please? Is there something internal to Wappler that we can look at or reset in some way to make my form reset work again? Or some simple way in which I can re-build it to maybe make it work?
@Antony
I just copied and pasted your code on an empty page and added a text input in the form. Everything works as expected and the form resets on clicking the button.
Can you provide a link to your page, where we can check what’s wrong?
Hi @Teodor, thanks for looking at that… I am trying to upload it from my local machine but the FTP isn’t working… so I’ll find a way around that and give you a link later today!
Question answered in a personal message.
The form reset event works as expected - i.e. resets the form inputs to their default values (what the default HTML forms behaviors is) and this is different than clearing form inputs.
The dmx-bind:value is be the default value, any user input or when set using setValue will be discarded and it will reset back to the value set on the value attribute.