Pablo greetings,
we haven't heard from each other for a long time, I follow WWB less now, although I advertise it everywhere, as an example of how the best support in the world works, and how the software is ideally made, with lots of easy understanding for both professionals and beginners.
My question about form it would be, has an option been made in the meantime that a radio button can be used as an image, and that there is a condition logic option, that certain fields are linked to other fields in other step, I mean this if there is a multi step form
Thank you
Can do WWb multi step form with logic
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
-
-
- Posts: 307
- Joined: Sat Mar 16, 2013 11:23 am
- Location: Europe
- Contact:
- Pablo
- Posts: 23746
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Can do WWb multi step form with logic
Do you mean this?
https://wysiwygwebbuilder.com/conditions.html
Keep in mind that no matter how many features are added to WWB, there will always be scenarios where some form of scripting is necessary. Not everything can be implemented purely through visual tools
https://wysiwygwebbuilder.com/conditions.html
Keep in mind that no matter how many features are added to WWB, there will always be scenarios where some form of scripting is necessary. Not everything can be implemented purely through visual tools
-
-
- Posts: 307
- Joined: Sat Mar 16, 2013 11:23 am
- Location: Europe
- Contact:
Re: Can do WWb multi step form with logic
Something like that, but it would have to have the same functions as, for example, a site
https://www.doorbuilder.ca/collections/contemporary/ace
click on the configurator
I mean exclusively the form, not the 3D image, the focus is only on the form, can WWB make it functionally the same...
Maybe s not possible, only ask try to find solutions for that type form
https://www.doorbuilder.ca/collections/contemporary/ace
click on the configurator
I mean exclusively the form, not the 3D image, the focus is only on the form, can WWB make it functionally the same...
Maybe s not possible, only ask try to find solutions for that type form
- BaconFries
-
- Posts: 6027
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Can do WWb multi step form with logic
If I understand your correctly you want to use a image rather than a standard html radio button then yes it is possible. As mentioned it would require scripting or with css. See the following jsfiddle showing standard html radio buttons and then with images in this example it use credit cards for the images. Note anything is possible but it will usually mean you will have to implement it with css, javascript, jquery etc
https://jsfiddle.net/La8wQ/10/
https://jsfiddle.net/La8wQ/10/
- Pablo
- Posts: 23746
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Can do WWb multi step form with logic
Multi step form can be implemented with the wizard or carousel.
A radio button does not support images, but you can use label (with background image) to associate an image with a radio button (via the for property).
A radio button does not support images, but you can use label (with background image) to associate an image with a radio button (via the for property).
-
-
- Posts: 307
- Joined: Sat Mar 16, 2013 11:23 am
- Location: Europe
- Contact:
Re: Can do WWb multi step form with logic
Aha Thank You
Bacon and Pablo, yeah, you in right
Bacon and Pablo, yeah, you in right