Two forms with same code

Guys is it possible to use two forms with the same code.

This is the plugin i am using https://github.com/scdoshi/jquery-ajaxchimp

When adding the second form it doesn’t work, i used 2 different id.
like this

$(‘#mc-form, #form-2’).ajaxChimp({
url: ‘http://blahblah.us1.list-manage.com/subscribe/post?u=5afsdhfuhdsiufdba6f8802&id=4djhfdsh9
});

Is it possible to get both the form work with the same code with two different id?

You should ask the plugin author if it supports multiple forms by filing an issue

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.