Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Module Assistance, ExactTarget shareModule Assistance, ExactTarget share
Previous
 
Next
New Post
9/3/2009 10:10 AM
 

Before I even post...I am not very "literate" with coding...

I have created text/html module with a form in it that "should" submit information to our ExactTarget account. This form is only collecting simple data (first name, last name, email address). We are not enabling buttons that need feed information from ExactTarget back to our site.

I cannot for the life of me get the form to work...any suggestions? Again, I am VERY new to all this so below is some of the language I have in the module for you to review. THANK IN ADVANCE for any assistance!!!

<form action="http://cl.exct.net/subscribe.aspx?lid=XXXXXOUR#HERE" method="post" name="subscribeform">
    <input type="hidden" name="MID" value="XXXOUR#HERE" />
    <table cellspacing="0" cellpadding="0" border="0">
        <tbody>
            <tr>
                <td><font face="Verdana" size="2">First Name:</font></td>
                <td><input name="First Name" type="text" /></td>
            </tr>
            <tr>
                <td><font face="Verdana" size="2">Last Name:</font></td>
                <td><input name="Last Name" type="text" /></td>
            </tr>
            <tr>
                <td><font face="Verdana" size="2">Company Name:</font></td>
                <td><input name="Company" type="text" /></td>
            </tr>
            <tr>
                <td><font face="Verdana" size="2">Email:</font></td>
                <td><input name="Email Address" type="text" /></td>
            </tr>
            <tr>
                <td>&#160;</td>
            </tr>
            <tr>
                <td><input type="hidden" checked="checked" name="SubAction" value="sub_add_update" /></td>
            </tr>
            <tr>
                <td><input type="submit" value="Submit" /></td>
                <td align="right">&#160;</td>
            </tr>
        </tbody>
    </table>
</form>

 
New Post
10/14/2009 8:21 PM
 

Dee,

I am pretty sure the problem stems from the nested form tag.  .Net already has a form tag on the page.  This can be verified by viewing the page source.  .Net does not allow a nested form to post.  I have a sample skin object I can send you, if you would like.  You will have to post via a HTTPWebRequest object in the code behind.  You will build the post string with the values from the input fields.  In order to get to the values, the runat="server" attribute will have to be added.  Again, i have a simple skin object that takes name and email address and sends it via a HTTPWebRequest object to exact target.

 

Theo

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Module Assistance, ExactTarget shareModule Assistance, ExactTarget share


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out