Question
Is it possible to write a html form that posts submitted data to Qualtrics?
Is it possible to use html forms to submit Qualtrics surveys? I’d like to use Qualtrics for submitting forms, storing data and doing analysis, but the formatting of the intercepts/iframe are kind of a nightmare. Specifically the way iframes handle the vertical space. I'm trying to avoid vertical scroll bar within the iframe or intercept target, both require a fixed height.
I was thinking I could just write some html that posts the results to the survey it will save me a bunch of time trying to restyle an iframe/target, and I question if its even possible to do without making design compromises
Ex:
<form action="Qualtrics-url-to-post.com" method="post" name="survey">
<input label="Question1" name="Question1" onclick="return empty()" placeholder="Email Address" type="email">
<input value="Submit" type="submit">
</form>
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.