Is this possible with Fluent Forms?
Hello. On my website, I have enabled users to submit posts. I want to create a help page with a form for sending messages for help/problems/suggestions. I want the form to have a drop-down field that shows the posts added by the respective user so that they can specify which post their message is related to. Is there a way to do this with Fluent Forms?
Yes. You need to create a custom function that sets the options for that dropdown based on the logged-in user.
AndrΓ© Daus, Is there any documentation on how I can do this? :)
Rumen GeorgieffΒ sure, see here: https://fluentforms.com/docs/fluenform_rendering_field_data_select/
You will need a logic that graps the posts from the currently logged in user and prefill the select field with those posts.
Hmm, have you looked into the FluentSupport plugin? The free version should be sufficient.