No submission at all, form submission data blank!!
-
Hi all,
I’ve met the issue.
I am using wordpress 4.4.2 and Ninja 2.9.33.
Before 20160206 it’s working in my “submissions” log view.
After that, it’s strange, not working anymore.I’ve tried with/without Ajax, although page can calculate result, but can not get value correct after click “submit” button.
You can try this:
Add 2 “template fields” first, get field_XX;
Then add “Calculation” template fields -> “Advanced Equation”, simple add:
——————————————————————–
(function(){
if(field_XX*field_XX<=10) return 100;
if(field_XX*field_XX>=20) return 200;
})();
——————————————————————–You will know, what I say.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘No submission at all, form submission data blank!!’ is closed to new replies.