Expand my Community achievements bar.

Elevate your expertise and be recognized as a true influencer! Nominations for the exclusive Adobe Community Advisor program 2023 are now OPEN.

adobe-learning-manager-reference-site

Avatar

Level 2

How to open a form onclick of enroll button in this package . Looks like the enroll button is inside a .tsx file.

 

https://github.com/adobe/adobe-learning-manager-reference-site/issues

2 Replies

Avatar

Employee

Hi,

 

To open a form on click of the "Enroll" button in the Adobe Learning Manager Reference Site package, you need to modify the code in the relevant .tsx file to add an onClick event handler and use JavaScript to display the form.

Avatar

Level 2

Thanks for the response.

I have added the form now. Can you tell me how to trigger email after form submit.

 

The use case, after form submit, ALM api is called and after success email should be triggered.