Ensure the contact form displays correctly on the website's contact page
Increase iframe height and set minHeight to ensure full contact form visibility. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/7492b031-d390-480e-8039-74eb2c82d4da.jpg
This commit is contained in:
parent
f0c7150ddb
commit
9ce72ffeb8
|
|
@ -16,7 +16,7 @@ export function ContactSection() {
|
||||||
<iframe
|
<iframe
|
||||||
src="https://us5.list-manage.com/contact-form?u=1d139a47cd1264b937687c37e&form_id=570823f6e3a6f36704ea241f7201c8ac"
|
src="https://us5.list-manage.com/contact-form?u=1d139a47cd1264b937687c37e&form_id=570823f6e3a6f36704ea241f7201c8ac"
|
||||||
width="100%"
|
width="100%"
|
||||||
height="800"
|
height="1000"
|
||||||
frameBorder="0"
|
frameBorder="0"
|
||||||
marginHeight={0}
|
marginHeight={0}
|
||||||
marginWidth={0}
|
marginWidth={0}
|
||||||
|
|
@ -24,7 +24,8 @@ export function ContactSection() {
|
||||||
style={{
|
style={{
|
||||||
border: 'none',
|
border: 'none',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
backgroundColor: 'transparent'
|
backgroundColor: 'transparent',
|
||||||
|
minHeight: '1000px'
|
||||||
}}
|
}}
|
||||||
title="Contact Form"
|
title="Contact Form"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue