Why are you trying to remove the Clarizen URL?
Post
FollowHow to add an external url link without having the clarizen url prefixed
Hi all
Very easy no doubt, I have a custom action. Under the Success (optional) section I want to add an external link with parameters. I have added a href but in the browser it's prefixed with eu1.clarizen.com/Clarizen/ObjectDetails/... How can do I remove this?
Update:
I have managed to remove eu1.clarizen.com/Clarizen/ObjectDetails/... but now my variables are empty!
Thank you.
Please sign in to leave a comment.
3 comments
Date
Votes
I need to create an endpoint which will hit my controller. When the form is completed I want to grab the values and insert into my database. So I created a url string but it won't work with clarizen part of the url.
Yay solved it :) if anyone else needs to send parameters in a url string here is an example how I have approached it:
<a href="//example.com/api/getData?id={$ID}&date={$C_Date}&name={$C_Name}">Add</a>
I placed this in the success section in a custom action.
You can access the fields by clicking on 'Formula Options' and selecting the desired fields on the 'Fields' tab.