Skip to content

Instantly share code, notes, and snippets.

View itsmepronay's full-sized avatar
✍️
Writing

Pronay Sarkar itsmepronay

✍️
Writing
View GitHub Profile
@itsmepronay
itsmepronay / html-contact-form-by-formspree.markdown
Created April 17, 2021 06:58
HTML Contact form by Formspree
@itsmepronay
itsmepronay / index.html
Last active April 16, 2021 14:47
Mailchimp Integration with Custom HTML Form
<form action="https://prowebtips.us4.list-manage.com/subscribe/post" method="POST" id='newsletter-subscribe-form'>
<input type="hidden" name="u" value="96c2276720a0e7a22c189cf19">
<input type="hidden" name="id" value="140fa1c17b">
<div class='newsletter-form'>
<div class="newsletter-form__text">
<h3 class="newsletter-form__text-headline">Subscribe Our Newsletter</h3>
<p class="newsletter-form__text-subline">Weekly Awesome emails or nothing.</p>
</div>