Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #395408

    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!

    #395419

    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

    #395424

    Worked like a charm. Thank you!

    #395426

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Side-by-side fields in footer contact form?’ is closed to new replies.