Tagged: CONTACT FORM, footer
Hey!
I would like a contact form on footer. How can I do this?
I dont see contact form widget :(
Best regards,
Peter
hm – i thought it could be possible via the shortcode (via debug mode and copy of it) in a text widget – but for contact form it does not work ?
ok – it seems to work
activate the enfold debug mode via child-theme functions.php :
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
create a new page and place a contact form as you like it.
underneath the field you can see the shortcode for that contact form – copy all of it
now goto widgets and place a text widget into the footer column you want.
on top of that widget page top right position there are wordpress screen options press it and enable accesibility mode
edit that text widget with contact form code (set the accessibility to 1.
have a look: http://webers-testseite.de/enf02/
if you don’t get it via my explanation i will make some images
Thank you! :) Its work, easy and nice :D
You can close this topic, thank you again! :)