You are viewing limited content. For full access, please sign in.

Question

Question

Feature Request: Ability to Add Tokens to Button Value

asked on September 10, 2014

We have several processes that allow a user to send it back to the person that initiated the task. We have had the request to be able to put the users name in the button. So it could say something like "Send Back to Blake" in the button. "Blake" could be pulled from a field token. It would help personalize the experience a little more.

1 0

Answer

SELECTED ANSWER
replied on September 10, 2014

Thank you for the feature request. We'll keep it in mind for a future release.

0 0

Replies

replied on September 10, 2014 Show version history

you can do this with javascript.

var userName = 'Blake';
$('.action-btn').attr('value','Send Back to '+userName);

EDIT:

 

You of course need this inside a function that'll run when the page loads. You will likely also want to have the process involve a hidden field you can retrieve the previous users name from.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.