Most WordPress plugins that generate input forms, especially those that are general purpose, send you email from yourself and spew input as key value pairs in the body.
The user's name and email are set as the reply-to field in the email headers, and the body is just the user's message..
If bot fills in the hidden honey pot form field, you don't receive the mail..
In order to specify which form should appear on given page in the site, ID is given to the plugin's shortcode..
One, if you aren't developer, there are options to easily size the contact form input fields, the space between them, and change the color to highlight them when required field is left blank.
Or two, if you are developer or work with one, the plugin makes it easy to add CSS to style each contact form individually..
Page Guard features allows you to require that particular contact form be filled in successfully before displaying the guarded page.
If direct navigation is attempted, the visitor will either be shown 404 or be bounced to different page, depending on your settings.
The contact form sets the cookie, and if the thank you page doesn't find the cookie, the visitor is redirected..
If you want to be contacted through opt-in so you can follow up with new subscribers personally, contact forms can be configured to serve as both a contact me and list sign up..
Read more