Moiqc
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Many functionsThanks!
Forum: Plugins
In reply to: [Calculated Fields Form] Many functionsI tried many things, but now I just tried again with:
function myFct(){
var variable = 0;
variable = 1000;
return variable;
}function myFct2(){
var variable =0;
variable = 10000;
return variable;
}myFct1() + myFct2();
and it didn’t work. However, I just thought that I could use hidden calculted fields and take their answer. If you see a better idea, I’m still open to suggestions.
Forum: Plugins
In reply to: [Page Links To] Plugin Not working in WP 4.0Yeah, I was affraid, but works fine for me too!
Forum: Plugins
In reply to: [Calculated Fields Form] Checkbox valueOh, indeed, I don’t know why it hadn’t worked the first time I tried it. Thanks for the prompt response!
Oh.
I correct my own precedent reply.
I thought it was linked to the fact that question 2 was acting different than question 1.
But then I duplicated question 1, and 5 doesn’t show… So something else must be the problem.Thank you very much.
I am not sure, but I think I came over another bugged case.
I need a good web page right now, so I won’t provide an example, but here is what I had :Question 1
– 1.a. If chosen, show question 3
– 1.b If chosen, show question 3Question 2
– 2.a. If chosen, show something else
– 2.b If chosen, show question 3Question 3
– 3.a If chosen show question 5So, if anything in question 1 was chosen, 3 appeared, and then 5 appeared, so everything worked well.
But if 2.b was chosen, 3 appeared, but didn’t make 5 appear.I starts being a very precise bug that may not appear too often, but it is worth checking if it really was a bug, or my mistake.
Thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Email varies from time to time.Forum: Plugins
In reply to: [Calculated Fields Form] Number of boxes checked? (Checkboxes)Thanks!
Forum: Plugins
In reply to: [Jazzy Forms] Firefox issue with the lookIndeed, I just updated Firefox and now it looks good.
Forum: Plugins
In reply to: [Jazzy Forms] Firefox issue with the lookSame problem for me.
No solution?