Tell us what you are trying to do?
I've create a list of audits and I need to select one or more audits (CPT) and then include the title of each one in a contact form. I only be capable of doing it one by one at a time and I would like to know if it's possible to select multiple audits and include them (the post title) in a contact form.
Is there any documentation that you are following? I didn't found any documentation about this particular case.
Is there a similar example that we can see? You can see and example here: hidden link
Hello. Thank you for contacting the Toolset support.
What exactly the value you want to store when you select multiple audits - do you want to store post IDs or post title?
Do you have any post relationship created between audits and contact post type using Toolset?
Is the contact form created using Toolset - if yes: how exactly you want to store the multiple audit Ids? if you can share problem URL where you added your contact form and tell me the whole flow and how exactly you want to save the information in the backend for the multiple selected audits I will first review that information and will get back to you.
The value I want to store or rather capture in the form is the post title or multiple post titles.
I haven't created any post relationship. I have insert a contact form in the CPT page template.
The contact form is created using Contact Form 7 plugin with Contact Form 7 - Dynamic Text extension that captures the post title.
Workflow
1. User consult a list of audits hidden link
2. User selects the audit that whants to request. Then press the button SOLICITAR (request)
3. hidden link User fills the form and submits it.
4. The company manager recibes the request email with a list of audits that user is interested in.
If there's a better option to configure this workflow please tell me, this is my first time using toolset and I'm learning how to use it propertly.
However - Even Toolset do not have such feature that you can select multiple posts and submit them in one go and redirect them to another page. However - Toolset is scalable but it will require to use some custom hooks and custom code to achieve what you are looking for.
Where if you want to build such feature using Toolset, you will require to create post edit form as motioned with the above link and you can use the view to display your post where you will offer the selection of the post as checkbox per post and user will select the desired post and submit the form and it will be redirect you on the page where you will have the contact form.