-
If I build a form with Orchid Form elements in the admin, how can I easily replicate that form on the frontend? Is there an example anywhere of reusing Form elements from Orchid, or should I be taking a different approach for the frontend? Basically I want to use all of this for a Contact form or RFP form https://orchid.software/en/docs/field/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This package was not built to handle front-end tasks separately. But you can use fields like this: platform/resources/views/auth/signin.blade.php Lines 7 to 13 in c10871f |
Beta Was this translation helpful? Give feedback.
This package was not built to handle front-end tasks separately. But you can use fields like this:
platform/resources/views/auth/signin.blade.php
Lines 7 to 13 in c10871f