Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

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 Advisor

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.