sequential activation of buttons

Issues related to forms.
Post Reply
Anastasiia
 
 
Posts: 1
Joined: Wed Jul 09, 2025 8:24 am

sequential activation of buttons

Post by Anastasiia »

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
User avatar
Pablo
 
Posts: 23623
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: sequential activation of buttons

Post by Pablo »

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.
User avatar
wwonderfull
 
 
Posts: 1604
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: sequential activation of buttons

Post by wwonderfull »

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.
Post Reply