If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
If want to use formula:
@URLOpen(“/”+ @WebDbName+”MyAgent?OpenAgent&Var1=”+value+”&Var2=”+value2)
where “MyAgent” is the name of your agent and “&Var1=value” is a normal querystring, if needed.
Couldn’t get that to work, but I ended up with this
function runAgent() {
self.location.href=’AgentName?OpenAgent’;
}
<input type=”button” value=”Button Text” class=”submit” onClick=”runAgent();”>
If want to use formula:
@URLOpen(“/”+ @WebDbName+”MyAgent?OpenAgent&Var1=”+value+”&Var2=”+value2)
where “MyAgent” is the name of your agent and “&Var1=value” is a normal querystring, if needed.