Using: LF Forms 11 Update 5, Modern Designer, self-hosted
I've been wrestling with the JS that @████████ shared with us at Empower2025 in the Advanced JS course. I have a couple questions about that.
I can get the modal window to open and blur the background. It's just so cool ha ha. I am trying to get a text field in the modal window to populate a hidden field. Is this even possible? I can get the textarea to show in the modal window, but can't capture the text in it. Any suggestions on how to do that? It all exists in the temporary html of the modal window so the LFForm functions are not effective.
I have tried the section method as well, but let me share where I am trying to get to with this. I have a very busy dynamic timesheet that can vary the number of columns. Some users will have a very little space available on the table. Stakeholders now require a comment field per day. I thought of the modal window as a great way to capture a comment and only require space for a small button in the table.
Is it even possible to have a modal window per row of a table? I have thrown several hours trying to capture the index of the button onClick to no avail.
So here I am asking the community for a hand :)
Cheers friends, and thanks in advance as always.