Page 1 of 1

Can do WWb multi step form with logic

Posted: Wed Aug 13, 2025 11:08 am
by pajadt
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

Re: Can do WWb multi step form with logic

Posted: Wed Aug 13, 2025 11:14 am
by Pablo
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

Re: Can do WWb multi step form with logic

Posted: Wed Aug 13, 2025 11:23 am
by pajadt
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

Re: Can do WWb multi step form with logic

Posted: Wed Aug 13, 2025 12:11 pm
by BaconFries
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/

Re: Can do WWb multi step form with logic

Posted: Wed Aug 13, 2025 12:17 pm
by Pablo
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).

Re: Can do WWb multi step form with logic

Posted: Wed Aug 13, 2025 12:29 pm
by pajadt
Aha Thank You
Bacon and Pablo, yeah, you in right