Pass node's property to Neos.Form

Hi,

On the page I have a Form inserted. Is that possible I could put the page’s identifier or other nodedata onto the form’s hidden text input so that I could pass the information to the form finisher?

Thanks!

I extended the TYPO3.Neos.NodeTypes:Form element, injected the nodedata through TypoScript, created custom Form Factory and Finisher to achieve what I needed.

Thanks all the same!

Hi Rocky,

I have the same issue. Could you post your code snippets and give a bit more info about how you did it?
Guess this would help others too.

Thank you!