Spaces:
Runtime error
Runtime error
| <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> | |