i’m experiencing this in beta 12 ,i havent’t checked stable 3.9.9 .check the video and image for reference.
i have two forms with same server actions set to auto submit,when page is loaded the server actions are loaded like queries , and when i input values into the form nothing happens,it doesn,t update the field.
I used to work with auto submit forms, it doesn’t behave like that… When an input in the form changes or the input is unfocused… The form should trigger and submit
Not sure what do you call auto submit forms.
The autosubmit option in Wappler is supposed to and has always worked like that - when enabled it submits the form on page load. So this is not a bug, it is how it is supposed to work.
Maybe you can just explain what are you trying to achieve so we can provide a solution.
Turn off autosubmit, add a dynamic event for your input(s), select data > value changed. Submit the form there. You also want to add some debounce, so that the submit does not happen on every keystroke. A value of 300-500 milliseconds is fine: