Hi, everyone i am new to plasmic wondering if the form entries can be stored in plasmic cms itself if yes how should we do that?
The plasmic CMS does support a rest api, which you can use. You can do this by making the form submission interaction issue a query to an HTTP integration that talks to the plasmic CMS API, the details of which are in our docs. However we generally recommend using a proper database instead, which you can set up on a platform like Supabase.
Thanks Yang