Title: multi step selecting
Last modified: July 7, 2023

---

# multi step selecting

 *  [alitaran](https://wordpress.org/support/users/alitaran/)
 * (@alitaran)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/multi-step-selecting/)
 * how can i make a multi step selection like this page on wordpress?
    -  This topic was modified 2 years, 11 months ago by [James Huff](https://wordpress.org/support/users/macmanx/).
      Reason: link moved to proper field
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmulti-step-selecting%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/multi-step-selecting/#post-16880117)
 * You could build a custom template to handle this process. Name the template according
   to [template hierarchy](https://developer.wordpress.org/themes/basics/template-hierarchy/)
   to have it be used only for which ever WP page you want this to appear on.
 * The code structure could be along the lines of (pseudo-code):
 *     ```
       if (all 4 URL query vars exist) then
           display search results
       else if (first 3 query vars exist) then
           display 4th step
       else if //repeat similar for all steps
           ...
       else // no query vars exist
           display initial page
       ```
   
 * If your theme is subject to periodic updates, you should keep your custom template
   in a [child theme](https://developer.wordpress.org/themes/advanced-topics/child-themes/).
 *  Thread Starter [alitaran](https://wordpress.org/support/users/alitaran/)
 * (@alitaran)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/multi-step-selecting/#post-16880381)
 * i’m not professional in coding is there any code or plugin? there is no data 
   and all variations will be put manually in this selection form
 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/multi-step-selecting/#post-16881517)
 * Sorry, I don’t have anything along those lines I can offer. You should try searching
   for plugins. I had a brief go at it without much success. Your search skill could
   be better than mine. You’re more motivated at least. The closest I could find
   were code examples for cascading dropdown selection. These achieve the same end,
   but are implemented quite differently than what I had suggested or the UI example
   you linked to.
 * If no one else comes along offering code and you cannot find a suitable plugin,
   you could hire a professional to help you. A couple resources are [https://jobs.wordpress.net/](https://jobs.wordpress.net/)
   or [https://jetpack.pro/](https://jetpack.pro/). Be aware that offering or soliciting
   paid help in these forums is against our guidelines.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘multi step selecting’ is closed to new replies.

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 3 replies
 * 2 participants
 * Last reply from: [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/multi-step-selecting/#post-16881517)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
