cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Obtaining save link URL

uwaisrehman
Changemaker

I am wanting to obtain the link that is generated when a user saves progress on a form.

 

Is there anyway to do this using an integration?

1 ACCEPTED SOLUTION

mattjfranklin
Changemaker III

@uwaisrehman not sure if you have managed to sort this, but you should be able use the {SaveURL} token, this should work if you need to be able to store this in a database or send it in a separate email etc. 

View solution in original post

3 REPLIES 3

RachaelT
Community Manager
Community Manager

Welcome to govCommunity and thanks for your question! I recommend also posting this in our UK & Ireland Customers Group, where there are a lot of govService power users. You can also find more information related to this topic in our Knowledge Base

 

@ian_mason, any insights on this?

mattjfranklin
Changemaker III

@uwaisrehman not sure if you have managed to sort this, but you should be able use the {SaveURL} token, this should work if you need to be able to store this in a database or send it in a separate email etc. 

My apologies, I should have specified I didn't want a link to continue progress and complete the form. What I wanted was a link to a read only view of the form. On submission, I obtain this using a combination of tokens ({dashTaskURL} + {taskRef} + {CompletedTaskURL}). Is there any way to replicate this prior to submission on save?