PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

personalize product

  1. hello

    i'm quite new to GF and i am quite a noob in programming also but I have a question and i hope its possible to create. you can view my form here http://de-schakel.be/tets-gf/ pasword is 'root'

    So in the first step the people have to enter a name and photo and in the second step again a name, now is it possible to show in the third step the photo with the name on that was given in the second step?

    I hope this is possible

    Your sincerely

    Posted 11 years ago on Thursday March 14, 2013 | Permalink
  2. This is possible, but it will require some programming on your part. You could use something like this: http://gravitywiz.com/better-pre-submission-confirmation/

    That will display all the submitted information. But then you need to add your text over the image. You can do this with CSS positioning.

    If you have an example of this working as you want it somewhere, please let us see it.

    Another way to do it would be to use the PHP GD library http://php.net/manual/en/ref.image.php to incorporate the text into the image like a watermark. That would be more complicated.

    Posted 11 years ago on Sunday March 17, 2013 | Permalink