Let’s imagine this simple, I have a div (myDiv) inside a form which includes this content:
<div id=myDiv>Hi Same, please click <a href="http://www.test.com">Click here</a></div>
Now I need a php script that will send this div to someones email exactly keeping the proper html format like this:
Hi Same, Please click Click here
The problem is when I have this content in a textbox it sends it all as text. I need to send the div content.
As you are using free service of formtoemail.com, you should have file you downloaded from their website. Find this line there:
and add right before it
so finaly you will have: