File: /home/xedaptot/ai.naniguide.com/public/form_test_inline.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>E2E inline embed</title>
</head>
<body>
<h1>Inline embed test host page</h1>
<form method="POST" action="http://localhost/rui/lists/6a0abb690a9da/embedded-form-subscribe" class="form-subscribe">
<h3>Subscribe</h3>
<input type="hidden" name="customer_uid" value="6a0ab825cbfbd">
<div class="form-group">
<label>Email *</label>
<input type="email" name="EMAIL" placeholder="Email" required>
</div>
<div class="form-group">
<label>First name</label>
<input type="text" name="FIRST_NAME" placeholder="First name">
</div>
<div class="form-group">
<label>Last name</label>
<input type="text" name="LAST_NAME" placeholder="Last name">
</div>
<button type="submit">Subscribe</button>
</form>
</body>
</html>