Doc. Number | Article Title | Effective Date | Version |
FHC-XX | Add the Ability to Login to the Customer Portal on your Website | March 21, 2024 | 0.3 |
This article was developed to describe how to add the ability to log in to the CRM's Customer Portal directly from your website.
The code displayed below can be used to add this functionality. This code does not contain any CSS or formatting to match your website. The outside party building your website will be required to create this themselves.
<form name="loginfrm" method="post" action="https://www.studentdebtportal.com">
<label for="username">Username</label>
<input name="username" type="text" id="username" class="username" />
<label for="password">Password</label>
<input name="password" type="password" id="password" class="password" />
<input type="submit" name="Submit" value="Login" />
</form>
Article Version History:
Version | Effective Date | Description |
Basic | 12/26/2016 | Initial Release |
0.1 | 08/05/2022 | Minor Grammatical Update |
0.2 | 03/27/2023 | Added header and version control footer; |
0.3 | 03/21/2024 | Review completed; no changes needed. |