Three forms & using fields dynamically on same page
-
I have three forms on one page. Each form uses different fieldnames. Is it possible to reference these other fieldnames on the same page to populate the calculated field there?
I need to input the “Suggested Retail Price” fieldname8 from the first calculator (class=”artcraftcalc”) dynamically into the second calculator (class=”feecalc”) in the first field fieldname34.
Then, I am trying to dynamically include the “Cost Per Product” (fieldname1) from the first calculator (class=”artcraftcalc”) into the third calculator (class=”profitcalc”).
I have tried to add the fieldnames into calculated fields, like so: PREC(fieldname8,2)
Is it possible that you can help with this or provide really good guidance on how to accomplish this?
Thank you in advance for your assistance!
The page I need help with: [log in to see the link]
- The topic ‘Three forms & using fields dynamically on same page’ is closed to new replies.