Editing "save and continue" confirmation {save_link}

On the “save and continue” confirmation page, we’d like to display a button with short text instead of the full “?gf_token=xxxxxxx” link to the end user. Does anyone know of a way to alter the {save_link} merge tag before it’s presented?
Thanks

Hi Tom. How about:

Thank you Chris, but that filters the button displayed no the form, doesn’t it? We’re looking for a way to customise the {save_link} merge tag used in the “save and continue” confirmation.

Yes, I believe you’re right. I misunderstood the question. I believe this is the filter you are looking for:

Thank you again. We looked at that, but it won’t let us change how the link looks. The function that generates the link generates the following HTML:

<a href="{$resume_url}" class="resume_form_link">{$resume_url}</a>

Whereas we would instead like to use something like the following:

<a href="{$resume_url}" class="resume_form_link">Return to form</a>

There doesn’t seem to be a way to customise that link.

Hi Tom. I recommend adding that as a feature request for the product team. Click the blue :heavy_plus_sign: in the lower left on this page to add a note for our product team:

https://www.gravityforms.com/gravity-forms-roadmap/

Thank you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.