pmjd
December 5, 2022, 11:45am
2
You could try and create a new layout using the DocType Layout option.
It’s not great but does allow you to rearrange all the fields as needed. If you need to hide fields, it can’t be done there, you have to hide it in the original DocType, and that hidden status filters through to the new DocType layout.
There is a pull request by @shariquerik in Frappe for a form builder that looks great but it seems to have stalled.
frappe:develop
← shariquerik:form-builder-vue3
opened 02:16PM - 11 Oct 22 UTC
This feature aims to help the user edit the DocType's fields layout directly fro… m UI (Form Builder), rather than from the form view of the DocType.
Triggered by https://github.com/frappe/frappe/pull/17785
**Key Features:**
- [x] Drag & Drop fields from the sidebar to form
- [x] Add New Tabs, Sections & Columns
- [x] Delete Tabs, Sections, Columns & Fields
- [x] Edit the details of Tabs, Sections, Columns & Fields
- [x] Drag & Drop to move around sections & fields in the form and across tabs
- [x] Save and update the changes
- [x] Should also work for Customize Form fields to add and update custom fields
- [x] Double click to edit the label
- [x] Move current field/column/section and the following to a new column/section/tab
- [x] Render different field types (e.g Data, Select, Check etc.) in the properties section as well as on the form.
- [x] Preview Mode
- [x] Make options field a Link Field for Table & Link type fields
- [x] Fetch From (dynamically get doctype list and fieldname list in select field)
- [x] Validation Before Save
- [x] UI Test
>no-docs
Form Builder is now merged in develop branch (It will be in Frappe v15)
3 Likes
pmjd
December 11, 2022, 4:28pm
4
Great!
Is there an idea of when Frappe v15 will be released and when this feature is likely to make it to ERPNext?
Currently, we do not have any release date.
1 Like
Thx , can we change the position of standard fields of standard modules
pmjd
January 25, 2023, 12:09pm
7
Not yet but hopefully soon, there is another PR to allow standard fields to be moved
frappe:develop
← Aradhya-Tripathi:customize_form
opened 07:48AM - 02 Jan 23 UTC
* Allow rearranging of fields in customize form
* Property setter to store chan… ged field order
Hopefully it will be finished soon
1 Like