Hello,
I am using the wp user frontend plugin from where I am allowing users to submit their company profiles which I am trying to save under custom post type “Companies”.
Because of which I am required to use more than just post title and post content and collecting various data in the form of custom fields. However, there is a multi-select field in the wp user frontend form which Is returning values in the form of [“Service 1”, “Service 2”, “Service 3”]..
Initially, I was using text field as a custom field type but I was finding it difficult to display the values in the post.
Please suggest to me what would be a compatible field type for collecting multiple values like select, checkbox, etc with both the plugins and display the value to the user on the post.
Thank you