Three Input Go Menu?

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
Base12
 
 
Posts: 71
Joined: Tue Sep 17, 2024 10:12 pm

Three Input Go Menu?

Post 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...

Image

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!
User avatar
Pablo
 
Posts: 22489
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Three Input Go Menu?

Post 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
User avatar
BaconFries
 
 
Posts: 5648
Joined: Thu Aug 16, 2007 7:32 pm

Re: Three Input Go Menu?

Post 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
Base12
 
 
Posts: 71
Joined: Tue Sep 17, 2024 10:12 pm

Re: Three Input Go Menu?

Post by Base12 »

Sounds good. Thanks Pablo and BaconFries!
wwonderfull
 
 
Posts: 1440
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Three Input Go Menu?

Post 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
Base12
 
 
Posts: 71
Joined: Tue Sep 17, 2024 10:12 pm

Re: Three Input Go Menu?

Post by Base12 »

Dang wwonderful. That is totally epic! 8)

I am blown away by how powerful the 'Select' button is.

It is perfect for this.
wwonderfull
 
 
Posts: 1440
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Three Input Go Menu?

Post by wwonderfull »

If you need any servicing with full project, you can do an email as we already contacted :wink:
Base12
 
 
Posts: 71
Joined: Tue Sep 17, 2024 10:12 pm

Re: Three Input Go Menu?

Post 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 :wink:
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!'. :lol:
Post Reply