Forum Moderators: open
Priority 1:
I would like the e-mail form processor to be completely free, no one time fees, etc.
Priority 2:
I don't want my visitors to see that it was an extern mailform processor which handled the job, so no:
"Your email has been send, you'll be redirected"
Does anyone know where I can find such a service?
thanks in advance!
The only way I can think of is by signing up to a free external form processing site. You could submit the form to an iframe using target="framename", in the form tag to hide the confirmation page.
"mailto:" is really the only way to send form data to an email directly from HTML (AFAIK, Please correct me if i'm wrong), but I presume you've looked at this.
Chris
PS Welcome to Webmaster World!
There's nowhere that will do it for free without any branding or advertizing - otherwise they are taking a big risk (of being used as a spam conduit) without any chance of reward (customers or ad clicks). There are several free providers you can use, but we tend to steer away from specific recommendations which are often no more than advertisements in themselves.
The only realistic way of doing this is to move to a competent, "real" hosting solution for your site where you can use server-side languages such as PHP, Perl, etc. Such hosting comes reasonably cheap, but is never going to be entirely free of charge. If you have several sites, you could "host" the email processing form on one server and call it from your limited hosting site within an
iframe or frame.