superseb75
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Passing month to quarterThank you very much!
Forum: Plugins
In reply to: [Calculated Fields Form] Passing month to quarterHello,
Thank you for your answer, I will definitly next time pass through https://cff.dwbooster.com/customization.
Can I just request to finish help there, your suggesting don’t work, it show blank
:(function(){ var o = DATEDIFF(DATETIMESUM(fieldname2, 'dd/mm/yyyy', 62, 'y'),TODAY(), 'dd/mm/yyyy', 'm'); return 'You need '+o['months']+' month and 'o['months']/3' quarter'; })()Tried ‘+o[‘months’]/3′ and ‘o[‘months’]+/3′ same result
Thank you for your help.
Forum: Plugins
In reply to: [Calculated Fields Form] Customization of SliderHello @codepeople
I never mentioned two fields in my initial description :).
I just need a way to allow an user to use slider and type a value which isn’t present in the range specified on Slider function, so allow him to edit the value. (or if the slider don’t work on his device).
Appareance exemple:
How much do I want to invest per month?
SLIDER, [range min 0 / max 10000 / step 1000]Case 1:
User want to choose value 6001, allow him to enter manually this value or any value that’s Step don’t allow here (by 1000). I know I can adjust step, but I really need to offer possibility for user to input a value.Case 2:
User can’t slide in the form because his mobile/tablet or browser don’t allow him, then he enter the value manually.Do you see?
Thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Customization of SliderHello @codepeople
Yes but it will show 2 fields, which isn’t user friendly.
Imagine a form ask how much you earn per month, the form offer you a slider (with 0 or the default value) and a empty fields with a 0 as well.
It will definitly mix user I get you see?Thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Define and calculate ageYou are the best !
Forum: Plugins
In reply to: [Calculated Fields Form] Define and calculate ageHello @codepeople
Thanks again for your support
What I’m trying to do it’s to calculte this date diff in order to apply a rate on sum in monthly in this difference.
So your first formula is very cool, I just need to get a result in month
By changing your initial ‘y’ to ‘m’ I assume it must give full remain but it won’t(function(){ var o = DATEDIFF(DATETIMESUM(fieldname1, 'dd/mm/yyyy', 62, 'm'),TODAY(), 'dd/mm/yyyy', 'm'); return 'You need '+o['months']+' month(s)'; })()Where Im wrong?
I need that “month” value to be set as a fieldname and use it to another calculate field and apply a rate, I assume :
return 'xxx'
without text will work’s out and set value to this field to calculate it elswhere?Thanks again
Forum: Plugins
In reply to: [Calculated Fields Form] Define and calculate ageHello @codepeople
Wonderfull it’s working !
Do you know how it’s possible to extract [‘years’] and [‘month’] and calculate total month on that and x a value? In another field?Thanks again for support
Forum: Plugins
In reply to: [Calculated Fields Form] Migrate Free version to DevelopperHello @codepeople
Are you sure :
2. Go to the plugins section in your WordPress, deactivate the free version of the plugin, and then, click on the corresponding “Delete” link.By clicking “Delete” it would definitly delete past work no? Again I can’t delete past work, I’ve spent so much time.
At least is there a way to save past work somewhere?
Thank you
Forum: Plugins
In reply to: [Calculated Fields Form] How to import value from another formThank you for your help
Forum: Plugins
In reply to: [Calculated Fields Form] How to import value from another formHello @codepeople
Sorry to have put this topic unresolved, I have few questions:
– Assign an unique class name to the fields in the forms 7, 8 and 9, like: field-a, field-b, and field-c respectively.
How do you do that?– Insert in the form 10 three hidden fields (I’ll call them: fieldname1, fieldname2, fieldname3), each of them with an unique class name, for example: field-hidden-a, field-hidden-b and field-hidden-c
Same question here, how assign an unique classe name?I should be able to do the rest
Thank you for your support
Forum: Plugins
In reply to: [Calculated Fields Form] How to import value from another formThank you for your fast answer, yes they will be on same page.
I’ll try your trick and let you know.Thanks again, highly appreciated
ps: How do you assign an unique class name to the fields in the forms 7, 8 and 9, like: field-a, field-b, and field-c respectively?
I don’t get this part- This reply was modified 7 years, 4 months ago by superseb75.