“Connecting” Forms in some way
-
Hi!
First of, nice plugin ??
I’m not sure which is the best way to solve this, if I should use jQuery externally from the entire plugin or if there is some smarter solution.
What I am trying to accomplish:
Basically I have 3 forms, which all contains the same variables a, b, c and d.
In form one I use a to calculate b, c, d.
In form two I use b to calculate a, c, d.
In form three I use d to calculate a, b, c.and so forth…
When I enter a in form one I would like the predefined values in form two and three to match the results of form one.
So when I put in Form 1: a = 1
I would like Form 2 & 3: a = 1, b = form1.b, c = form1.c etc etcSo all the predefined values in other forms would be determined by the latest calculation in the current form.
I hope my explanation isn’t too messy..
Cheers ??
- The topic ‘“Connecting” Forms in some way’ is closed to new replies.