Hi, I have a contact form on a page – http://polytown.co.il/v-ray/v-ray-academic/#contact – and for some reason the last field is not being recorded as I don’t get that info in the email with all the rest of the fields.
http://screencast.com/t/qxjqfzay
Any idea why this is happening and how to fix this?
Hey DROR!
Please try using Contact form 7 plugin and check if it works – https://wordpress.org/plugins/contact-form-7/
Cheers!
Yigit
How do I use the plugin along with the theme? Or is the plugin replaces the contact from of the avia layout builder?
Hi!
It adds a tab to WordPress dashboard, you can simply create a contact form and copy its shortcode and use in pages, widgets etc. For more information, please see – http://contactform7.com/docs/
Cheers!
Yigit
That I know, I was just wondering how it works together with Enfold. Will it look the same way the built in contact form looks like?
How can I control the width of each field with the plugin?
Hey!
You can give custom class to fields as shown here – http://i.imgur.com/xfg5JhJ.png
and then add following code to Quick CSS field to adjust their width
.form-half { width: 50%; }
Cheers!
Yigit