Jump to content

PHP form to image + sending back an email generation


evlj

Recommended Posts

Hi guys, i was wondering how can i make php to generate custom image with required fields (contact form).

 

For example, i have a page with first name, last name, full address, email.

 

And it's like this:

 

First name: <input field here>

Last name: <input field here>

Full Address: <input field here>

Email: <input field here>

 

I would like to know how can i (once they fill all the info) generate an image with custom background (prepared full image previously) with all the filled info and have it emailed back to him.

 

That email should be something like:

 

Dear, FirstName,

 

Here's your full info displayed on image below

 

<img src="/path/to/thatImage.png"></img>

 

Is this even possible? If so, please let me know how, i used to google a lot, but i can't find a solution, and i'm beginner in coding.

 

Hope you guys will help me out, thanks a lot in advance!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.