Hi,
Survey123 accepts html links (<a></a>) in notes. Html links may have "onclick" event which can be used to execute a JS function.
<a href="" onclick="myFunction();">Do it!</a>
Is there a way to setup a link in the Survey123 Excel form which invokes the JS function, which otherwise I am called though calculation:
pulldata("@javascript", "functions.js", "myFunction", ${param1}, ${param2})
Using some CSS I could turn it to a custom button in my survey.
Thank you,