Now I've tried to add:$removeIncludes[] = "YourDentalRep_ submit";

it looks like you have a space between the underscore and the "submit" try using:
$removeIncludes[] = "YourDentalRep_submit";
if it still does not work, send a copy of the form please.


