fibbu
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Time Difference calculatorthanks
Forum: Plugins
In reply to: [Calculated Fields Form] Time Difference calculatorThe correctly working form is here:
🔗 https://onlinealarmkur.com/hours/And the one we built is this:
🔗 http://www.sgkhizmetbilgisi.com/test?cff-form=6Forum: Plugins
In reply to: [Calculated Fields Form] Time Difference calculatorI added the last code you provided.
I selected “Kriter A” (Criterion A) in Fieldname1, set the start time to 14:00 and the end time to 08:00, but the result shows 6 hours.
It should actually be 18 hours, since the end time is on the next day.Also, it seems like Criterion B is not working at all — no result is shown.
Could you please help me fix this?
Forum: Plugins
In reply to: [Calculated Fields Form] Time Difference calculatorThank you, it worked — there’s just one missing part.
For example, if the user selects Criterion 1 and enters:
- Start Time: 14:00
- End Time: 08:00
Since the end time is on the next day, the actual time difference is 18 hours, not 6 hours.
How can I structure the logic to handle this correctly — so it automatically assumes the next day if the end time is earlier than the start time?
Thank you!
Forum: Plugins
In reply to: [Calculated Fields Form] Countdown TimerNow I found the remaining time. e.g. programming result. 1 day 3 hours 4 minutes 6 sec.
If I describe this as a counter, you can explain it with an example and code. Let our result field be fieldname5. Thank you very much, the plugin is being added.
Forum: Plugins
In reply to: [Calculated Fields Form] Suggestion RequestThank you. That’s why this plugin is improving. You answer every question and take every suggestion into consideration.
Forum: Plugins
In reply to: [Calculated Fields Form] Suggestion RequestI made a general observation that IFRAME technology is becoming somewhat outdated. (Please don’t misunderstand me.) Instead, it would be great if users could customize aspects such as the background color and button color directly in the “shared code,” and also receive the code as a JS snippet. This would be a more elegant solution.
Thank you.
Forum: Plugins
In reply to: [Calculated Fields Form] Appearance SettingsThis is very good news. I was going to size my forms one by one. Since you saved us from a really big effort, it will be available soon. Thank you very much.
- This reply was modified 2 years, 1 month ago by fibbu.
Forum: Plugins
In reply to: [Calculated Fields Form] Appearance SettingsI wonder when it will come into effect, let’s wait accordingly? Also will there be a fee?
Forum: Plugins
In reply to: [Calculated Fields Form] Appearance SettingsVersion : 5.2.2
Forum: Plugins
In reply to: [Calculated Fields Form] Date EquationTHANK YOU VERY MUCH FOR YOUR SUPPORT.
Forum: Plugins
In reply to: [Calculated Fields Form] Criteria Problemthank you
Forum: Plugins
In reply to: [Calculated Fields Form] Criteria ProblemSorry, I was going to write the criterion 4 value, I wrote it wrong.
If the criterion 4 value is not a numeric value, write the text ‘NULL’.Forum: Plugins
In reply to: [Calculated Fields Form] Form encryptionHello;
I made my request via the address you directed.Forum: Plugins
In reply to: [Calculated Fields Form] Form encryptionI don’t want to hide the codes (html). I just want to make it difficult to understand the equations in the javascript file.
Example: fieldname1+fieldname2
This is the code that appears in my panel.
What I want to show to the user;
xhfhyn+hkmggjm
Here I want to change the fieldnames on the user side.
My goal is to make it difficult to view formulas on the user side.
I hope I could explain.