Input form message box
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
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
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.