Page 1 of 1
Three Input Go Menu?
Posted: Mon Oct 07, 2024 4:24 pm
by Base12
I am wanting a Go Menu with three inputs like the one seen on this website...
https://www.kingjamesbibleonline.org
Something like this...
I like the Go Menu in WYSIWYG, however I am not sure how to make a three input version.
How would I accomplish this?
I can also buy an extension if you know of one.
Thanks!
Re: Three Input Go Menu?
Posted: Mon Oct 07, 2024 4:50 pm
by Pablo
This is a very specific requirement so there is no standard solution for this.
But you can used 'conditions' to implement the cascade drop-downs. Then you only have to implement a script for the button/link functionality.
https://www.wysiwygwebbuilder.com/suppo ... pdown.html
Re: Three Input Go Menu?
Posted: Mon Oct 07, 2024 4:57 pm
by BaconFries
What you have shown is better known as "Chained Select" At onetime there were two extensions but are no longer available. As Pablos reply this is very specific but can be achieved using "conditions" see the following.
https://www.wysiwygwebbuilder.com/conditions.html
Re: Three Input Go Menu?
Posted: Mon Oct 07, 2024 4:57 pm
by Base12
Sounds good. Thanks Pablo and BaconFries!
Re: Three Input Go Menu?
Posted: Tue Oct 08, 2024 4:09 am
by wwonderfull
Nothing is impossible with wwb along with custom codes if you try harder. The mastery is on how the site is structured and the script gets written based on the html elements.
Here is an experimentation I did which used only a line of JavaScript and the rest of the style and html were from WYSIWYG web builder itself even the background highlight animation.
So, by default we have psalms and could add other ones if wanted. Then we go to chapter 2 then select verse 7 and submit and see from 7 to 11 I gave background colors different just for the show. It is also mobile responsive check on phone too.
HERE IS THE EXPERIMENT
Re: Three Input Go Menu?
Posted: Tue Oct 08, 2024 4:46 am
by Base12
Dang wwonderful. That is totally epic!
I am blown away by how powerful the 'Select' button is.
It is perfect for this.
Re: Three Input Go Menu?
Posted: Tue Oct 08, 2024 4:52 am
by wwonderfull
If you need any servicing with full project, you can do an email as we already contacted

Re: Three Input Go Menu?
Posted: Tue Oct 08, 2024 8:03 am
by Base12
wwonderfull wrote: ↑Tue Oct 08, 2024 4:52 am
If you need any servicing with full project, you can do an email as we already contacted
Right on wwonderfull. I appreciate it.
I was able to make some good progress...
https://www.mostholyplace.org/bci.html
You may have to hit CTRL+F5 to update the cache.
I am going to see if I can get away without using the 'go' or 'submit' button.
I think by selecting the verse, I can trigger the necessary JavaScript from there.
Right now, I have a message pop up saying, 'Coming Soon!'.
