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 11044 times
login.PNG
login.PNG (12.92 KiB) Viewed 11044 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 :)
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]