mira404
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] CFF column and rowYes, now working perfectly may be caching issues. Can I change the form field background color?
Forum: Plugins
In reply to: [Calculated Fields Form] CFF column and rowYes, I want to apply the last structure, but I have already followed your guide.
I didn’t put any CSS https://prnt.sc/LGtIc-ZgjxMG
Forum: Plugins
In reply to: [Calculated Fields Form] CFF column and rowI follow your all instruction but still not working, can you please check?
ss 1:https://prnt.sc/URwSksEBe22u
ss 2: https://prnt.sc/ZDg0HVupP2LZ
ss 3: https://prnt.sc/6eqxsSh-m5tdForum: Plugins
In reply to: [Calculated Fields Form] CFF column and rowYes, I want one column on mobiles but serial-wise.
First show the Score column (score 1 to score 5 columns) then show Course Rating (Course Rating 1 to Course Rating 5 columns) and lastly show the Course Slope (Course Slope 1 to Course Slope 5) column.
1st column is Score 1 | 2nd column is Course Rating 1 | 3rd column is Course Slope 1.
The mobile device shows the same format but I want mobile device to show:
score 1
score 2
score 3
score 4
score 5 thenCourse Rating 1
Course Rating 2
Course Rating 3
Course Rating 4
Course Rating 5 and thenCourse Slope 1
Course Slope 2
Course Slope 3
Course Slope 4
Course Slope 5Forum: Plugins
In reply to: [Calculated Fields Form] CFF column and rowI already put this CSS and delete it. Because it shows 3 columns on mobile I want to show a single column.
why not check this: https://prnt.sc/yzFJYa_lk_EU
The same link you found this form.
Forum: Plugins
In reply to: [Calculated Fields Form] CFF column and rowBro, I try both but not working. What I’m looking for?
#fbuilder .fields.column3{float:left !important;width:33.3% !important;clear:none !important;}
col-lg-1 col-md-3 col-xs-12
I want the mobile version looks like this: https://prnt.sc/cRYkgHPNv_8F (Single column)
on the mobile:
Score 1 to Score 5,
Course Rating 1 to Course Rating 5 and
Course Slope 1 to Course Slope 5Forum: Plugins
In reply to: [Calculated Fields Form] Speed CalculationI have already solve it! Thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Speed CalculationCheck:
(function(){ if(OR(fieldname10<30, 380<fieldname10)) return 'undefined'; if(fieldname10>175) return 'X'; if(fieldname10>155) return 'S'; if(fieldname10>130) return 'R'; if(fieldname10>100) return 'A / M'; return 'L'; })()
- This reply was modified 2 years, 10 months ago by mira404.
Forum: Plugins
In reply to: [Calculated Fields Form] Speed CalculationOk but it’s not working.
So, If you enter 118 to 120 then the output is L or A but it shows L not only this one also has some more.
Distance range: 30 to 117 = L
Distance range: 118 to 120 = L or A
Distance range: 121 to 131 = A
Distance range: 132 to 135 = A or R
Distance range: 136 to 157 = R
Distance range: 158 to 161 = R or S
Distance range: 162 to 175 = S
Distance range: 176 to 179 = S or X
Distance range: =>180 = XEnter the value & check the output.
Check yourself: https://weekendgolf.co/calculator/golf-shaft-flex-calculator/
Forum: Plugins
In reply to: [Calculated Fields Form] Speed CalculationIn this calculation, I don’t need any equation I just need to enter the input value (example: 132) and output to show the letter (Example: A or R)
Distance range: 30 to 117 = L
Distance range: 118 to 120 = L or A
Distance range: 121 to 131 = A
Distance range: 132 to 135 = A or R
Distance range: 136 to 157 = R
Distance range: 158 to 161 = R or S
Distance range: 162 to 175 = S
Distance range: 176 to 179 = S or X
Distance range: =>180 = XAnd
Min value 30 and Max value 380, I anyone provides <30 to >380 then show ‘Undefined’
Forum: Plugins
In reply to: [Calculated Fields Form] Speed Calculationok next time I will contct through your website. I try but this function not working for below distance range:
Distance range: 30 to 117 = L
Distance range: 118 to 120 = L or A
Distance range: 121 to 131 = A
Distance range: 132 to 135 = A or R
Distance range: 136 to 157 = R
Distance range: 158 to 161 = R or S
Distance range: 162 to 175 = S
Distance range: 176 to 179 = S or X
Distance range: =>180 = XMinimum value 30 and Maximum value 380, I anyone provides <30 to >380 then show ‘Undefined’
Forum: Plugins
In reply to: [Calculated Fields Form] Speed CalculationCan you give me the full condition?
Forum: Plugins
In reply to: [Calculated Fields Form] Speed CalculationWhat happened if I use:
Distance range: 30 to 117 = L
Distance range: 118 to 120 = L or A
Distance range: 121 to 131 = A
Distance range: 132 to 135 = A or R
Distance range: 136 to 157 = R
Distance range: 158 to 161 = R or S
Distance range: 162 to 175 = S
Distance range: 176 to 179 = S or X
Distance range: =>180 = XMinimum value 30 and Maximum value 380, I anyone provide <30 to >380 then show ‘Undefined’;
Forum: Plugins
In reply to: [Calculated Fields Form] Speed Calculationoh ok, sorry for that! ok but just solve this.
If the input value < 100 then the output shows: L
Distance: <100 Result will be: L
Distance: >100 Result will be: A / M
Distance: >130 Result will be: R
Distance: >155 Result will be: S
Distance: >175 Result will be: XSorry again!
Forum: Plugins
In reply to: [Calculated Fields Form] Find minimum valueok, I have another website and on that website I use Fluent Forms. At this moment not possible to shift to CFF.
It gave me five different answers for 5 different calculations. Like this: https://weekendgolf.co/calculator/golf-handicap-index/ (second calculator)
But I need to find out the lowest value for this calculation, so how to find out the lowest value?
I contact their support but they told me
Unfortunately, this is not possible using Fluent Forms. But you can do that using custom JS codes in fluent forms. Here is the sample code link that you can use as per your requirements.
https://stackoverflow.com/questions/8934877/obtain-smallest-value-from-array-in-javascript.I don’t have any js knowledge.