Home › Forums › Quform WordPress › Have [raw] en [/raw] in my forms
- This topic has 6 replies, 5 voices, and was last updated 11 years, 1 month ago by
sinisap.
- AuthorPosts
- January 29, 2014 at 3:38 pm #8503
Fidelis
ParticipantAt 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,
DonJanuary 29, 2014 at 3:57 pm #8504josef777
ParticipantJanuary 29, 2014 at 4:01 pm #8505Fidelis
ParticipantThanks for the fast response, problem solved!
February 4, 2014 at 12:15 am #8560camel79
ParticipantHi,
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?
February 4, 2014 at 2:52 pm #8608camel79
ParticipantI’ts working now. The problem was solved with Problem #2 solution only.
Thanks.
February 5, 2014 at 12:20 am #8619gideonlupine
ParticipantI use the Theme Sahifa and the editing the functions.php file by adding
add_filter(‘iphorm_needs_raw_tag’, ‘__return_false’);
worked.
March 20, 2014 at 6:25 am #9235sinisap
ParticipantI 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 11 years, 1 month ago by
sinisap.
- This reply was modified 11 years, 1 month ago by
sinisap.
Attachments:
You must be logged in to view attached files. - This reply was modified 11 years, 1 month ago by
- AuthorPosts
- You must be logged in to reply to this topic.