Sorry, we don't support your browser.  Install a modern browser

Enable/Disable fields for edit and add register.#517

?

A basic example for explain this point is a table to add wordpress users.
If I want to add a user, the field username has to be enable to put the new user name.
but if I want to eait a user as display name or other field the username field and email field should be disable in the edit form right.
So the settings to show/hide fields in the wdt form should be separate.
A function to show the field but in disable mode will be great as well.

2 months ago

Interesting idea. So, if I get this right, essentially what you’re describing could be implemented by adding a new setting for each field, that does something like this: value read-only (or hidden) in edit mode, editable only when adding new records.

2 months ago