Forum Discussion
Parshant
7 years agoBoss
You can use javascript or jquery to get the value of "data-lia-action-token".
Some thing like this to get attribute value.
var token = $('.lia-link-navigation.addBoardUserEmailSubscription.lia-component-subscriptions-action-add-board-user-email#addBoardUserEmailSubscription').attr('data-lia-action-token');
and add this variable value to your html.