AnyMod keyboard_arrow_right

Form examples

Forms work automatically

This page has 2 mods on the right:

  • Form section
  • MailChimp signup form

Send us a message!

No backend needed

When a visitor submits a form, the response automatically shows in your dashboard.

You also receive an email letting you know there's a message.

See the code

Scroll to the bottom for the code.

Code

Copy and paste the AnyMod script and mod tags below into your HTML, and the mods will appear on your page.

Or download the file and open with your browser.

Download file cloud_download
<html>

  <head>
    <title>AnyMod form examples</title>

    <!-- AnyMod script -->
    <script id="AnyMod-script">
      (function (m,o,d,u,l,a,r,i,z,e) {
        u[m]={Project:o,rq:[],Opts:r,ready:function(j){u[m].rq.push(j)}};function j(s){return encodeURIComponent(btoa(s))};z=l.getElementById(m+'-'+a);r=u.location;
        e=[d+'/page/'+o+'/'+j(r.pathname)+'/'+j(r.host)+'?t='+Date.now(),d];e.map(function(w){i=l.createElement(a);i.defer=1;i.src=w;z.parentNode.insertBefore(i,z);});
      })('AnyMod','8PP6M2','https://cdn.anymod.com/v2',window,document,'script',{});
    </script>
    <!-- /AnyMod script -->
  </head>

  <body>

    <!-- Form section -->
    <div id="anymod-lmkrl"></div>

    <!-- MailChimp signup form -->
    <div id="anymod-bbrkm"></div>

  </body>
</html>