Jam.py documentation

Customizing Forms

When we refresh the project page we’ll see that fields in the table and in the edit form of the “Contacts” journal are displayed in the order in which they were created.

Contacts new record

To change how fields are displayed in the table, click the View Form button to open the View Form Dialog Let’s change the displayed fields using left, right, up and down buttons

View contacts1

Let’s click on the button right to the Sort fields input and select the fields by which user can sort the contents of the table by clicking in the corresponding column header of the table.

view_contacts_order_by.png

To change the way the fields are displayed in the edit form click the Edit Form button to open the Edit Form Dialog

Edit contacts2

To see the result of our work, go to the project page, refresh it and click the New button.

Contacts view