When using wordpress to build a site, you often need to submit questions or requests through forms. There are many similar plug-ins in wordpress. Today I will introduce my favorite form plug-ins, ajax Contact. from the perspective of name, we know that the submission of this plug-in is based on ajax, which provides a good user experience and integrates jquery to verify individual tables. In short, the function is still good.
Configuration
You can view and download this plug-in through this link: http://wordpress.org/extend/plugins/ajax-contact/
After the plug-in is successfully installed, we can see in the left-side menu:
The "contact Forms" submenu displays the list of all added "Forms". For details, see:
To Add more "forms", click "Add New" in the "Add New" column:
The title should be required. The addition of form items is also user-friendly and easy to use. Here we will not talk about how to add this plug-in. It mainly introduces the mail sending configuration of this plug-in. The front-end user will notify the Administrator by email after entering the form and submitting it.
Send Submissions To: Enter the email address for notifying and receiving messages after the front-end form is submitted. Generally, it is the administrator email address.
Subject Line: the Subject of the email.
From Address: From which mailbox (Note: The mailbox in this region must be the SMTP mailbox configured below, not casually entered)
When sending an email, you also need to configure the SMTP
Here I use another plug-in SMTP and use this plug-in to send emails.
Details and: http://wordpress.org/extend/plugins/smtp/ of the plug-in
This plug-in is mainly used to manage the SMTP configuration of wordpress. See:
The configuration is simple. You can enter SMTP items correctly. After entering the information, you can use the "Send a Test Email" function below to Test whether the configuration is correct or not.
From rey's technical blog