pexel
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Background color of the form cellActually in source trace this was changing the code even though the quotation mark (‘) was correct. We really couldn’t figure out why.
But we changed the code a bit by asking artificial intelligence. The code below works fine.
Thank you very much for THIS beautiful plugin and your beautiful support, patience and understanding.
my_counter=5,my_interval=setInterval(function(){jQuery(".counter").html("Text : " + my_counter + " saniye"),(my_counter-=1)<0&&(clearInterval(my_interval),jQuery(".counter").html(""),EVALEQUATIONS())},1e3);
Forum: Plugins
In reply to: [Calculated Fields Form] Background color of the form cellThankfully we fixed the problem. We are very, very tired of you. Thank you very much for your understanding with us.
Forum: Plugins
In reply to: [Calculated Fields Form] Background color of the form cellI am not using any cache.
But right now, we are looking at it with a very detailed expert friend.
The code is actually correct (‘) but it creates its own corrupted field..
We wrote it by hand, we wrote it in Notepad, when it comes to that part, it creates itself.We wrote your code manually from scratch in notepadd++ “‘” to the section on the screen auto transforms it into shape.
It looks like there is a different problem.
Forum: Plugins
In reply to: [Calculated Fields Form] Background color of the form cellmy_counter = 10; my_interval = setInterval(function(){ jQuery('.counter').html(my_counter); my_counter = my_counter - 1; if(my_counter<0){ clearInterval(my_interval); jQuery('.counter').html(''); EVALEQUATIONS(); } }, 1000);
There is no such quotation, even I am adding the code I use at the bottom as a code.
Yes it works for you. I do the exact same thing over and over.
JS library comes to mind? Could it be something related to this?
I would very much like to be able to run this. This is a very important case for our form.
Please don’t get us wrong and let’s solve our problem with common sense.
- This reply was modified 1 year, 7 months ago by pexel.
Forum: Plugins
In reply to: [Calculated Fields Form] Background color of the form cellHow can I help you to solve the problem sir?
Forum: Plugins
In reply to: [Calculated Fields Form] Background color of the form cellI’m doing exactly the same, it’s not working. ??
- This reply was modified 1 year, 7 months ago by pexel.
Forum: Plugins
In reply to: [Calculated Fields Form] Background color of the form cellYou are super, thank you very much.
Forum: Plugins
In reply to: [Calculated Fields Form] Background color of the form cellI changed it with the code you said. Still countdown not working?
Is it possible for you to test it with a sample if we are not a burden to you?
We did what you said one by one, we can shoot another video if you wish. We work locally.Forum: Plugins
In reply to: [Calculated Fields Form] Background color of the form cellA truly exciting prospect. If this happens, we will do a great job….
I shot a screen video for you.
- This reply was modified 1 year, 7 months ago by pexel.
Forum: Plugins
In reply to: [Calculated Fields Form] Background color of the form cellAs step 1, we created the HTML tag.
As the second step, we added the code you gave to the “onclick” part of the Calculate button.
But it didn’t work, is there something missing?
Thanks.A truly exciting prospect. If this happens, we will do a great job.
Forum: Plugins
In reply to: [Calculated Fields Form] Background color of the form cellI understood the first part, I couldn’t understand the second part, can you show me with an example? I added it to the event section, but it did not react.
Forum: Plugins
In reply to: [Calculated Fields Form] Background color of the form cellThanks, our problem is solved.
So is something like this possible?When the calculate button is pressed, “It will count down from 10 seconds without pressing the calculation result” will print the result at the end of the time.
In fact, the main logic of this is to extend the time of stay on the site..
I want to get an opinion from you