Set Up Your Contact Form
While we’ve added the HTML code with attributes for the form, Phosis doesn’t quite know what to do with this form yet. The next step is to configure the form’s behavior.
You do this in the Forms section of PhosisUI. This is also where you go to see form submissions.
Create Form Behavior¶
- Inside of PhosisUI, click on Forms in the menu on the left and add a new form.
- Give your form a friendly name, such as Form: Tutorial Form.
- Enter any email addresses you wish successful form submissions to go To, Cc, or Bcc, separated by commas as this page instructs.
- Check whether or not you also wish these addresses to receive suspected spam submissions.
- Next, on the right box, select your form HTML that we created on the previous page, which we’d named “Tutorial: Contact Form HTML.”
- You can change the “error” and “success” messages. (These are only used if the form is ultimately a Standard Form Submission instead of an AJAX Form Submission).
- Go ahead and save your form!
Info
You’ve probably inferred that this means you can reuse the same contact form template in different spots on your site, but create separate actual Forms through this process so that they submit to different email addresses and track submissions separately. This is handy for a scenario similar to one where your business may have affiliates with their own pages and their own leads/client acquisition process!
Submissions¶
Any successful or suspected spam/bot submissions will be emailed to the addresses you specify, and appear on this page as well.