Drupal 8+ has separate "Manage display" and "Manage form display" tabs:
- The "Manage display" UI allows you to reorder/configure the various fields when they are being rendered/viewed.
- The "Manage form display" UI allows you to reorder/configure the various fields as they are shown during data entry.
D7 and Backdrop only have the "Manage display" UI, but in D7 one could use the Display Suite contrib module to manage the display of fields in forms (the "Display Suite Forms" submodule to be exact: https://www.drupal.org/node/1795380). The Display Suite module has not been ported to Backdrop though, since most of its features have been implemented in Backdrop in the form of the core Layout module (see https://docs.backdropcms.org/documentation/features-added-to-core).
We should consider adding this functionality in core, to reduce resistance when deciding to choose Backdrop over Drupal 8+.
Recent comments
PayPal Checkout works too!
Commerce shop system from Drupal
nice find! the links for the most recently updated issues in the core and contrib queues are a great way to stay on top of things—especially now that the feature freeze is just around the corner...
Seeing what issues are new
A simple way — use Field Group to create a container for fields https://backdropcms.org/project/field_group and CSS Flex оr Grid to alignment. You can also create Fieldsets to...
Layout also for /node/add/ forms?