Create webform values input for variables
Please suggest me a way to give my web form values as an input for variables in custom plugin.
0
-
If you want to pass the value your web form as an input for variables in custom plugin. Then you can use the context.get("Var_Name") function that will fetch the value of that variable from context. As the variable's are defined while creating a Form and are stored in context while the execution. See attached screenshot that will show the value of the variable that will be used in context.get.
0
Please sign in to leave a comment.
Comments
1 comment