Skip to main content

Create webform values input for variables

Comments

1 comment

  • David Paras

    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.