We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/Novactive/NovaFormBuilderBundle/blob/master/ezbundle/Controller/Front/FormController.php#L43
If we call a ez_render_field(content, 'survey') in our project, it raises an error as there is no design defined in the bundle.
ez_render_field(content, 'survey')
--> create a view/themes/standard and move all templates in it.
The text was updated successfully, but these errors were encountered:
Copy the fields / ezcustomform_show_front.html.twig template from the bundle into your theme.
it is specified in the README.md of the bundle.
cf: To apply the custom Form design on the Front end of the template / ezcustomform_show_front.html.
Sorry, something went wrong.
No branches or pull requests
https://github.com/Novactive/NovaFormBuilderBundle/blob/master/ezbundle/Controller/Front/FormController.php#L43
If we call a
ez_render_field(content, 'survey')
in our project, it raises an error as there is no design defined in the bundle.--> create a view/themes/standard and move all templates in it.
The text was updated successfully, but these errors were encountered: