Hello,

I have an issue with these modules that they all add fields to a node edit/create page of enabled content types yet these fields appear at the top, while I want them at the bottom.

These fields do not appear on the node edit page unfortunately. wonder if this module can handle this or this has to be taken care of by those modules.

Comments

quicksketch’s picture

Status: Active » Closed (won't fix)

Form Builder is a generic API, not specific implementations. It can edit any form in all of Drupal, but it has no mechanism for saving those changes. This would likely be implemented by some other module (such as the Form Alter module), possibly using Form Builder in the process. Form Builder will never be intended to provide this functionality directly.