Module Description
This module allows fields to be edited on a node's display (e.g. at node/123), not just on the node edit pages (e.g. node/123/edit). It also works within views, etc. Anywhere a 'formatter' can be selected, you can select editable (or click to edit).

You may now use the normal mechanisms in both content type fields and view fields to select that a field should be 'editable'. If you have the correct permissions, the corresponding field will be displayed in it's editable state. This is done using ajax (and JavaScript), which means if the users browser has not got that enabled, then fields will not show as editable - sorry.

When a field is not shown as editable (because of permissions, or no JavaScript) then the default display is used.

Short how-to Drupal 8|9:

* provides a "field formatter" plugin for each field type;
* in the configuration of the "formatter" you can set a "form mode";
* formatter can be used for the view modes, views etc.
* on render - formatter will be replaced with the form element configured for the field in the selected form mode;
* if you whant to change the "field widget" - go to the selected form mode and update the field settings there;
* works using ajax by default.

Short how-to Drupal 7:

* Create yourself a content type.
* Add a field.
* In the content type's "display fields" tab, edit the display of the field for e.g. 'full node' to be editable.
* Create a new node of this content type and save it.
* Now go and visit this node. You will find that you can edit the field.
* Likewise you can select editable as a display type in a view.

Similar modules:

* Views Entity Form Field - allows to edit multiple entities at once

πŸ‡ΊπŸ‡¦ This module is maintained by Ukrainian developers. Please consider supporting Ukraine in a fight for their freedom and safety of Europe.
Project Usage
9616
Creation Date
Changed Date
Security Covered
Not Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the issue of being able to edit fields on a node's display, not just on the node edit pages, using a field formatter plugin for each field type and ajax functionality.
Data Name
editablefields

OPENAI CHATBOT

OPENAI CHATBOT

12:22:26
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.