In this tutorial, you’ll see how to make any USP Form a contact form.

Video Tutorial

Written Tutorial

So let’s say that you just set up a form to be used as a contact form. You’ve got all the fields added, plus any markup or text that’s required. Now, to make it a contact form, follow these two easy steps:

Step 1

First, include the [usp_email] shortcode in the form.

Step 2

Then include the required hidden field in the same form:

<input name="usp-is-contact" value="1" type="hidden">

Done! Of course, you may also want to include other useful fields, such as:

[usp_subject]
[usp_name]
[usp_cc]

Of course, much more is possible, check out the list of USP Shortcodes to explore the possibilities.

Notes

1) Technically the email field ([usp_email]) is not required. But if you don’t include it in the form, you will have no way of replying to the person who sent the email.

2) USP Pro includes a Demo of a contact form. Visit USP Forms in your WP Admin Area to check it out.

Related