akarinotodden
Forum Replies Created
-
Forum: Plugins
In reply to: [LiveChat - WP live chat plugin for WordPress] No bubble showingHello,
this page is live now on the main domain woodify.no, but it still doesnt work even after reactivating.
Forum: Plugins
In reply to: [Calculated Fields Form] Slider bar with valuesHello again,
Of COURSE. My bad, I should’ve tried that but the other function worked the other way!
Now it is working! Thank you tons for your patience!
Forum: Plugins
In reply to: [Calculated Fields Form] Slider bar with valuesHello again.
Still does the same.
https://utleiepartner.no/?cff-form=1
This is my setup now:
fieldname10 is a slider with min 1 and max 12 and step 1
one calculated field with
IF(6<fieldname10,MAX(fieldname10-6,0)*0.5+6, fieldname10)
and one calculated field with my final equation:
PREC(
(fieldname7) * (fieldname10/5) * (fieldname9) * (fieldname11), 0)But fieldname10 returns the exact same for every step, from 1-12.
What am I missing?
Forum: Plugins
In reply to: [Calculated Fields Form] Slider bar with valuesHello again,
I didn’t use both but I thought I could just place one of the functions into a hidden calculated field and it would convert the value of fieldname10 in my final equation(which of course is also a calculated field)
Can you give an example of where to place the function so it shows up in my final equation? I tried all three, both in its own calculated field and my final equation. Can’t make it convert the 7-12 values no matter where I place it.
Thanks again and sorry for my ignorance! I am all new to this plugin.
Forum: Plugins
In reply to: [Calculated Fields Form] Slider bar with valuesHello again,
Thanks for incredible efforts to help me!
Now its just up to me – but I don’t understand where the functions should be added?
The MAX() math is not correct eighter – it should gradually increase from 1-6 before increasing in increments of 0.5 instead of 1 from 7-12. Now it seems to keep the number even up to 6 and then multiply after that.
Can you point me in the right direction here please. I am sure your functions work, but putting them in the calculated field I used for getField(10).set_step(fieldname11); from your first answer did nothing!
Thanks again!
Forum: Plugins
In reply to: [Calculated Fields Form] Slider bar with valuesActually, I am a little unsure now.
My values are as above, and now it shows 1-12 in the hours setup.
Will it use the values in the final equation instead of the visual number, i.e. 9 instead of 12?
Still though, I cannot hide the field I am fetching the value from. Any way to do this?
Thanks!
Forum: Plugins
In reply to: [Calculated Fields Form] Slider bar with valuesHello,
Thank you for the reply, but this doesn’t quite do what I want.. This function replaces the steps with the value also for the user, visually.
Also I cannot hide the field I am fetching the value from (dropdown), there is no checkbox for hiding field from public page. This is my form now: https://utleiepartner.no/?cff-form=1
Look at this:
https://www.satelliteindustries.com/calculator/#The steps are 1-10 hours visually, but the value is lower when you pass 6 hours. So in example the values of each hour are:
1 = 1
2 = 2
3 = 3
4 = 4
5 = 5
6 = 6
7 = 6.5
8 = 7
9 = 7.5
10 = 8
11 = 8.5
12 = 9etc..
Can I achieve this using the slider?
Thanks a lot!