Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Navmeister 3 posts 23 karma points
    Jun 02, 2010 @ 14:15
    Navmeister
    0

    Mailchimp Embed code not working

    Hi there,

    I embeded mailbhimp signup form inside a template specially created for the subscribe page. I have my main  <form id="Form1" runat="server"></form> tag on the main master template which is preventing the mailchimp form to work. I looked on mailchimp website for a solution and found out that mailchimp embed form cannot be inside <form id="Form1" runat="server"></form> tag.

    I have two user controls working from the website and mailchimp signup form is the only one that needs to be outside the <form id="Form1" runat="server"></form> tag.

    Can someone help please?

    Thank you in advance.

  • Jeff Grine 149 posts 189 karma points
    Jun 02, 2010 @ 15:53
    Jeff Grine
    0

    Can you put the runat server form tags inside the user controls instead of in the master, so the embed form is no longer in the runat server form?

    Mailchimp also has an api you can use to write your own signup form however you like.

  • Navmeister 3 posts 23 karma points
    Jun 02, 2010 @ 16:37
    Navmeister
    0

    I dont know how to put the form tag inside the user control, and I am not familiar with the whole API thing. I am new to umbraco and I am a web designer :(

    Is there an easy way out?

  • Jeff Grine 149 posts 189 karma points
    Jun 02, 2010 @ 17:32
    Jeff Grine
    0

    There's a usercontrols folder in the root of the website. You'll see files in there with ascx extensions for each of your user controls. You should be able to cut and paste the form tag from your master page into the ascx file. Worth a shot, but past that, you may need to get the developer responsible for the user controls involved.

  • Navmeister 3 posts 23 karma points
    Jun 02, 2010 @ 17:36
    Navmeister
    0

    I did try that, it says I can only have one form tag, not two...

Please Sign in or register to post replies

Write your reply to:

Draft