Tell us what you are trying to do?
Hello, is it possible to make a repeatable group with an icon picker and text field and make it in the front end form?
I want my members to be able to add a "features" into their property where they can choose icon and add their own text as a repeatable group
also, how to add repeatable group inside their post type form in the front end?
(to make it so member only fill up one form instead of 2 separate form)
Is there any documentation that you are following?
no
Is there a similar example that we can see? hidden link
in the bottom of "facilities"
From what I see here, it is possible to achieve. I'm assuming here that the repeatable field group will have an image field for the icon and a text field for the text that they want to add correct?
In a case like this you will need to set a custom validation for the image field so that the dimensions are small or when displaying the icon image you will need to set a fixed size on the template that is being used.
but i dont understand it, does it mean i need to make the process a 2 step? (create the post , then add in the repeatable group through separate form?)
You can created a repeatable field group form on the frontend, however it won't function similar to how the repeatable fields function on the backend.
How it functions s like a child post form, where you have to submit the form for each individual entry.
but i dont understand it, does it mean i need to make the process a 2 step? (create the post , then add in the repeatable group through separate form?)