**@ Rick **
re: Need to remove the Organization and Department fields in “Form” to prevent confusion.
This can only be done with CSS. Add the following to the theme’s custom CSS area:
div#cn-metabox-section-organization,
div#cn-metabox-section-department {
display: none;
}
re: Need to force Individual and Private entry types to keep the self-submitting data clean.
Go to the Connections : Settings admin page and click the Form tab. Disable the “Permit the user to select the entry type to be submitted.” option and set the “Default Entry Type” option to Individual.
Unfortunately there is not a real good method to force private. This is within Form where you want to change it, right?
The only thing I can think of is adding a filter that will always force the entry to private not matter what the user sets. Will that be a workable option for you?