Hi All,
I want to add custom button (Next) on profile page of custom portal.
For this I add the script on Profile "Web Page, but nothing appears.
Actually after customer update there profile I would like them to move to next page where they can select the product.
$('#SubmitButton').after('<input type="submit" name="ctl00$ctl00$ContentContainer$MainContent$MainContent$mySubmitButton" value="Register" id="mySubmitButton" class="btn btn-primary">');
But it does not show anything on profile page.
Can some one help me on this
Thanks in advance
*This post is locked for comments