pexel
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Update Problem.No way, I have hundreds of forms ??
Forum: Plugins
In reply to: [Calculated Fields Form] Date display areathank you
Forum: Plugins
In reply to: [Calculated Fields Form] Criterion ProblemEverything is correct, there is no error in the code, but
It works when I select fieldname26 A and fieldname27 X or Y.But when I make fieldname26 B and select fieldname27 X or Y
The criterion I gave does not work.- This reply was modified 9 months, 2 weeks ago by pexel.
Forum: Plugins
In reply to: [Calculated Fields Form] Ratio CalculationI really congratulate you ??
Forum: Plugins
In reply to: [Calculated Fields Form] Ratio CalculationThanks;
I added this to a calculated field but when I select fieldname47 A
fieldname49 is not readyonly, am I doing something wrong?
Thanks.Forum: Plugins
In reply to: [Calculated Fields Form] Ratio CalculationOk I solved it.. I will ask a different question.
fieldname47 my criteria field (dropdown) If A;
fieldname49 Move the A number cell to Read Only position.Is something like this possible?
Forum: Plugins
In reply to: [Calculated Fields Form] Ratio CalculationHello;
My formula is already like this;
If you load the form completely, you will understand what I mean in the fields.I think my if(fieldname36 == criteria is not working.
ThanksForum: Plugins
In reply to: [Calculated Fields Form] Print Screenthanks
- This reply was modified 10 months ago by pexel.
Forum: Plugins
In reply to: [Calculated Fields Form] Criterion Problemsthanks ??
Forum: Plugins
In reply to: [Calculated Fields Form] Height problemI have one last question, with your permission;
Can we add our Google analytics codes to the cpcff_main.inc.php file?
We share our form file with 3rd pages. However, if we add it on our own page, will we have problems because there are 2 analytics codes on the form page?Forum: Plugins
In reply to: [Calculated Fields Form] Height problemHello,
If we don’t change any settings right now, are the forms open to bots by default?Forum: Plugins
In reply to: [Calculated Fields Form] Height problemHello;
Today I noticed a new tag released in 2022. I would appreciate it if you could include this in your update. It is a meta tag developed for media publishers and widget sites.Label usage is as follows. cff-form=1 is not indexed on the current site.
But with iframe cff-form=1 is seen by google bots.<meta name=”googlebot” value=”noindex,indexifembedded” />
Source : https://developers.google.com/search/blog/2022/01/robots-meta-tag-indexifembedded
It is an update suggestion, if you add it we won’t have to change it every time. It is a suggestion that serves both you and us. It is a part that will not harm you but benefit us.Notes : <meta name=”robots” content=”noindex,follow” /> This file does not exist?
Forum: Plugins
In reply to: [Calculated Fields Form] Generating Random NumbersHello;
Thanks- This reply was modified 11 months, 1 week ago by pexel.
Forum: Plugins
In reply to: [Calculated Fields Form] Criterion Problemunderstood thanks.
Forum: Plugins
In reply to: [Calculated Fields Form] Criterion ProblemWhat exactly will the code be like? I couldn’t get it to work this way. We are at the final stage, I will be very grateful if you can help with this.
(function() { var kriter4 = ''; if (1 < fieldname38.length) { /* The code to evaluate if multiple choices were selected */ } else if (1 == fieldname38.length) { /* The code to evaluate if only one choice was selected */ } else { kriter4 = fieldname25 / 120; } else { kriter4 = 0; /* The code to evaluate if no choices are selected */ } jQuery('#calculation-kriter4').html(kriter4); jQuery('.kriter4-aciklama').html('Konut Rayi? : '); jQuery('.kriter4-sonuc').html(FORMAT(PREC(kriter4, 2), { groupingsymbol: ".", decimalsymbol: "," }) + ' TL'); return [kriter4]; })();