Hey @calmcrow
Thank you for reaching about this. To confirm, do you require a field where every custom post or pages name appears for the user to select in the form?
Yes, ideally I’d like to have a field with a search bar where users can search for pages or custom post types to submit in a form.
Hey @calmcrow
Thank you for confirming this. Currently, there is not built-in way to do this. Having said this there are two ways i can think of how this can be done:
- Use custom code to load all the custom post, post and pages titles into a dropdown field.
- Export all the custom post titles into a CSV and import those values into a dropdown field.
Thanks for the confirming @jonathanenlared.
Regarding the custom code in a drop-down field, where would could I start looking for information on how to do this?
Appreciate your help so far.