Topic: How to edit User form ?

Hi,
How to edit User form ? for add more field, change field type or change label ?

https://i.ibb.co/SmPz2sf/User-Form.png


Also how to call the Users form by script ?
https://i.ibb.co/ZdnsZ2F/Users-Form.png

Life is like a school;
One can learn and graduate or stay behind.

Re: How to edit User form ?

Changing this module, in my personal preference, I'll have my own module and forms to update user details.

brian

Re: How to edit User form ?

Really good question.

Re: How to edit User form ?

Hi,
I try create a User form instead that com with MVD. I try add Multi Select drop box but I facing this error message. Any one have trick to make it possible or how to get permit to use multi select ComboBox ?

https://i.ibb.co/WPJ5VDq/Error-Multi-Select.png

Life is like a school;
One can learn and graduate or stay behind.

Re: How to edit User form ?

Hi FMR,
It seems to be a common misunderstanding of how the 'multi-select' combobox works.
Its use is ONLY to allow multiple values to be selected when filtering records in a table grid;  to define a combobox as 'multi select' on an edit form where you can only save a single value is illogical.  You should use the normal (single select) combobox in this instance.
Derek