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.

Fill in the blank form that populates a letter.

  1. Hello,

    Could you point me in the right direction so I can research and figure out how to do the follow:

    To explain the function, I'll start very simple.

    I want a page divided in half. On the top half, there is a simple form field. On the bottom half, there is a sentence with a blank in it. When the form field is filled in, the blank in the sentence is populated by the results in the form field.

    Eventually, I would like this to populate a "letter", where the user fills into their name, address, etc.

    Eventually, I would like the ability for the user check a box to change out the content of the letter.

    Possible?

    Thank you!

    Posted 12 years ago on Tuesday November 13, 2012 | Permalink
  2. To do this on the same page, you will need to use jQuery or something similar, to populate one field based on the value which was entered in another field.

    If you can live with the bottom half of the page actually being on another page, there are several ways to do it. Here is one: http://www.gravityhelp.com/documentation/page/Gform_pre_render (the last example on this page)

    And here is a more recent one:
    http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/

    Posted 12 years ago on Sunday November 18, 2012 | Permalink