Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #802510

    Hi,
    I would like to know how to add my own class to contact form shorcode. Example:
    The reason is because I need put on ‘name’ and’ email’ width=”50%” and float:”left”.
    I tried doing it like this, but doesn’t recognise the ‘span’ tag correctly.:

    <span class="form50">
    [av_contact email=' (Email address hidden if logged out) ' title='Contact' button='Enviar' on_send='' sent='¡Tu mensaje se ha enviado correctamente!' link='manually,http://' subject='' autorespond='' captcha='' form_align='' color='']
    </span>

    Original code:

    [av_contact email=' (Email address hidden if logged out) ' title='Contacto' button='Enviar' on_send='' sent='¡Tu mensaje se ha enviado correctamente!' link='manually,http://' subject='' autorespond='' captcha='' form_align='' color='']
    [av_contact_field label='Name' type='text' options='' multi_select='' av_contact_preselect='' check='is_empty' width=''][/av_contact_field]
    [av_contact_field label='Email' type='text' options='' multi_select='' av_contact_preselect='' check='is_email' width=''][/av_contact_field]
    [av_contact_field label='Subject' type='text' options='' multi_select='' av_contact_preselect='' check='is_empty' width=''][/av_contact_field]
    [av_contact_field label='Message' type='textarea' options='' multi_select='' av_contact_preselect='' check='is_empty' width=''][/av_contact_field]
    [/av_contact]

    So much thanks

    • This topic was modified 7 years, 5 months ago by vgsystems.
    #803091

    Hey vgsystems,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then edit your Contact Form to give it a custom CSS class :)

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.