Tell us what you are trying to do?
I want to make a form with gravity forms and there i use a choice field.
in this should be the choice from a custom field entry.
What is it you need from us, I'm not sure I understand where you are stuck?
I would guess that the one issue you may have is that if you create a custom field in Types (e.g. "choices") then it is stored in wp_postmeta with a key that has a prefix of 'wpcf-', e.g. 'wpcf-choices'.
Any other code that refers to this custom field would need to use the prefixed key, rather than the Types slug.
i made a custom post type "wochenplan" (in english like weekly)
in this post type i want to set up 5 multiple-selectboxes (one for monday, one for tuesday and so on)
each of this i want to fill with the entries of another custom post types "speisen" (in english "menus")
the entry of this is a group of custom field "gerichte"(in english (meals) this custom post type i set 3 random lines.
this is the basic.
now i make weekly plan in the custom post type "wochenplan"
and final in the frontend i want to display 5 selectboxes in gravity forms.
so the visitor can choose from each selectbox the one what i declare.
in the its a post where visitor can order a weekly meal plan.
Hello. Thank you for contacting the Toolset support.
Based on your description you shared I understand that you created post type "wochenplan" and you created custom checkboxes field where you added five options (Mon-Fri) to this checkboxes field.
Now, you want to display that checkboxes field to gravity form?
or
You created checkboxes field using Gravity form and you want to copy the selected checkboxes value to the Checkboxes field you created using Types?
Its still not clear what you want to do using Toolset, can you please clarify.
The topic ‘[Closed] Toolset Custom Field in Gravity Forms Select Fields’ is closed to new replies.