Question By
Solved

What /admin/forms does?

Solved
willog

Apr 5th, 2025 04:30 PM

Hi!

I noticed that we have a /admin/forms route and that we can create forms just by adding them. But where can I actually access them? Like, what is this for exactly?

Thanks in advance!

bobbyiliev

Apr 5th, 2025 11:29 PM

Best Answer

Hi William!

Right now, this feature isn’t actively used anywhere by default, but it’s there as a foundation if you want to build on top of it.

You can use it to define forms dynamically, and then render them on the frontend (or elsewhere in your app) by loading the form via its slug and using the fields you defined to generate the inputs.

So in short — it's not in use yet, but it's ready for you to extend and use however you'd like 👍

Report
1