Installation
Step 01: Get Access Key
First step is to get an Access Key from Web3Forms. Create Access Key
Once you submit the form, you will get the Access key in your Email. Copy that key so that we can use this later.
Step 2: Create HTML Form
Create a form in your website with our form endpoint inside action attribute. Following is a simple example on how it should look like:
Make sure you added `name` attribute, form action URL and the `access_key` to make the form work as expected
Step 3: Add your Access Key
Add your access key to start receiving email submissions.
Step 4: Done
That's it. Run your code on a browser and it should work. This is a simple starting example. However you can customize it with unlimited possibilities. Checkout other pages to know more.
Last updated