Getting the textarea value onSubmit of a pendo guide.
Hello Team,
We are working on Pendo Guide integration.
we have a pendo form to collect user feedback with only 2 input controls over it. A text and a submit button.
My requirement is -> On click of a button I want to check if the textarea has some value(Not blank). If not blank, then I need to proceed with an AJAX call with further action. Currently, I can get the click event of the submit button, however not able to get the value of textarea for validation.
Can someone please help if you know the way to do it.
Thanks,
0
Comments
You can add an event property perhaps (https://support.pendo.io/hc/en-us/articles/7710433678619-Event-properties) but I'm not sure that will solve the issue? What action do you want to have happen after? If it's within Pendo, you should be able to check for if the poll response is/is not empty I think.
Please sign in to leave a comment.