Recieve form submissions directly to your inbox without any configuration. Powered by Web3forms.
✅ Super lightweight
✅ Zero dependencies
✅ Full Typescript support
✅ Easy to use and a simple Access key
✅ No configuration required (except for the Access key)
- Examples
Checkout the demo in the Svelte REPL
First get your Web3forms access from here. And then👇
npm i web3forms-svelteAnd for yarn users👇
yarn add web3forms-svelteAlso please do note that the Web3forms Access key can be shared in public (just like the firebase keys).
<script>
import Web3Form from 'web3forms-svelte';
</script>
<Web3Form apikey="your-api-key-goes-here" />For the full guide to props & usage checkout the Design Doc.
You should get your Access key from Web3forms which requires your email.
Web3forms has a generous free plan. You can view the latest pricing here.
Clone the project
git clone https://github.com/joshwalker9115/web3forms-svelte.gitGo to the project directory
cd web3forms-svelteInstall dependencies
npm installor
yarnStart the server
npm run devor
yarn dev