Turning form data into a printable certificate

Hello,

As the title states. I’m working on a project that needs to have a user enter information on a form(1. person’s name, 2. place of employment, and 3. date.) and then be able to print that on a certificate. I’ve thought of a few different ways to do it but I haven’t gotten anywhere.

Anyone have any idea where to start?

To explain it in more detail -
I’ve got -

FORM with 3 fields
—> need to go to —>
—>PRINTABLE CERTIFICATE - a design, could be in flash? could be html? could be a pdf?

So I guess the steps might be

  1. save data from the form
  2. populate designated fields in certificate
  3. print

Thanks so much if you’ve taken the time to look at this!
Kev