Discussion about developing the ProcessMaker application and suggestions for improving it
By njhajhajha
#815526
Hey,
I am using Process Maker 3.2.2 Community Version.
I want to hide Language Field on Login page,So plz Provide me any way.I tried applying css in LoginStyle.css But it doesnt work.

Thanks
Attachments
login1.PNG
login1.PNG (14.66 KiB) Viewed 11181 times
login.PNG
login.PNG (12.92 KiB) Viewed 11181 times
User avatar
By amosbatto
#815581
Edit workflow/engine/xmlform/login/login.html and change from:
Code: Select all
                                                 <tr>
              <td class='FormLabel' width="{$form_labelWidth}">{$USER_LANG}</td>
              <td class='FormFieldContent' width='{$form_fieldContentWidth}' >{$form.USER_LANG}</td>
            </tr>
To:
Code: Select all
                                                <tr style="display:none;">
              <td class='FormLabel' width="{$form_labelWidth}">{$USER_LANG}</td>
              <td class='FormFieldContent' width='{$form_fieldContentWidth}' >{$form.USER_LANG}</td>
            </tr>
You may have to delete the cache in your web browser to see the change.
By njhajhajha
#815596
I tried making changes in login .html but it doesnt worked for me.

But in "workflow\engine\xmlform\login\loginpm3.html"
Adding this change works:
<span style="display: none;">{$form.USER_LANG}</span>

Thanks :)

Thanks for sharing information about the Moonspin […]

Fitness software development involves creating app[…]

The Lotus365 clone script replicates the features […]

🚀 Sei curioso di sapere se Immediate Edge è[…]