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

Question

Question

Feature Request: Add Custom Message in Pop-Up When Action Button is Clicked

asked on April 11, 2016

For different user tasks we would like to be able to verify with the user at that task that specific items have been addressed or that they understand that by submitting the form that a certain action will be taken.

For example, we have a form for employee evaluations. The form can be saved multiple times and have drafts sent to the employee for review before signing the form to continue on. On the 2nd submission though, we would like to display a message to the user letting them know that submitting the form will be the final submission and will be stored in the employee's folder.

We have some users that are not looking to see what task the evaluation is at so they end up submitting the final evaluation without meaning to.

4 0

Replies

replied on April 11, 2016 Show version history

This would be cool.

 

I'm manually working around the issue now by manipulating the action button with JavaScript and it's not pretty from a long term support scenario.

0 0
replied on April 11, 2016

Are you hardcoding the messages in you code? I'd suggest creating a database and pulling them into a hidden input field when the form loads (based on the user). Your JavaScript can then read it from there when the action button is clicked.

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

Sign in to reply to this post.