Have [raw] en [/raw] in my forms

Home Forums Quform WordPress Have [raw] en [/raw] in my forms

This topic is: not resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #8503
    Fidelis
    Participant

    At the beginning and the end of the form i have [raw] en [/raw]. Where can I delete these? This is the form http://spaansnieuws.com/contactformulier/

    Beste regards,
    Don

    #8504
    josef777
    Participant
    #8505
    Fidelis
    Participant

    Thanks for the fast response, problem solved!

    #8560
    camel79
    Participant

    Hi,

    I followed the two steps found on this link. However, they did not solve my problem. Now I can’t see my forms. What can I do to solve this problem?

    #8608
    camel79
    Participant

    I’ts working now. The problem was solved with Problem #2 solution only.

    Thanks.

    #8619
    gideonlupine
    Participant

    I use the Theme Sahifa and the editing the functions.php file by adding

    add_filter(‘iphorm_needs_raw_tag’, ‘__return_false’);

    worked.

    #9235
    sinisap
    Participant

    I am using Directory theme purchased at Themeforest and after a few attempts to solve [raw] issue I finaly got it how to fix it, so for you are using Directory theme look at code below or attached image

    // ==================================================
    // Some helper functions and filters for theme
    // --------------------------------------------------
    add_filter('iphorm_needs_raw_tag', '__return_false');
    function default_menu(){
    wp_nav_menu(array('menu' => 'Main Menu', 'fallback_cb' => 'default_page_menu', 'container' => 'nav', 'container_class' => 'mainmenu', 'menu_class' => 'menu clear'));
    }

    Cheers

    • This reply was modified 10 years, 2 months ago by sinisap.
    • This reply was modified 10 years, 2 months ago by sinisap.
    Attachments:
    You must be logged in to view attached files.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy