05/26/2014 at 8:15 am
#292096
Keymaster
@ Eric
re: The code you created for limiting entry types to individuals (above) – should that go into my plugin PHP file?
I’d probably would add the code to the plugin.
re: Will this “case ‘add’” test work in my plugin, or will it only work from within manage.php?
I’m thing that just wrapping you pre-population code within an if
clause would work fine:
if ( $action == 'add' ) {
// Your code here.
}
re: Shall I go ahead and create my instructions for form entry
I would add them to your plugin right and not add them to the manage.php file at all. The betas are on they way very shortly. I’m pushing out version 0.8.8 of Connections, you’ll need to update to that version prior to running installing the betas … one of the reason I haven’t sent them yet.