Hi there,
Currently, the post selection field only allow the option to select a single post and multi selection is not available. I have added this as a feature request.
Regarding the “is there a way to add the post/cpt selection into a pre defined data set”, would you mind providing some more context as I am not fully clear about the query?
Thank you
Hi Amimul, yes I can give more context
For drop-down fields you can add individual options but there is also the Bulk Edit/predefined data set button, within that button there is are selections bubbles you can choose like a list of countries or other lists with set replies etc – a quick way to add a list into a drop down
but is there a way to add a custom list into the pre defined datasets options – for example in my website I have about 50-60 sports teams so adding them manually multiple times to a drop-down list for separate forms would be very time consuming, is it possible to add the list of teams to the WordPress database to have them appear in the Bulk Edit/pre defined data set window ?
Thanks
Adam
Hi there,
You can use the filter hook: https://fluentforms.com/docs/fluenform_rendering_field_data_select/ to pre-populate custom data on the dropdown field. Inside the function, you can run your custom query to fetch the data and the returned data will be shown on the dropdown field.
Thank you