Need help with forms inside of table repeats

Hi,

I’ve been trying to work this out for a couple of hours now, but I’m having some problems getting this to work.

I currently have a bootstrap table with dynamic data from a server action, this all works fine. I have now built an editor into this table, so when you click to edit the fields change on that particular line to this:

When clicking save, I need it to submit a form. The problem is I can’t figure out how to submit a form for all of the columns at once in a single row. From what I can work out the form has to start above the table (before <table class="table align-middle table-nowrap table-hover">), but submitting this form sends it for each row when I only want it to submit for the row edited. How can I achieve this?

Community Page
Last updated: