Hello,
I've been seeing a bug in my forms, using the repeater field. I can add lots of rows in the repeater and send the form with no problem, but as soon as I choose to delete a single row, the submit button stops working. I can click on it, but it doesn't have the action to submit the form anymore, looks like it's disabled or simply assume the preventDefault function.
Edit: After so many tries, I notice that it's a conflict with JetFormBuilder - Update Fields plugin. If there's any input field with the option enabled, when you delete a single row from repeater, the submit button stops working.
Another weird behaviour is the messages that comes in devtools console:
I don't know where they come from, but it shows up with any action, as select a field, fill the field, etc.
Hello,
I've been seeing a bug in my forms, using the repeater field. I can add lots of rows in the repeater and send the form with no problem, but as soon as I choose to delete a single row, the submit button stops working. I can click on it, but it doesn't have the action to submit the form anymore, looks like it's disabled or simply assume the preventDefault function.
Edit: After so many tries, I notice that it's a conflict with JetFormBuilder - Update Fields plugin. If there's any input field with the option enabled, when you delete a single row from repeater, the submit button stops working.
Another weird behaviour is the messages that comes in devtools console:
I don't know where they come from, but it shows up with any action, as select a field, fill the field, etc.