How can I achieve this function in wordpress?

SunnyL

Registered Member
Joined
Sep 22, 2013
Messages
76
Reaction score
16
Hello, I find a site today, and I want to know how to achieve the function on this page with WordPress: giftideaspace dot c0m/gift-finder.
From what I found, it uses the multistep form with some filters.

Does anyone know this? Thanks.
 
Hello, I find a site today, and I want to know how to achieve the function on this page with WordPress: giftideaspace dot c0m/gift-finder.
From what I found, it uses the multistep form with some filters.

Does anyone know this? Thanks.
yes it is possible
 
From what I found, it uses the multistep form with some filters.
well, you just answered your own question.

I can see that he's using Wordpress, so Multistep Form is probably a plugin, just install it and play with it until you get the desired result :)

And if you can't find this plugin in the WP repository then maybe it's a plugin offered by the theme provider (Colorlib) although I can't see any plugins on their website
 
Check where the form submit actio is sent. The URL probably holds some hints. Also source code element ids and paths will usually give you a good clue which plugin it is.
 
Back
Top