Using User input field to build hyperlink

Meredith,Seems like a pretty easy and straightforward thing to do with variable actions:1) Create a variable called varDestRoot and set to " https://training.com/psciis.dll?COURSE=training&CODE=TV201&U K="2) Create a work var called varDest;3) Create an action to set varDest = VAR(varDestRoot)4) Create an action to add VAR(varUserID) to varDest5) GoTo Web Address VAR(varDest)The trick is kicking off those actions ... create a bogus transparent graphic on your page (set initially invisible). Put all those actions on the graphic and make the condition OnShow. Add another action to hide the graphic (thus resetting the graphic to invisible - if you want multiple triggers).Now, you just need to "show" the invisible graphic to trigger all the actions and go to the web address.Tim

Discussions have been disabled for this post