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 11129 times
login.PNG
login.PNG (12.92 KiB) Viewed 11129 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 :)

In 2024, NFT businesses are in the hype because mi[…]

A Pancakeswap clone is a Decentralized Finance(DeF[…]

Action RPGs have noticed a resurgence lately with […]

The Metamorph league was introduced with the Conqu[…]