Scenario
When trying to log in on a SiteBuilder Webstore, the password field can be modified to show a placeholder text.
Solution
- Navigate to Commerce > Website > Website List
- Web Store: Click Edit
- Click the Appearance subtab > Web Site Templates section, take note of the selected Web Site Theme from the drop-down list
- Go to Commerce > Site Builder > Themes
- Web Site Theme: Click Edit
- Click Body > Content Area Template, and add the following code block below:
-
<script> document.getElementById('retpwd').placeholder = "Enter Your Password Here"; </script>
-
- Click Save