Platform: Google Forms
Integration Type: Embedded iframe or direct entry ID form submission
Mock Status: Visual mock (real form uses Google Form ID and entry IDs)
📝 This is a visual mock of a Google Forms form.
To use a real Google Form, embed using iframe or submit directly to form endpoint:
<iframe src="https://docs.google.com/forms/d/e/FORM_ID/viewform?embedded=true"
width="640" height="800" frameborder="0"></iframe>
<!-- Or direct field submission -->
<form action="https://docs.google.com/forms/d/e/FORM_ID/formResponse">
<input name="entry.123456789" /> <!-- Email -->
<input name="entry.987654321" /> <!-- Name -->
</form>