I have the following issue: I have a form with a field that includes the “Allow Add” option. When I click on it, it opens a modal with this form.
However, in this modal form, there is also a field with the “Allow Add” option, but when I click on it, the modal does not open.
How can I solve this issue? I’m using PHPMaker 2024.
Nested Add Option dialog won’t work. The Add Option dialog is a single HTML div for reuse, not a dynamically created element.
But how can I resolve or bypass this issue?
Since it does not support nested “Allow Add” with Modal dialog, then you should hide the button that will open that nested modal dialog by using Startup Script.