I'm trying to create a LeBlender editor that inserts a form into the grid. The problem comes when I attempt to use the special Umbraco Forms syntax [#pageField] to pull properties from the page.
Ideally, I want to create a LeBlender editor for a "Webinar Form". The editor would have a property called "webinarList" which the user would fill out each time they used the editor within the grid. This would allow us to have a single form within Umbraco Forms, but used dynamically.
Without the grid we can achieve this by creating a doctype with the webinarList property and with the syntax mentioned above, Forms knows to pull that value from the content.
Is there any way of achieving this with LeBlender / Forms?
Dynamic Umbraco Forms
Hi,
I'm trying to create a LeBlender editor that inserts a form into the grid. The problem comes when I attempt to use the special Umbraco Forms syntax [#pageField] to pull properties from the page.
Ideally, I want to create a LeBlender editor for a "Webinar Form". The editor would have a property called "webinarList" which the user would fill out each time they used the editor within the grid. This would allow us to have a single form within Umbraco Forms, but used dynamically.
Without the grid we can achieve this by creating a doctype with the webinarList property and with the syntax mentioned above, Forms knows to pull that value from the content.
Is there any way of achieving this with LeBlender / Forms?
Dave
is working on a reply...