Enable expression on link with actions
Hi everyone
I have a form that contains a link that, when clicked, displays another control. However, I only want this link to be enabled once the user has entered text into a text box on the same form. I've entered an enabled expression of textBox !== "" and when testing this in the expression builder it evaluates to true once I enter text into the text box.
However, when I open the form and type something into the text box clicking the link does nothing. Am I doing something wrong or is it just that it's not currently possible to use enabled expressions with links?
Thanks for your help in advance.
-
Hi Gareth,
We have tested this, and indeed it does not work on a link with actions, we will bring this back to our development team.
We’ve also tried to create this scenario with a button instead of a link, and there it works, so for now using a button to achieve this could be a workaround. You could style the button to look like a link.
Regards,
Bart
0
Please sign in to leave a comment.
Comments
1 comment