Applies To:
GroupID 10 - Self-Service
Business Scenario:
When a user creates a group using the self-service portal, is there a way to add a text to let the user know that the group will be available after 15 minutes?
This can be achieved by making some changes in JavaScript back end files of the portal.
Steps to achieve this:
- Go to the location C:\Program Files\Imanami\GroupID 10.0\SelfService\Inetpub\Your Portal Name\Web\Scripts
- Now open a file named CreateWizard.min using notepad or notepad++.
- Find the function named DisplaySummary and Replace the below code line.
r=""
Replace it with:
r="<span><h1> Add your text</h1> <\span>"
- Note: <h1> tag is for heading. If you do not want to display the text in heading form then do not add this tag to your code.
4. Now safe the file and relaunch the Self Service portal.
- Note: Before making any changes to createWizard.min file, kindly take the backup of the original file.
Reference:
GroupID Online Help
Comments
0 comments
Please sign in to leave a comment.