Passing Luminate S-tags or custom variables to survey thank-you pages

Options
I was wondering if it was possible to pass Luminate S-tags or any form of dynamic variable to a custom thank-you page URL of said survey form. I need to grab the specific code on the thank-you page and run some actions with it. If it's not possible with survey forms is there another outlet I can use besides the donation forms?


 
Tagged:

Comments

  • Victor Wu:

    I was wondering if it was possible to pass Luminate S-tags or any form of dynamic variable to a custom thank-you page URL of said survey form. I need to grab the specific code on the thank-you page and run some actions with it. If it's not possible with survey forms is there another outlet I can use besides the donation forms?


     

    You've got a couple of options, just depends what you want to do.
    • If you're looking to set a var on the survey form itself, just put a caption in there with [[U0:yourvar=whatever]] and then call it with [[S80:yourvar]] on the thank you page.
    • If you're using a scraped form, then you can use the URL to put dynamic vars into the page by using the &s_yourvar=whatever in the action link. For example,
      <form method="POST" action="https://secure3.convio.net/org/site/SSurvey?s_yourvar=whatever">
    There are probably several other ways to do this, such as hidden fields that would update a constituent record, but it really depends on what you're actually trying to accomplish here. What's your goal?

Categories