Hello, please tell me. How to make sequential activation of buttons?
There are 2 buttons Contact form and Download file
The first button "Contact form" when the client goes to it the button Download file is not active, and only after filling out the form, the button "Download file" becomes active and allows you to download the file.
What function should be written in events and actions to get this scheme?
Please take me step by step what needs to be done.
Thank you
sequential activation of buttons
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
- Pablo
- Posts: 23623
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: sequential activation of buttons
There is no standard solution for this in HTML. You will need to implement a custom script for this.
However, any script that works elsewhere will also work in WWB.
However, any script that works elsewhere will also work in WWB.
- wwonderfull
-
- Posts: 1604
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: sequential activation of buttons
As it would need custom codes for solution although totally possible but maybe you could just redirect the user to success page where the download button can be shown and after submitting data, they can download the file.
Although not the actual way you want it but still does the purpose.
Although not the actual way you want it but still does the purpose.