How to create a preloaded contact form?

Hi! :slightly_smiling_face: I just wanted to say plasmic feels pretty great! I love the features included so far. The only thing missing that I found was a preloaded contact form to drop into a page. Maybe I’m missing where this is located?

Also, as a graduating full stack development student at college in Canada, I’m wondering if there’s any plans for any type of formal badge or exam that can be taken to become ‘‘certified as a plasmic developer’’?

Thank you very much and awesome work team!

Hi @nutritious_mole, great to hear and thanks for the feedback! We don’t currently have any certification program. :slightly_smiling_face:

As for support for building forms, this is something we are actively working on. For now, you can build simple forms using the primitives like text input/select/checkbox/switch/button. Submission does require some JavaScript or some HTTP endpoint, see here for an example of the former

https://github.com/plasmicapp/plasmic/tree/master/examples/dynamic-multistep-forms

and here for an example of the latter

https://docs.plasmic.app/learn/forms/