How to track if a respondent clicked "submit" on an embedded external webpage? | XM Community
Skip to main content

Hi all,
I want to insert a 'letter' within my survey. This letter may be created in google form & the form will be displayed in the survey (using iframe, I suppose). I want my respondents to sign the letter by typing their name in a text box in that form. Basically I wrote my letter that respondents will read & I inserted a required text box below. (Please refer to the attached photo)
2020-11-14 (2).png
In the Qualtrics survey, I only want to record if they were able to hit the submit button successfully. That is, I want to record a dummy variable that switches from 0 to 1 if the following is displayed-
2020-11-14 (3).png
I don't want to record their identifying information in Qualtrics. I'm using Core XM through my university, & I have no background in JS, but I'm good at following instructions.
Please help! (I hope my question is clear, please let me know if I should explain better).
Thanks

Here's something you can try. Add an "onclick" listener to your submit button which sets the embedded data. Here's an example:


Leave a Reply