New Custom Account Tab
Jamroom Developers
This is how the jrAudio module registers with the form designer in its _init() funtion in include.php
// Allow admin to customize our forms
jrCore_register_module_feature('jrCore', 'designer_form', 'jrAudio', 'create');
jrCore_register_module_feature('jrCore', 'designer_form', 'jrAudio', 'update');
jrCore_register_module_feature('jrCore', 'designer_form', 'jrAudio', 'create_album');
jrCore_register_module_feature('jrCore', 'designer_form', 'jrAudio', 'update_album');
Maybe if you have the $_profile_id you can store your info in your datastore on that, then look up to see if it exists when the form is visited.
eg, one of them is: