Hello
As you can see I have a repeater with buttons, and an inputfield with a submit button.
For some reason the buttons in the repeater trigger the input field and sends an empty string to the dataset. The sole purpose of the buttons in the repeater is to trigger a Javascript function. Why is that and how to stop that behavior?
How to say to Wix that the buttons in the repeater are NOT for submitting the inputfield? Tried deleting and adding button.
What are your buttons in the repeater?
Also, note that to work with repeaters you need to be following the code for them.
https://www.wix.com/corvid/reference/$w.Repeater.html
You can see an example here about working with inputs in a repeater with outside buttons etc (global actions) and inside buttons etc (inline actions).
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-input-repeaters
If you make use of the search function in this forum you will find many previous posts about using inputs inside a repeater.