Page 1 of 1
Conditions
Posted: Mon May 02, 2022 3:57 am
by GPK5050
Hi...
Reaching out again for some guidance.
I have a form with multiple fields. The two fields involved in this question are combo boxes with the first having a list of countries and the second having a list of states and provinces. What I would like to happen is when someone chooses either USA or Canada in the country list, the combo box with the states and provinces appears. And when the user chooses any other county option, the combo box with the states and provinces disappears.
I have tried many combinations of "equal to" or 'equal to (choice)" to show the states combo box and then "not equal to" or "no equal to (choice)" to hide the states combo box, but no combination seems to get it to work.
Any suggestions as to which values I should use to make this idea work?
Thank you!
Greg
Re: Conditions
Posted: Mon May 02, 2022 6:24 am
by Pablo
Re: Conditions
Posted: Mon May 02, 2022 7:40 am
by wwonderfull
If you can share a demo project or a screen shot based on what you want I may be able to help you out. I am good with forms.
Re: Conditions
Posted: Mon May 02, 2022 9:43 am
by BaconFries
The logic behind this doesn't make sense. If you only want the second combobox to appear when either usa or canada is selected from the first then clicking on any other country will do nothing. Generally in a form the user moves forward in the selection of inputs if they use the tab function not back. I can also see why you would need what you are asking but only if the user makes a wrong selection originally.
I take it that you would only want the second combobox to only display the state/city/provinces depending on there selection of usa or canada otherwise the selection will be mixed of each and a bit tedious to have to scroll through to find the required. In this instance it would probably be best to populate the second combobox from a database so that only the the states/city/provinces is displayed on selection. Just my two pennies/cents on this and no offence is intended on what you asked.
Re: Conditions
Posted: Mon May 02, 2022 3:01 pm
by GPK5050
Hi..
Here the link to the test page:
http://www.carpenters55th.fun/registration4.php
I still have not been able to find the right combination of commands to get it to work like I would like it to... to have the "State/Province" box to appear when USA or Canada has been selected in the "Country" box and then disappear when any other country has been selected.
Thanks!
Greg
Re: Conditions
Posted: Tue May 03, 2022 9:59 am
by WWBman
Hi GPK5050,
I thought I'd have a go at your issue using Pablo's example.
If you haven't solved it yet you can download my project which I think does what you want from:
https://www.mediafire.com/file/esw93unm ... s.wbs/file
If USA or Canada is not selected the states and provinces box goes blank.
Re: Conditions
Posted: Tue May 03, 2022 2:06 pm
by WWBman
FWIW:
Amended to show states/provinces only when USA/Canada selected.
Re: Conditions
Posted: Tue May 03, 2022 2:30 pm
by wwonderfull
WWBman wrote: Tue May 03, 2022 2:06 pm
FWIW:
Amended to show states/provinces only when USA/Canada selected.
Don't know about him, but I will try and learn also. Thank You WWBman for the effort. Really appreciate it.

having download problem btw

Re: Conditions
Posted: Tue May 03, 2022 2:40 pm
by WWBman
wwonderfull wrote: Tue May 03, 2022 2:30 pm
WWBman wrote: Tue May 03, 2022 2:06 pm
FWIW:
Amended to show states/provinces only when USA/Canada selected.
Don't know about him, but I will try and learn also. Thank You WWBman for the effort. Really appreciate it.
having download problem btw
What's the problem?
I've noticed recently that Mediafire sometimes thinks .wbs files are executables and the downloader has to be given a nudge to complete.
Re: Conditions
Posted: Tue May 03, 2022 2:57 pm
by wwonderfull
What's the problem?
I've noticed recently that Mediafire sometimes thinks .wbs files are executables and the downloader has to be given a nudge to complete.
As I can see the download does not start. I use 7zip to archive files you can use it to archive files and then upload I guess.
You can share the file using a temp file sharing platform like
https://www.file.io/
Re: Conditions
Posted: Tue May 03, 2022 2:59 pm
by WWBman
wwonderfull wrote: Tue May 03, 2022 2:57 pm
What's the problem?
I've noticed recently that Mediafire sometimes thinks .wbs files are executables and the downloader has to be given a nudge to complete.
As I can see the download does not start.
You can share the file using a temp file sharing platform like
https://www.file.io/
I've just downloaded it again with no problem.
Re: Conditions
Posted: Tue May 03, 2022 3:01 pm
by wwonderfull
I use 5 browsers.I thought adblocker or something but None of them worked

My bad luck I guess any way thanks.

Re: Conditions
Posted: Tue May 03, 2022 3:01 pm
by WWBman
If you are still having problems then it's here as well.
https://file.io/MUO28mLtWwIR
Whoops!! Looks like file.io only allows one download then it's deleted!
Re: Conditions
Posted: Tue May 03, 2022 3:02 pm
by wwonderfull
It shows the file you requested has been deleted I can show screen shot.
Re: Conditions
Posted: Tue May 03, 2022 3:04 pm
by WWBman
You beat me to it!
The mediafire file is definitely OK.
Re: Conditions
Posted: Tue May 03, 2022 3:06 pm
by WWBman
Just checked, the free version of file.io does delete after one download.
Re: Conditions
Posted: Tue May 03, 2022 4:18 pm
by GPK5050
WWBman wrote: Tue May 03, 2022 9:59 am
Hi GPK5050,
I thought I'd have a go at your issue using Pablo's example.
If you haven't solved it yet you can download my project which I think does what you want from:
https://www.mediafire.com/file/esw93unm ... s.wbs/file
If USA or Canada is not selected the states and provinces box goes blank.
Hi WWBman...
This is exactly what I wanted my form to do. Now, let's see if I can replicate it in my form.
Thank you again!!! It's really appreciated!
Greg
Re: Conditions
Posted: Tue May 03, 2022 10:30 pm
by GPK5050
WWBman wrote: Tue May 03, 2022 9:59 am
Hi GPK5050,
I thought I'd have a go at your issue using Pablo's example.
If you haven't solved it yet you can download my project which I think does what you want from:
https://www.mediafire.com/file/esw93unm ... s.wbs/file
If USA or Canada is not selected the states and provinces box goes blank.
Hi!
Thanks to you WWBman, the form is working perfectly. And I was even able to figure out how to do the same "appearing act" with the text that accompanies the Combo Box!!!
Check it out at:
www.carpenters55th.fun/registration5.php
Thanks again!
Greg
Re: Conditions
Posted: Tue May 03, 2022 11:05 pm
by WWBman
Looks great.
Amazing what you can do with WWB.