We currently have the following function that customers use:
- Users create a post via a form,
- The user enters an address in this same form + select category, after pressing the submit button, the post is placed.
- Visitors use the address + category search option with the result that the visitor sees this post.
We would like to expand this function:
- Users create a post via a form,
- The user enters an address in this same form + select category, after pressing the submit button, the post is placed.
- In the post modify form (which we already have) we want to add an option to add extra addresses,
The challenge is to show all entered addresses on 1 map in the post, and that the search function (search adress)
in combination with the category work.
Have you made something like that once? Is it possible to create this?
Hello. Thank you for contacting the Toolset support.
- In the post modify form (which we already have) we want to add an option to add extra addresses,
==> Well - what if you try to add the extra field to your custom field group "Extra Address" and set it to multiple instance field (as repeating field).
And with your edit form you already have, add this field - does that help?
Thank you for the reply.
Nice to have contact with you again!
I just don't know how to set it to multiple instance field (as repeating field), can you explain this to me or do you have an example for me? If this would work out that would be great.