Can I pass parameters to a URL before calling it from a button?
Hello,
I want to perform a URL call when I click on a button. However, I want this URL address to be dynamically generated, meaning I want to pass parameters to it before the onclick event is fired. Is this possible in JustInMind? I can only set the URL value, any workaround for this?
You won't be able to dynamically generate a URL.
As a workaround, you can create many "Link To" actions that each link to a URL. For each action, you will have a condition that checks the value of a randomly generated value, and will trigger the action if the value meets the condition.
You won't be able to dynamically generate a URL.
As a workaround, you can create many "Link To" actions that each link to a URL. For each action, you will have a condition that checks the value of a randomly generated value, and will trigger the action if the value meets the condition.
Replies have been locked on this page!