{% extends "_base.html" %} {% block title %}Embeddable Forms{% endblock %} {% block heading %}Embeddable Forms{% endblock %} {% block extra_styles %} {% endblock %} {% block content %}

Contact Form

Use the following HTML code to embed the contact form on other websites:

Newsletter Subscription Form

Use the following HTML code to embed the newsletter subscription form on other websites:

Replace http://your-server-domain with your actual server domain and port (e.g., https://yourdomain.com).

{% endblock %} {% block extra_scripts %} {% endblock %}