We will explain about how to embed a Formsure form in your website contact us page. Formsure provide a fast way to create an online survey, with responses collected in a spreadsheet.
Read how to create your first form with formsure
Once you create your form navigate to Share tab from top menu. There you can find Embed in a web page
<iframe
width="100%"
height="600"
title="Formsure - Most Powerful Form builder for surveys, polls, and quizzes"
allowfullscreen="true"
accesskey="f"
tabindex="2"
mozAllowFullscreen="true"
webkitallowfullscreen="true"
src="https://app.formsure.co/q/mkspIYCx9b"
frameborder="0" >
</iframe>
Formsure forms are embeddable in html iframe tag
Further reading