I am trying to: Have form on each post of a loop to update some relational field. And submit them on change by js,
Link to a page where the issue can be seen: hidden link
I expected to see: The post notes meta updated while I type. I have js to automatically submit when I change the value.
Instead, I got: I edited one and it's always triggering another wrong from to submit. Any form I edit always submitting the same wrong one.
Hello, it sounds like there could be a problem in Forms, a problem in this Form's setup in Views, or possibly a problem in the custom JavaScript you've implemented to submit a Form automatically as you type. I'm not able to see the page without a login, so I'm not able to investigate much right now. You could test further by temporarily deactivating the JavaScript that submits the value as you type, and adding a submit button in the Form. If you submit the Form using a standard Forms submit button, is the note text saved in the correct post? If so, that indicates a custom JavaScript submission issue. If not, then it could be a bug in Forms or it could be a problem in the way the Form is set up within Views. I would need a login to inspect the Form and View for more information.
Feel free to provide login credentials in the private reply fields here if the standard submit button does not work as expected, and I will take a closer look.
My issue is resolved now. Thank you!