Can use Form builder in Custom Template (Blade) #2337
hoangnamitc
started this conversation in
General
Replies: 1 comment 1 reply
-
Yes you can do it. For example, we do this in templates where we do not have data binding: Your example does not work correctly due to escaping. If you want to display html, then use different brackets: {!! \Orchid\Screen\Fields\TextArea::make('description') !!}} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I am using Custom template to create Layout view.
but instead of typing HTML code, can i call Form builder method to quickly create Elements?
eg:
// ... /views/hello.blade.php
Describe the solution you'd like
...
Describe alternatives you've considered
...
Additional context
...
Beta Was this translation helpful? Give feedback.
All reactions