How to add a publii contact form to your publii site
Here is a quick and handy way to add a publii contact form to your website in a few minutes.
We will be using fabform.io forms backend to handle our form submissions.
They have a generous free plan available.
It’s just a case of adding a few lines of code to get a publii contact form up and running.
<form action="https://fabform.io/f/{form-id}" method="post">
<label for="email">Your Email</label>
<input name="email" type="email">
<button type="submit">Submit</button>
</form>
That’s all there is to it! You have a fully functioning publii contact form.