I like to use modals as they are an elegant way to edit data. But I've noticed that if there is a list of entries in a View and, I insert a modal to call a form to edit any of the entries, it only works well in the first entry.
From the second entry to the last, some functions don't work properly, i.e. a Dynamic Field selection with a dependent Dynamic list field, as well as Cascade Dynamic fields, they are messed up and Conditional Logic won't work.
I understand Formidable docs are aware of this, because in the Bootstrap Modal there is a warning:
Note: Some JavaScript won’t work correctly if several modal edit links are included on the same page. This is the same as having the same form on the page multiple times.
So, what's the point of using modals in Views to edit entries if they don't work with all entries?
I happen to remember someone here was talking about id tags for the modals but I don't know how to implement it.
Do anybody knows a workaround for this?
Please login or Register to submit your answer