Hello,
I need help for two questions.
1 - Could I do a search engine where the second of the first choice, the third of the first and so on?
2 - I need to create custom post type of "Tire Models". A "Tire Model" can have many measurements (width, profile and rim).
I want the search engine to only paint models but if you enter the tire tab you can paint a table with all the measurements of that model.
I put an example mockup.
Thx
Hello,
Please elaborate the question with more details:
1) Where and how do you setup the "the second of the first choice, the third of the first and so on"?
2) How do you setup the "measurements" ((width, profile and rim))? Are they custom fields or custom taxonomies?
How do you setup the "tire tab"?
Views custom search form supports below kinds of filters:
1) Custom fields filters
2) Custom taxonomies filters
3) Post type relationship filters
Here is a document about:
Building Custom Searches for Any Content Type
https://toolset.com/documentation/user-guides/front-page-filters/
For your reference.
Okay, this is what I need, but I do not know how I can create a custom search for the grouped fields (A, P, L).
Yes, it is possible to create a custom search form for the repeating field group, the repeating field group is based on posts, each item of repeating field group is single post, so you can create a view:
1) Query posts of repeating field group
See screenshot Content-Selection.JPG
2) Setup the filters by custom field (A, P, L)
https://toolset.com/documentation/user-guides/filtering-views-by-custom-fields/
2) Display the related "tire" post information:
https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/
Please elaborate the question with more details:
1) Why can't you do it?
2) Do you see the option "Repeatable field groups" when you setup the view?
2) Is there any error message?