cckarman
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] set lower limit of valueexcellent, thank you very much!
Forum: Plugins
In reply to: [Calculated Fields Form] get value from postππ
Forum: Plugins
In reply to: [Calculated Fields Form] get value from postMany thanks!
Is there an overview of all possible tags and how to use them?Best,
ChrisForum: Plugins
In reply to: [Calculated Fields Form] get value from postSorry for the confusion, this is the correct link:
http://www.nietzomaareentaart.nl/blauweboekje/2021/02/06/elementor-15/Forum: Plugins
In reply to: [Calculated Fields Form] get value from postSorry about that. The post that I am using the code in is the following:
http://www.nietzomaareentaart.nl/blauweboekje/2021/02/13/broeder/#more-292The code that I am using is:
jQuery(window).on(‘load’, function(){
var aantal_broden=2; //I also tried ‘2’
jQuery(‘.aantal-broden’).val(aantal_broden);
});Thanks,
ChrisForum: Plugins
In reply to: [Calculated Fields Form] get value from postOK, thanks, but the syntax is correct?
This was an example to share with you, in my own script I used underscore. It did not work, however….Forum: Plugins
In reply to: [Calculated Fields Form] Scripts stopped workingThanks, problem solved. I do not have this quote on my (iPad) keyboard, so will copy-paste in future.
Thanks again for your prompt replies!
Forum: Plugins
In reply to: [Calculated Fields Form] Scripts stopped workingThe script does no longer add new data to the form. It should replace some of the default values, e.g. the first field is by default β1β and the script should change it into β2β. It worked like a charm before, but no longer and I cannot see what I did wrong…
Forum: Plugins
In reply to: [Calculated Fields Form] Scripts stopped workingSorry, the form is in the first post:
http://www.nietzomaareentaart.nl/blauweboekje/2021/02/06/elementor-15/#more-15Forum: Plugins
In reply to: [Calculated Fields Form] hide fields in postMany thanks, works like a charm!
Forum: Plugins
In reply to: [Calculated Fields Form] hide fields in postThanks. Unfortunately, this seems not to work. I included the jQuery code between the <script> blocks, but it did not work. Do I need to change something in my settings so that it can work with jQuery in an HTML block?
Best, Chris
Forum: Plugins
In reply to: [Calculated Fields Form] hide fields in postMany thanks for your prompt reply! I will go and try the dependencies, need it anyway for some other options.
I have been trying to set the class name
hideto the field, it felt like the most straightforward option. I know that I can add it during design to the “Add CSS Layout Keywords”, but how would I do that from the script that I am using in my post?Thanks,
Chris