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?
Solution:
This can be achieved by making some changes in the JavaScript backend files of the portal.
Steps to achieve this:
- Go to:
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++.
Note: Take a backup of the CreateWizard.min file before making changes to it.
- Find the function named DisplaySummary and replace the following code line.
r=""
r="<span><h1>Enter your text</h1></span>"
Note: The <h1> tag is for the heading. If you do not want to display the text in heading style, do not add this tag to your code.
The code should appear as:
- Now save the file and relaunch the Self-Service portal.
Reference:
GroupID Online Help
Comments
0 comments
Please sign in to leave a comment.