Hi All,
How can I create a message box with all three options 'Yes', 'No' and 'Cancel'? Which msgBox type should I use to acheive this? I am looking for something like this
Thank you
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @SankarRa1,
It is possible to create the message box by applying Java Script. This can be done with custom functions to control behaviour and logic behind your form triggered via a JavaScript activity or inside the form by applying these functions:
xtk.dialogs.confirm(): Displays the dialog box to control form flow based on user input.
onSubmitForm(): Used to validate form data or control the submission process based on certain conditions.
Additionally, I share with you some useful documentation links:
- SOAP Methods Inside JavaScript
- Input forms in Adobe Campaign
- JavaScript Scripts and Templates
¡Hope this helps!
Regards,
Celia
Hi @SankarRa1,
It is possible to create the message box by applying Java Script. This can be done with custom functions to control behaviour and logic behind your form triggered via a JavaScript activity or inside the form by applying these functions:
xtk.dialogs.confirm(): Displays the dialog box to control form flow based on user input.
onSubmitForm(): Used to validate form data or control the submission process based on certain conditions.
Additionally, I share with you some useful documentation links:
- SOAP Methods Inside JavaScript
- Input forms in Adobe Campaign
- JavaScript Scripts and Templates
¡Hope this helps!
Regards,
Celia
Views
Likes
Replies