Is there a way to do N/task to execute a MR script form a client script? I want to show a message on button click but couldn't figure out how to do that with the submit button because it would post the suitlet before a message could show
k
Kyriakos Zisopoulos
10/17/2022, 2:23 PM
N/task is server side only. Either inject the message to the button or use 2 buttons one for the message and the other for submission.
n
Nicholas Williams
10/17/2022, 3:11 PM
hmm @Kyriakos Zisopoulos is there a way to display a message through client script like n/ui/message?