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
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