jack81
-
1/20/2014 5:55:15 PM
Using macro in BizForm
I have created a variable that I would like to save in BizFom field. I created variable in static text like this: {% x=2; y=3; s=x+y; s %}
In BizForm field I have used following as default vale: <%s%>
I am trying to save this variable in Bizform and use it with query string. How can I declare variable and use it in forms and query string.
|