Control form field order in simple module
Hi,
I have a question... is there a possibility to programmaticly control the order of the form fields in the create/edit view of a simple module? As default the order of the database fields is taken, but I am working with an existing database and want to change the order in the create view...
KR
Habib
Comments
$fields['myfield]['order'] = 5
http://docs.getfuelcms.com/general/forms#universal_attributes