Form Data Undefined in SSD Frontend

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.

1 Like

Hi @ajayps

did you create a input variable named as form ?

1 Like

2 Likes

Did you pass the form custom variable which is created in the form component while triggering this flow ?

You mean this?

1 Like

yes here you need to create #form as name and ngForm as value. Then pass the form to the flow which you are calling

still undefined

2 Likes

Did you pass that form variable while triggering the button?

1 Like

connected to the flow when the button trigger,

1 Like

Did you pass the form ??

is this form pass through custom properties or any other way?
when the button trigger.

2 Likes

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/

1 Like