autoform-backend / app /templates /emails /feedback_request.html
Arslan1997's picture
added latest models
8520346
Raw
History Blame Contribute Delete
490 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<p>Hi {{ user_name or 'there' }},</p>
<p>I noticed you just created a form with AutoForm. I wanted to check in and see how things are going.</p>
<p>How was your experience? Is there anything we could improve? Any features you'd like to see?</p>
<p>Just reply to this email with your thoughts - I read every response and your feedback directly shapes what we build next.</p>
<p>Best,<br>
Arslan</p>
</body>
</html>