Currently, I am utilizing a Kentico form to gather data and my goal is to show a Foundation modal once the submission is successful. Our fields have some validation in place, so we are aiming to utilize an update panel to avoid a postback.
We managed to make the modal appear by inserting a div with an ID in the display text and incorporating JavaScript to verify its presence. However, this method only functions properly without the use of an update panel.
I believe there must be a way to showcase the modal with the update panel, but I am uncertain about the most effective approach and would appreciate any suggestions.