Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #580325

    Hey!

    I would like a contact form on footer. How can I do this?
    I dont see contact form widget :(

    Best regards,
    Peter

    #580378

    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 ?

    #580381

    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

    #580384

    Thank you! :) Its work, easy and nice :D

    #580780

    Hi,

    Great, thanks for the help @Guenni007 :-)

    Thanks,
    Rikard

    #584389

    You can close this topic, thank you again! :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Contact form on footer’ is closed to new replies.