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!
Three Input Go Menu?
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Three Input Go Menu?
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
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
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Three Input Go Menu?
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
https://www.wysiwygwebbuilder.com/conditions.html
Re: Three Input Go Menu?
Sounds good. Thanks Pablo and BaconFries!
-
-
- Posts: 1440
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Three Input Go Menu?
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
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?
Dang wwonderful. That is totally epic!
I am blown away by how powerful the 'Select' button is.
It is perfect for this.
I am blown away by how powerful the 'Select' button is.
It is perfect for this.
-
-
- Posts: 1440
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Three Input Go Menu?
If you need any servicing with full project, you can do an email as we already contacted
Re: Three Input Go Menu?
Right on wwonderfull. I appreciate it.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
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!'.