I’m currently attempting to setup a button that links out to an external form and I’m having trouble getting the link to work for me. Currently, the page that has the button is generated dynamically and the link is set by a 3rd party api and the link I want the button to to go out to is dynamic based on the page.
e.g.
url of page with button is https://mysite.com/?jobid=1019
button link i need would be https://othersite.com/apply=1019
Is there a way to use Pros dynamic links to make this work?