Getting a users name an keeping it in memory is easy enough:
Make a Text Input Field, remember the Run-time variable name. Let's name it input_var
Then the mailing. The direction to search for the answer is, I think:
On the last page you define an action anywhere. Make the event 'after display' and give it an 'external url' action, property: test.php?var=#input_var
Then make a page test.php in which you get the parameter 'var' and us it in what script you want. The page will be displayed ('congretulations' or something?) and it can use a mailscript at the same time to notice you or add the name in a database.
Cheers :)
Getting a users name an keeping it in memory is easy enough:
Make a Text Input Field, remember the Run-time variable name. Let's name it input_var
Then the mailing. The direction to search for the answer is, I think:
On the last page you define an action anywhere. Make the event 'after display' and give it an 'external url' action, property: test.php?var=#input_var
Then make a page test.php in which you get the parameter 'var' and us it in what script you want. The page will be displayed ('congretulations' or something?) and it can use a mailscript at the same time to notice you or add the name in a database.
Cheers :)