Hey team. I’m currently working on a site re-build. This time Im using JetEngine for CPT and CF.
On the front I use Proforms to have users submit a new CPT in WP. But NOTHING gets submitted into WordPress. The post is created, but non of the field data is coming in.
Is this broken, or am I doing something damn wrong this time…
It should be pretty simple as JetEngine is coming up as source in Proforms.
As “Post Meta Name”, you are adding dynamic data tags like {your-data-tag}. But this control is just asking for the plain post meta name, for example “color”, not “{color}”, because “{color}” for example would be parsed to “blue”. And “blue” is not a correct Post Meta Name
So remove the brackets and add plain post meta names. The correct field should be recognized then You can find the post meta names of your custom fields in the JetEngine settings.
That was it Daniele! So thanks. The only thing I find tricky now is to also get my dropdown field choices, which are taxonomies, to connect to the same in WP.