mgmtcircle
Forum Replies Created
-
Forum: Plugins
In reply to: [Object Sync for Salesforce] My Custom Fields don’t show upWow, the “Clear the Cache” function did the job. I did not find it at first as I was not aware it is there. The Link is so tiny.
This helped! Thanks a lot for the quick support.Best reagrds
OliverForum: Plugins
In reply to: [Object Sync for Salesforce] My Custom Fields don’t show upHi Jonathan,
I have added the fields via the WordPress standard method: in the back end I created a new custom field called internalid and added a value.
I did not use a plugin for that.
It is a custom post type I created wit CPT PlugIn.
Each post of this type has this custom field created and a value added. So not a single posz exists where this custom field is empty.In your plugin my custom post type is selectable in the drop down but the custom field “internalid” ist not displayed when I try to setup a fieldmapping.
I can get the values of my custom field via get_post_meta().
Best regards
OliverHi Josh,
something strange is going on. I cannot access the data object, because for some reason, it is populized like this:
Object { amp;cf_id: “70”, amp;total: “1190.00”, amp;veranstaltung: “Schwierige Prüfgespräche souverän m…”, amp;termin: “07.12 – 08.12.2016”, amp;event_id: “12H5239” }why ist there an “amp;” before every name?
Forum: Plugins
In reply to: Caldera Forms: Where to put the code of Javascript callback function?Hello,
you can put your javascript funktion into an .js-File and place it in your themes JS-folder.
You can then enque this script via the wordpress function called wp_enqueue_script().
Wordpress will load it and make it available to use with the callback feature of CF.Ok, found out the reason by myself:
we used the PlugIn https://de.ww.wp.xz.cn/plugins/autoptimize/ to minify javascript.
When I turn off this option, it works fine.