screen3.gif

This project is not covered by Drupal’s security advisory policy.

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|10:

  • 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.
  • To hide/override title/description of the field use Entity Form/Display Field Label (with this issue patch if not merged )

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:

🇺🇦

This module is maintained by Ukrainian developers.
Please consider supporting Ukraine in a fight for their freedom and safety of Europe.
Supporting organizations: 
Drupal 8|9|10 port/maintenance

Project information

Releases