
Announcements
I have a basic form that has contact lookup field. When I click on the lookup button it opens a contact modal dialog. This modal dialog has a new button which launches another create contact form. When I create a "new" contact I want to capture the error that is being displayed and change it to friendly error. In the "non-modal" form I just find the "text-danger" class and update the text but in a modal from another modal JQuery is unable to locate it. Also where is this"new" button configured from.
Try to check the console and see if the error is added in the runtime. Alternatively, you can enable error log by "Enabling diagnostic logging". You can configure Azure blob storage or once the diagnostic logging is enabled you can try accessing the error
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.