Where can I create a new contact form?
Log into your WordPress admin area and open XYZ Contact > Contact Forms (Contact Form Manager) or XYZ WP Form > Contact Forms (XYZ WP Contact Form) You can see the default contact forms. You can...
View ArticleHow can I display the contact form in my website ?
First you need to create your contact form from XYZ Contact > Contact Forms (Contact Form manager) or XYZ WP Form > Contact Forms (XYZ WP Contact Form) You can also use the existing contact...
View ArticleHow can I add a field to my contact form?
To add a new field in the contact form, please click the edit contact form or add a new contact form link. Now you can see a section Form Elements and in this please select the Add Elements. Now you...
View ArticleShould I edit my contact page after editing the contact form settings ?
No. There is no need to edit the contact page after editing the contact form options. The forms will update automatically and so it gives you great freedom. Once you have created and used the element...
View ArticleHow should I get a mail with all the fields used in the form ?
In the mail to site admin field, please use all the codes of the fields you have used in the contact field. Please make sure that you have added all the tag codes (the code will be like [text-1],...
View ArticleCan I embed the contact form into my template file?
Yes, you can embed the contact form into your template file. You cannot directly add the shortcode in the template file but you will need to pass the code into do_shortcode() function and display its...
View ArticleHow can I use the contact form manager in my language ?
If you want to use the contact form in your own language, other than English, you want to translate the language file and upload the new file to the contact form language folder. In wordpress, we are...
View ArticleCAPTCHA does not work
We are using 2 types of captcha in the contact form Standard captcha reCaptcha If you are using the standard captcha, you need GD and FreeType library installed on your server. If you are using the...
View ArticleSite Admin is not receiving any mail using the contact form
In the contact form ‘Mail to site admin‘ section, you need to add the ‘from email‘ address. Since you want the message from your users email id, we are using the code of the user email here. The code...
View ArticleHow can I change the field box size in my contact form?
You can place a css class in the form content at the beginning (in the HTML section) like given below <style type=”text/css”> .input_custom_style { width:200px; } </style> An image of this...
View ArticleCouldn’t create SMTP account?
Usually this type error occurs if you are upgrading from an older version of the plugin. In such case, please deactivate and reactivate the plugin. This is required for creating additional Database...
View ArticleIs there any limit for the file uploaded?
No , There is no limit for the uploaded file size. You can upload files of any size with the wordpress plugin/script. The only restriction is from your server. There will be chances for a server...
View ArticleHow can I use SMTP for mailing?
To send emails/contact form using SMTP, first you need to enable the SMTP from the settings page. Then enter the SMTP details in the SMTP settings page. In the SMTP settings page, you need to enter...
View ArticleHow can I change the tab index of the contact form fields?
The tabindex is automatically applied to all fields. If you want to change the tabindex, you can add a javascript in the form html section like <script type=”text/javascript”>...
View ArticleHow can I change the color and content of success message?
Contact Form Manager Free Plugin To change the color and content of the success message, you need to edit the file ‘create-contact-form.php’ in ‘contact-form-manager’ plugin folder. You can edit the...
View ArticleHow can I change the design of Submit button?
You can place a css class in the form content at the beginning (in the HTML section) like given below <style type=”text/css”> .submit_button { background-color:red; color:white; } </style>...
View Article404 error after submitting the form
This is mainly because of the element names “name”, “product”, “day”, “month” and “year” in the contact form. WordPress won’t allow to use these names as element name. So please go to the “Edit...
View ArticleHow to reduce the spacing between 2 fields?
In the contact form manager/XYZ WP Contact Form we are using html table structure for the form. At present there is no specific style for the form and it is using the default style of your theme. If...
View ArticleHow to remove the border from the contact form?
At present we are not using any specific border for the contact forms. It is using the default style.css file of your theme. If you want to remove the border from the contact form please do as follows....
View ArticleIssues while updating the plugin
If there is any issue after updating the Contact Form Manager plugin, please deactivate and then reactivate the plugin. It will work properly. If there is any issue, please contact us.
View ArticleHow can I display the responses of contacts in a webpage in contact form...
This is possible with the XYZ Contact Form Manager Premium plugin. When creating a new contact form, please select the option “Display Response on Page” in “Auto Response Settings”. In the editor...
View ArticleHow can I change the background color of the fields in contact form manager...
You can place a css class in the form content at the beginning of the form (in the HTML section) like given below. <style type=”text/css”> .xyz_cfm_style { background-color : white; }...
View ArticleI am getting the message when trying to send a mail – Error : Mailer Error...
Usually you will get this error message when the phpmail function in your site server is not enabled or the email sending limit exceeds. 1) You can enable the phpmail function in the server if it is...
View ArticleHow can I download the script/premium plugin?
The steps are given below. 1. Please go to the member area http://xyzscripts.com/members/ , enter your username(email) and password and login to the member area. 2. In the member area please go to the...
View ArticleHow can I create the license key?
Please follow the steps. 1. Please go to the member area http://xyzscripts.com/members/ , enter your username(email) and password and login to the member area. 2. In the member area please go to the...
View Article