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