michalz
Forum Replies Created
-
@sona
I’ve already send message to your support.Hi,
I’ve got PRO version and the same case.
Submit button doesn’t work at all. I tried to change templates and it still doesn’t work.
I’ve change code:function fm_shortcode($attrs) {
/* $new_shortcode = ‘[Form’;
foreach ($attrs as $key=>$value) {
$new_shortcode .= ‘ ‘ . $key . ‘=”‘ . $value . ‘”‘;
}
$new_shortcode .= ‘]’;
return $new_shortcode;
*/
//add_filter(‘the_content’, ‘Form_maker_fornt_end_main’, 5000);
ob_start();
FM_front_end_main($attrs);
return str_replace(array(“\r\n”, “\n”, “\r”), ”, ob_get_clean());
}and it doesn’t fix it. I can add that in preview window everything is fine!
Forum: Plugins
In reply to: [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] GradesThat is great idea!
You can do it in 2 ways.1. First is to connect many certificates with many result pages.For example if users scores less than 32% (certificate link one) if user score between 32% and 50% (second result page and second certificate link)
2. Second way is to create new template variables. For exaple if user scores less than 32% give %score%= “D” if between 32% and 50% give %score%=”C” etc.
Forum: Plugins
In reply to: [Psychological tests & quizzes] After updating the test had disappearedThe problem was connecting with the file src / Doer / TestPasser.php . Now everything works fine . Thanks for Involvement! 🙂
Forum: Plugins
In reply to: [Psychological tests & quizzes] After updating the test had disappearedOk, so I’ve got 30 questions. All answers are individuals.
q1, 5 options, q2 4 options, q3 4 options, q4 5op, q5 4o, q6-q16 4op, q17 3op, q18 4op, q19 5op, q20-q30 4op.
It not depends of other plugins because, when I deactivated all of them test still didn’t work.
I’am not technical person but I see that when 0.17 version is activated, there is not:<form method=”post” id=”wpt-test-form” class=””>
in css.Forum: Plugins
In reply to: [Psychological tests & quizzes] After updating the test had disappeared1. Yes, in editor everything is fine.
2. No.
3. In 16.5 is okey. 17.0 still has bug.Forum: Plugins
In reply to: [Psychological tests & quizzes] After updating the test had disappearedHi Alexander,
Ok, so i deactiveated and activated it and there is same situation.1. From 0.16
2. Yes, I downgraded and now it works.
3. Well, I’ve got just one. The another tests was just to check how new version works.
4. Test stays same? It is button/option?