Tagged: columns, CONTACT FORM, footer, Widget
Hey guys, I was searching through the forums and discovered how to add a contact form to my footer. The following code is in my footer widget:
[av_contact (Email address hidden if logged out) ' button='Submit' sent='Thank you! We'll get back to you shortly.' subject='' autorespond='' captcha='']
[av_contact_field label='Name' type='text' options='' check='is_empty' width='']
[av_contact_field label='Company' type='text' options='' check='is_empty' width='']
[av_contact_field label='Email' type='text' options='' check='is_email' width='']
[av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
[/av_contact]
My question is how can I get the first three fields to line up side by side next to each other, instead of stacked?
Any help would be greatly appreciated. Thanks a lot!
Hi Nomodic!
Use this code:
[av_contact email=' (Email address hidden if logged out) ' button='Submit' sent='Thank you! We'll get back to you shortly.' subject='' autorespond='' captcha='']
[av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third']
[av_contact_field label='Company' type='text' options='' check='is_empty' width='element_third']
[av_contact_field label='Email' type='text' options='' check='is_email' width='element_third']
[av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
[/av_contact]
Cheers!
Josue
Worked like a charm. Thank you!
You are welcome, always glad to help :)
Regards,
Josue