Difference between revisions of "Web Form Variables"

From SmartWiki
Jump to: navigation, search
 
Line 21: Line 21:
  
 
* Page 2, question 1 response value
 
* Page 2, question 1 response value
@P1.Q1@
+
@P1.Q1@
  
 
* The variable name of the response of a question that asks for first name
 
* The variable name of the response of a question that asks for first name

Revision as of 11:10, 1 September 2009

Question Text:

@Pp.Tn@


Response Value:

@Pp.Qn@


Response variable name:

[@variablename@]


where"

  • p is the page number
  • n is the question number


Examples:

  • Page 1, question 1 text
@P1.T1@
  • Page 2, question 1 response value
@P1.Q1@
  • The variable name of the response of a question that asks for first name
[@firstname@] 


Notes:

  • If you use a response variable name, the variable name must be surrounded by square brackets [ ]
  • The default variables are case sensitive when used in the workflow. They must be in CAPS.