using my own js files
-
Hello,
According to the documentation I can use my own js files. According to the documentation should be placed in /wp-content/plugins/calculated-fields-form/js/fields-public/
There are however 2 problems:
1. it does not work
2. when the plugin is upgraded the file I placed there is goneFor 1: I just made a testfile named test.js with following content:
function half(number) {
return number / 2;
}And in the calculated field: ( function () {
return half(100);
} ) ()But there is no result shown.
and for 2: it should not be deleted if upgrading the add-on.
Please advise?
Thank you, Wilfried
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘using my own js files’ is closed to new replies.