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.

Use form variable elsewhere

  1. on a form's success page, i have a message that uses the parameter: {Item Name:14}

    using jquery, i'm appending a quick twitter message form to #gforms_confirmation_message that has text in a textarea. i'd like {Item Name:14} to be displayed in this textarea too...

    is there a way I can get/grab/insert this variable from the form and insert it into my textarea

    Posted 14 years ago on Thursday March 18, 2010 | Permalink
  2. i should perhaps mention that the 'success page' is the page where the form is. its not on a different url or anything... :)

    Posted 14 years ago on Thursday March 18, 2010 | Permalink
  3. anyone?

    Posted 14 years ago on Tuesday March 30, 2010 | Permalink
  4. I'm not sure how you could do this via the built in text confirmation. You could try placing the Twitter form in the actual confirmation text box which does accept HTML. Then you could insert the form field variable where it needs to go.

    The other option would be to redirect to a separate page, pass the values in the query string and then get them from the query string and do whatever you need to do with it. This would mean manually creating the thank you page.

    Posted 14 years ago on Tuesday March 30, 2010 | Permalink