Hello, I want to get the custom data from a dialog when clicking the submit button I try to do
AP.events.on ('dialog.button.click', function (data)
{
AP.dialog.getCustomData (function (customData) {
if (data.button.name === 'submit')
{
//console.log(customData.action);
}
});
}); but it didn't work ,no output is present In the middle of the function getCustomData
Many thinks !
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.