/
Test form here
<div class="consentia-embed">
<script>
window.addEventListener( 'message', e => {
if ( 'consentia_load_info' === e.data.id ) {
document.querySelector( '.consentia-embed-iframe' ).style.height = e.data.height + 'px'
} else if ( 'consentia_submit_complete' === e.data.id ) {
// Handle success.
}
} )
</script>
<iframe class="consentia-embed-iframe" style="width:100%; height: 1000px;" src="https://consentia.alexgreendesign.com/?p=f219e0a7-84c7-49ff-9802-e9a1a8e306a9"></iframe>
</div>
Example below
- Above form will take 30sec to process, as it’s dev without email active. Prod won’t have this lag.