Page 1 of 1
Doubt new function "Steps" on Tabs
Posted: Mon Sep 14, 2020 7:33 am
by miguelss
Hi everyone,
Currently, I'm playing with the new and fantastic function "Steps" on Tabs.
I want to know how to add buttons as the first demo at
http://www.wysiwygwebbuilder.com/suppor ... epper.html
If I add a button, what I need to put to "submit" to another tab? Thru events?
Thanks in advance!
Re: Doubt new function "Steps" on Tabs
Posted: Mon Sep 14, 2020 7:58 am
by Pablo
The buttons of the demo were implemented using standard buttons and events.
Here is the project file of the demo:
https://www.wysiwygwebbuilder.com/suppo ... _steps.zip
Re: Doubt new function "Steps" on Tabs
Posted: Mon Sep 14, 2020 8:41 am
by miguelss
Thanks a lot @Pablo!
Now my "project" works perfect!!!
Have a great day!
Re: Doubt new function "Steps" on Tabs
Posted: Mon Sep 14, 2020 9:17 am
by miguelss
Hi Pablo,
I can't get work my idea.
Attached is a demo file:
https://we.tl/t-2Yb8ZyKnbw
When I click on "Next" it validated the data (if not entering).
After entering the data, nothing happens.
Could you help me in this issue?
Thanks in advance!
Re: Doubt new function "Steps" on Tabs
Posted: Mon Sep 14, 2020 9:23 am
by Pablo
If you add an 'onclick' event to a button then the default behavior will be overridden.
See this related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=37833
Also, I think only the last button should be a 'submit' button.
Re: Doubt new function "Steps" on Tabs
Posted: Mon Sep 14, 2020 9:37 am
by miguelss
Thanks Pablo!
I found a workaround to do it!
Thanks a lot for your great support!
Cheers,