Another n00bish question.
What is the fastest / easiest way to change the default toolbar - "edit" record/row form?
I give simple names to content fields like "dname" and "cname" (easier to call latter and prevents special chars errors) but I need the edit button in toolbar to call a different form where the full name of the fields is shown (like "Default çãç123##$$% name" and "Common /*-~ºç name") and sometimes other info.
What is the best way to do this? Can't find any info on this on documentation...
Best regards, João
There is no "just plug in another form" feature, but you can create your own form, and read/write using REST APIs.
This form would then by default not be part of the toolbar - so you would have own links which activate the form.
It could then be added to the toolbar (there's an api for that), but that would be the last step.