zealzy
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] KvK integrationThank you for your responding,
But it is an api key. I don’t have an API URL. U know the KvK register?
https://www.kvk.nl/producten-bestellen/koppeling-handelsregister/kvk-api/
It is an database with al the company’s. I want to make the connection with it. I have read the 2 links you have sent me, but it is not the solution.
Forum: Plugins
In reply to: [Calculated Fields Form] Multiple fields in print functionI do understand, but what if i want to print multiple classes. I can’t use this code:
printForm(‘.for-printing,.for-printing1’); How do I do it
Forum: Plugins
In reply to: [Calculated Fields Form] Multiple fields in print functionSorry I asked the wrong question. I have named multiple fields the same classname, but when i do the print function he only picks 1. What code or what class names do i need to use?
Forum: Plugins
In reply to: [Calculated Fields Form] PDF or print or both?Thank you for responding!
Forum: Plugins
In reply to: [Calculated Fields Form] On-click button show fieldThank you for your fast responding!
Excellent service! Thank you very much 🙂Forum: Plugins
In reply to: [Calculated Fields Form] On-click button show fieldThank you for your fast respond, but now i have the problem, when I click on the button u named me, other fields pop on also. Fields i don’t want to pop up.
Is het also possible when I click on a button a field appear and a other disappears?
Thank you already answering this 2 questions!
Forum: Plugins
In reply to: [Calculated Fields Form] How do i make a story with field inputsThanks you so much! It works 🙂
Forum: Plugins
In reply to: [Calculated Fields Form] How do i make a story with field inputsThanks for your fast reply again!
Sorry but i can’t find it.For example. When i click on button (x) I want tot show class field .my-field & .my-field2.
jQuery(‘.my-field’ , ‘.my-field2’).toggleClass(‘hide-strong’);
This should be working, but it don’t.
Forum: Plugins
In reply to: [Calculated Fields Form] How do i make a story with field inputsI have one more question about the “Question 2”
Is it possible to show/hide multiple classes when click on 1 button?
With this code: jQuery(‘.my-field’).toggleClass(‘hide-strong’);Forum: Plugins
In reply to: [Calculated Fields Form] How do i make a story with field inputsThank you it works!