Functions for button in an approval form

  • 5 October 2022
  • 1 reply
  • 61 views

Userlevel 1
Badge +9

I have a classic approval form that will need to record 4 approvers name, date and time. Next to each button is a text field where I want to output text once the Approve or Reject button is clicked.

 

So when the button is clicked on, lets say the "Approve" button, I would like to set the buttons Fx in the condition area that will output text to the text field that would show something such as "Approved by: "Name" + "Date" + "Time" (screen shot  attached).

 

 


1 reply

Userlevel 5
Badge +13

Hi @jpacheco 


 


You could use the on-click javascript function to fill out the other field


 


I believe this post posits a similar scenario.


 


https://community.nintex.com/t5/Nintex-for-SharePoint-Forum/Form-Button-Javascript/m-p/49726


 


 

Reply