carnagelp
Forum Replies Created
-
It’s the same two forms that you see on the page.
The screenshots are taken from the field settings option of the respective selected fields that you can see there.You can even see the labels “Your BMR is” and “Carbs” which are seen in the forms on https://www.fitgirls4life.com/testing-calculators/
Ok so I added the code you gave for HTML content in the first form. Named the field in form 1 as “bmr” and the one in form 2 as “carbs”
Then I tried the following:
1) Left “set equation” empty in the field of form 2 thinking the html code would directly pass the value to this field – Didn’t work.2) Then set this equation (fieldname18*0.2)/4. fieldname18 is the id of BMR in the first form – Didn’t work.
3) Then tried (bmr*0.2)/4 since that’s the class name given to fieldname18 – Didn’t work either.
With each of the above, the field “Carbs” in form 2 turns out blank.
Not sure what I’m doing wrong here. This is the page where it’s being applied for your reference: https://www.fitgirls4life.com/testing-calculators/
So you mean put the following in Add CSS Layout Keywords:
hide class:field-a ?
OR
hide field-a ?I tried the former too but didn’t work
To give you an idea of exactly what I’m trying to do, please see this:
https://www.fitgirls4life.com/testing-calculators/Kindly fill in some dummy details for the first form and hit the Calculate button.
You’ll then see the calculated field titled “Your BMR is” show up with a value.
What I’m trying to do is to pass this value to the next form i.e “PCOS Macro Calculator” and assuming the first option selected in the drop down; either directly have the value ((BMRx0.2)/4) show up where it says “fieldname18” currently. Or have the calculation done in the field “Calculated value” which will be kept hidden and have that value passed on to where “fieldname18” is currently.
How do I do that?
I’m a little confused as to how to apply the custom class name. The calculated field I’m trying to assign it to, already has the attribute “hide” added under “Add CSS Layout Keywords”.
I tried various combinations such as
hide, class:field-a
hide; class:field-aEven tried #fbuilder .cff-calculated-field{display:none;class:field-a;} after looking at this page: https://cff.dwbooster.com/blog/2020/01/12/form-design#fields-class-names
None of these work to accomplish what I’m trying to. And only the first line allowed the field to stay hidden until calculate.
I’m sorry if this is very amateurish but I’m hoping you can guide me here
The thank you page option is listed under the pro features. Is there no way to do the needful using the base plugin?