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.

Insert info from one field into another

  1. I have a nondisclosure document form. I would like the user to enter their name on the first line. Then in a large html field, I would like to pull the content of the name field as a merge into the html field.

    Or if there is another way to do this, I would look at that as well.

    Posted 11 years ago on Friday March 22, 2013 | Permalink
  2. The HTML field will not be stored as part of your entry, so I'm not sure if this is going to do what you need to do (include the name in the entry as part of the NDA.)

    However, if that is what you want to do, you can use jQuery to copy information submitted in one field into another field. I described one approach you could use to do that here: http://www.gravityhelp.com/forums/topic/passing-values-on-multipage-form#post-179789

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