Hello,

I have some fields with numbers in them, ie {{!!field1}}=6 and 
{{!!field2}}=9, 

Using <$calc>, I can add the artihmetic content of those two fields :  
{{!!field3}}=<$calc>{{!!field1}} + {{!!field2}}</$calc>, which gives  me 
{{!!field3}}=15,

Now I want to extract the arithmetical value of {{!!field3}}, ie 15 and not 
$calc>{{!!field1}} + {{!!field2}}</$calc>, when I use in a form withing my 
wiki (formspree in my case to send back email for quizzes results).

I tried to define a variable "result" to do that, but I am unable to inject 
15 in it. Neither $(result)$,  nor $<<field3>>$ nor some others gives 15 
thru formspree but $calc>{{!!field1}} + {{!!field2}}</$calc>.

What am I missing to obtain the final math value of my field?

Thanx for your help,

JCG

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ecbbedd5-bf2d-42c9-b879-d0d266c3f3a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to