Embeddable Penguin Sample Form
The code below generates a functioning Embeddable Penguin application form on this page. The form uses the default styling provided via a cascading style sheet served from the same endpoint.
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdn.alpha.boldpenguin.com/embeddable-penguin.style.css">
<script src="https://cdn.alpha.boldpenguin.com/embeddable-penguin.min.js"></script>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h2>Contact us for assistance getting commercial insurance!</h2>
<embeddable-penguin client_id="LuW5x2Rd6dq848fkaj3eZah1NFw41nab"
custom_success_template="assets/sample-form-success.html"
custom_error_template="assets/sample-form-error.html"
answers='{"mqs_first_name":"Jane","mqs_last_name":"Doe"}'></embeddable-penguin>
</body>