Looking for PHP Form that will allow users the ability to customize their own business card info onto a prefabricated template. Any suggestions?
You can use a normal form to send the text info to the next page and on the second page just put a div with the template image as a background and the texts on separate divs positioned as you like. The div class can be changed depending on what template the user choses. The texts in the main div can have id's and then you just have to play with the css a lot.
You can even make an image with GD from php if you want to use fonts that are not on the visitors computer.