Any Good PHP Form Builders Out There?

Discussion in 'PHP' started by BOOMBOOM, Aug 30, 2007.

  1. #1
    Looking for PHP Form that will allow users the ability to customize their own business card info onto a prefabricated template.

    Any suggestions? :eek:
     
    BOOMBOOM, Aug 30, 2007 IP
  2. DominoBB

    DominoBB Peon

    Messages:
    48
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    DominoBB, Aug 30, 2007 IP
  3. BOOMBOOM

    BOOMBOOM Peon

    Messages:
    196
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for the tip, Ill give that a try :)
     
    BOOMBOOM, Aug 30, 2007 IP
  4. DominoBB

    DominoBB Peon

    Messages:
    48
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can even make an image with GD from php if you want to use fonts that are not on the visitors computer.
     
    DominoBB, Aug 30, 2007 IP