How to Configure Umbraco Forms on Block Grid in Umbraco 13
I need to configure an Umbraco form within a Block Grid in Umbraco 13, similar to how I did it in Umbraco 8 using macros.
Specifically, I want to:
- Select any of my Umbraco forms.
- Choose a theme for the form.
- Exclude scripts from being included.
I can see the 'Insert Form with Theme' macro in Umbraco 13, just like in Umbraco 8. In the editor settings, I’ve enabled the option 'Use in rich text editor and the grid', but I’m still unsure how to configure the form in the Block Grid.
Has anyone figured out how to do this?
I would recommend the new BlockGrid editor for this.
Instead of creating macros create an element with properties to replace any macro parameters, then just create a template to render the blockgrid item. You can replace the macro from the RTE to the created new block as well for the forms.
How to Configure Umbraco Forms on Block Grid in Umbraco 13
I need to configure an Umbraco form within a Block Grid in Umbraco 13, similar to how I did it in Umbraco 8 using macros.
Specifically, I want to: - Select any of my Umbraco forms. - Choose a theme for the form. - Exclude scripts from being included.
I can see the 'Insert Form with Theme' macro in Umbraco 13, just like in Umbraco 8. In the editor settings, I’ve enabled the option 'Use in rich text editor and the grid', but I’m still unsure how to configure the form in the Block Grid. Has anyone figured out how to do this?
Hi Anju,
I would recommend the new BlockGrid editor for this.
Instead of creating macros create an element with properties to replace any macro parameters, then just create a template to render the blockgrid item. You can replace the macro from the RTE to the created new block as well for the forms.
is working on a reply...