| Author |  | 
      
        | Briesmi Newbie
 
  
 
 Joined: 02 September 2015
 Location: Germany
 Online Status: Offline
 Posts: 16
 | 
          Hello,
           | Posted: 19 January 2025 at 5:55am | IP Logged |   |  
           | 
 |  
 is it possible to display html code on login page inside the content login clearfix div? I tried different ways but the code won't display.
 
 And 2nd: How can I validate the form fields? Default html5 validation has no effect.
 
 Thank you for help.
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          You can try modifying the template file modules/StandardLoginFormWebclient/templates/LoginView.html; upon making changes in templates, be sure to purge data/cache/ directory content to apply changes. Note that the product offers a way to have a custom HTML footer on login page, supplied in data/settings/modules/StandardLoginFormWebclient.config.json file, "BottomInfoHtmlText"b configuration option.
           | Posted: 19 January 2025 at 10:31pm | IP Logged |   |  
           | 
 |  
 If you're looking for assistance with the source code modification, outside of standard support scope that's only about the use of unmodified product - that can be done in terms of Professional Services contract, please let us know if you're interested.
 
 --
 Regards,
 Igor, Afterlogic
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | emmausa0106 Newbie
 
  
  
 Joined: 04 May 2025
 Location: Azerbaijan
 Online Status: Offline
 Posts: 1
 | 
          If you have HTML code as a JavaScript string, you can use the textContent or innerText property of an HTML element to display it as text.
           | Posted: 04 May 2025 at 9:39pm | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |       | 
       
       
        |  | 
        | giraffe21 Newbie
 
  
  
 Joined: 03 July 2025
 Online Status: Offline
 Posts: 1
 | 
          I had a similar issue a while back — modifying LoginView.html worked for me too, but don’t forget to clear the /data/cache/ folder or your changes won’t show up (learned that the hard way ).
           | Posted: 03 July 2025 at 12:09am | IP Logged |   |  
           | 
 |  
 Also, for HTML5 validation, I ended up adding novalidate to the <form> and handling everything manually with JS — seems like Aurora doesn’t fully rely on built-in HTML5 checks.
 | 
       
        | Back to Top |       | 
       
       
        |  | 
        | jogarin5 Newbie
 
  
 
 Joined: 26 September 2025
 Online Status: Offline
 Posts: 1
 | 
          Make sure the HTML code is in the right place in the layout of the text.  The information won't be shown if the <div> is hidden or not drawn.  CSS styles can sometimes hide the text.  Make sure the <div> isn't set to show:  no visibility; or vision: hidden;
           | Posted: 26 September 2025 at 2:25am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |       | 
       
       
        |  |