I found a bug when using a slideshow with user input. It did not do this just a week ago. When the form loads the user inputs on all slides except the initial slide are now disabled. If the user invalidates one of the current text fields the fields on other slides are enabled again. I found a fairly hacky work around. When changing the slides from the buttons I loop through all of the controls and enable them. I have notice a slight performance dip do to this ( the animation between slides will get a bit choppy). Link to the form
https://www.tradecyclecapital.com/application
1 Like
Hi,
It does appear that you found a bug! After some research, the specific bug seems to have appeared in the last 2 weeks. We will handle it from here.
I’m sorry that this bug affected your site, though I’m glad you were able to find a workaround. Thanks for letting us know!
Hi hjaeger
Can you explain a bit about the work around?
I trying to create a slideshow with radio buttons, input fields and submit button.
The problem is that the input elements only enabled on the first slide…