Aparna module with audio or uploaded files that are marked required
Jamroom Developers
Quote: It defaults to the update page instead of the create
That could be some problem with modules made with aparna then, I don't know, I haven't used it.
Apart from registering the forms as designerable a module doesn't have much to do.
If you have something similar to these lines in your module's init function in include.php everything is handed over to the core, even the adding of the form designer buttons.
jrCore_register_module_feature('jrCore','designer_form','myModule','create');
jrCore_register_module_feature('jrCore','designer_form','myModule','update');
Form designer works as a magic view for each module: /mymodule/form_designer. The designer forms and fields, editing them, storing and retrieving from the db, are all managed by the core as well.