You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
cgebken edited this page Nov 5, 2020
·
5 revisions
Beyond Canvas comes with its own form builder that provides input fields with extended functionality and CSS styles (e.g. for displaying validation error messages for input fields).
If you'd like to make use of the Beyond Canvas form builder, add builder: BeyondCanvas::FormBuilder to your form as follows:
<%= form_forproduct,builder: BeyondCanvas::FormBuilderdo |form| %> # ...<% end %>