Hi everyone,
When I try to take form data from a form in the SSD frontend, the value of bh.input.form is coming as undefined
Has anyone else faced this issue, or know what might be causing it?ed.
Hi everyone,
When I try to take form data from a form in the SSD frontend, the value of bh.input.form is coming as undefined
Has anyone else faced this issue, or know what might be causing it?ed.
Hi @ajayps
did you create a input variable named as form ?
Did you pass the form custom variable which is created in the form component while triggering this flow ?
yes here you need to create #form as name and ngForm as value. Then pass the form to the flow which you are calling
Did you pass that form variable while triggering the button?
Did you pass the form ??
is this form pass through custom properties or any other way?
when the button trigger.
When you are calling the flow in the click you can see a option to pass the form
there you can pass that
Hey @ajayps ,
You can use either use the “bh.pageViews” variable or “View Picker” node to get the template ref instance in a flow. Please refer this documentation: https://documentation.neutrinos.com/articles/#!flow-designer-guide/view-picker-node/