2 responses to “Adding Macro Expression support to Kentico Web Parts”

  1. Tweets that mention Adding Macro Expression support to Kentico Web Parts · Johnny Code -- Topsy.com

    [...] This post was mentioned on Twitter by Jared Barboza, Jeroen Furst and Jeroen Furst, John Bubriski. John Bubriski said: New blog post: Adding Macro Expression support to K… http://www.johnnycode.com/blog/2010/07/16/adding-macro-support-to-kentico-web-parts/ [...]

  2. Ryan Wheale

    I just did this for a custom form. I passed form values to the Thank you page in order to personalize the “Thank You ” page.

    One of the fields on the form was “First Name” with a column name of “FirstName”

    Redirect To Url: thank-you.aspx?fn={%FirstName%}

    And on the Thank You page, you have some static text with this:

    Thank You {?fn?}!

Leave a Reply