Hi ya, I'm trying to customize loginform.html template file to include @mydomain besides a smaller input username field. Obviously I want the users only enter de username part of their full email addresses. I previously configured main.inc.php to do this properly.

The issue is, the html file include this code to deploy the full form fields as an object:

<roundcube:object name="loginform" form="form" size="40" />

and didnīt find how to modify it as mentioned.

This is the layout wanted:

Inline image 1

Thanks in advance for your help!