Collect submissions from your Hexo forms in minutes without a server or database.
Setting up Jamform to handle your Hexo forms is as simple as pointing your form's action attribute to your unique Jamform endpoint URL.
<!DOCTYPE html>
<html>
<body>
<form action="YOUR_JAMFORM_ENDPOINT" method="POST">
<input type="email" name="email" />
<input type="text" name="name" />
<button type="submit">Send</button>
</form>
</body>
</html>
Need more help with Hexo integration? Try the Hexo docs or contact support.
Be sure to check out the documentation to see how to get the most out of your Jamform integration with Hexo. In a few steps you can setup your Hexo form to handle file uploads, trigger webhooks, integrate with Google reCAPTCHA, and more!