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

    Hey,

    I’m working on a website at http://col323webdesign.dk/projekt51/.

    As you can see, I’ve added a tabs form in the right side in the bottom of the front page. Additionally, under Nyheder, I have added a contact form (I got the code for the contact form from a page and then copied and pasted it).

    However, as you can, when I click on any other tab than “Nyheder”, the names for each of the contact forms fields is shown in the tabs-menu-list.

    How do I change that? I want the form to show, but not interfere with the tabs-menu-fields.

    UPDATE: I fixed this problem using Contact Form 7 but how would you have fixed it otherwise?

    Thanks,

    Mika

    #125039

    Please post the code of the advanced layout template. Open up functions.php and insert this code at the very top

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    – insert it before:

    global $avia_config;

    2) The debug field will be displayed underneath the editor. Copy this code and post it here.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Tabs and Contact Form’ is closed to new replies.