PHP Form Hanlder - layout?

I’ve been using basic php form handlers for a few years now. But with a new webpage I’m working on, I want the email that is received by the user to be in the same layout as it appears on the webpage when they fill it out. (aka, look identical or as close as I can get it for printing purposes).

It this possible???

Hi,

if the receiver uses a mailclient that renders email correctly this should be possible, however… if you think browsers are a mess at representing HTML… emailclients are an order of magnitude worse.

It’s basically the same thing, you’ll just need to make a PHP template that you know renders the way you like it.

Hope this helped. (a little)
O.

Sponsor our Newsletter | Privacy Policy | Terms of Service