Copied to clipboard

Flag this post as spam?

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


  • san 30 posts 51 karma points
    Jan 20, 2014 @ 12:09
    san
    0

    Newsletter

    hi 

    I am trying to create a newsletter for my website.i created a template newsletter 

    <%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %>

    <asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">

    <html>

    <head>

     <umbraco:Item field="signUpForNewsletter" runat="server" />

     <umbraco:Item field="subscribeheader" runat="server" />

     <umbraco:Item field="Email" runat="server" />

     <umbraco:Item field="FirstName" runat="server" />

      <umbraco:Item field="LastName" runat="server" />

      <form action="/Subscribe.aspx" method="GET">

      <button id="btnsubmit">Subscribe</button>

    </form>

    </head>

    </html>

    </asp:Content>

    and my output is:

    Sign up to our  Newsletter:

    We promise never to send spam or share your details with any third party.

    Subscribe to Newsletter

    i am not able to get the firstname,email,lastname.Can you please help me.

    Thanks...

     

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies