Hi,
You can change the name of the fmcompute.php file in FormMail's configuration section:
PHP Code:
$FMCOMPUTE = "fmcompute.php";
As for changing the field names, you can only do that by changing the coding of FormMail. And then you'll have to re-do those changes when you upgrade.
It's not recommended.
I guess you want to do this for "security" reasons. However, I think I mentioned in a previous post that you should write down your threat model first.
You can think you're achieving "security" when all you're really doing is wasting your time.
So, start with a threat model (what are you worried about) and then develop solutions for that.
Bookmarks