Contact page

If you check out http://www.lacrosse-lounge.com/Contact%20us.html youll notice when ever you send an email it goes straight to a blank page with the  address http://www.lacrosse-lounge.com/MAILER.php
but i thought i had set up my php and page to redirect after clicking submit to this page http://www.lacrosse-lounge.com/Thankyou.html
if any one knows a solution I would be really greatful i want it so once i click submit itll bring you to http://www.lacrosse-lounge.com/Thankyou.html and send the email to
[email protected]
the php code is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<?php
$to = "[email protected]";
$subject = "Support requested by ".$_POST['name'];
$name_field = $_POST['name'];
$email_field = $_POST['email'];
$message = $_POST['message'];
$headers = 'From: '.$_POST['email'].'' . "\r\n" .
   'Reply-To: '.$_POST['email'].'' . "\r\n" .
   'X-Mailer: PHP/' . phpversion();
$body = $message;
mail($to, $subject, $body, $headers );
header( 'Location:http://www.lacrosse-lounge.com/Thankyou.html' ) ; //replace with landing page.
?>
<body>
</body>
</html>
and the contact code  is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Contact Us</title>
<meta name="description" content="Our store offers local lacrosse players a place to buy equipment from knowledgeable players who own the store. " />
<meta name="keywords" content="Lacrosse-Lounge, lacrosse lounge, Delaware, Delaware lacrosse" />
<meta name="author" content="Steve Shipe" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
.Txt {
          color: #FFF;
.txt {
          color: #FFF;
.txt {
          color: #FFF;
body p {
          color: #FFF;
          text-align: left;
          font-size: 24px;
.style22 {color: #FFEF3A}
.style13 {          color: #89451f;
          font-size: 10px;
.style14 {
          font-size: 20px;
          color: #000;
#”Name” {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 15px;
          font-weight: bold;
          color: #2f231e;
          float: right;
          padding-top: 0px;
          padding-right: 30px;
.style141 {
          font-size: 20px;
          color: #2f231e;
body {
          background-color: #CCC;
          color: #FFF;
.con {
          color: #FFF;
</style>
</head>
<body><tr>
        <td height="358" valign="top" bgcolor="#FFFFFF"><div align="center" class="style1">
          <table width="1280" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td width="1287" height="650" valign="top" bgcolor="#000000"><table width="1280" border="0">
                <tr>
                  <td width="1277"><img src="images/design2-slice_01-(2).jpg" alt="LACROSSE-LOUNGE" width="1280" height="296" border="0" usemap="#Map" /></td>
                </tr>
              </table>
                <p>Question,Comment,Concern,or Custom Order?<br />
                  Drop us a line.
                </p>
                <form method="POST" action="MAILER.php">
                  Name<br />
  <input type="text" name="name" size="30" value="" class="text-input" />
  <br />
                  Email<br />
  <input type="text" name="email" id="email" size="30" value="" class="text-input" />
  <br />
                  <span class="con">Your Messag</span>e<br />
  <textarea cols="25" rows="8" name="message" class="text-input"></textarea>
  <br />
  <input type="submit" value="Send Email" name="submit" class="button" id="submit_btn" />
                </form>
              <td height="358" bgcolor="#FFFFFF"></p></td>
            </tr>
          </table>
          <table width="1286" height="21" cellpadding="0" cellspacing="0">
            <tr>
              <td height="19" align="center" valign="top" bgcolor="#000000"><span class="style22">Content copyright 2012. LACROSSE-LOUNGE.COM. All rights reserved. </span></td>
            </tr>
          </table>
          <div id=”Name”>
            <p><span class="style14">Steve Shipe</span><br />
            <span class="style13">Lacrosse-Lounge.com</span></p>
          </div>
<map name="Map" id="Map">
  <area shape="rect" coords="4,246,117,299" href="index.html" />
  <area shape="rect" coords="199,245,363,311" href="About_Us.html" />
  <area shape="rect" coords="396,245,703,299" href="Custom Stringing.html" />
  <area shape="rect" coords="737,249,1038,293" href="Custom Apparel.html" />
  <area shape="rect" coords="1055,247,1265,299" href="Contact us.html" />
</map>
</body>
</html>
PLEASE HELP A HIGHSCHOOL STUDENT OUT ITLL BE MUCH APPRECIATED!!

If your talking about this snippet: <form method="POST" action="MAILER.php">
i tried making the action="http://www.lacrosse-lounge.com/Thankyou.html">
and it would bring you to the thank you page but it wouldnt send any email. having mailer.php there sends the email but wont take me to http://www.lacrosse-lounge.com/Thankyou.html.  Thank you for the quick help this is your second time helping me and your a huge help you dont understand how greatful i am for people like you.

Similar Messages

  • HOW DO I ADD A CALENDAR PAGE TO MY WEBSITE AND A CONTACT PAGE TO COLLECT INFORMATION FROM CUSTOMERS?

    I am almost finished with my first IWeb site and I need to add a calendar for upcoming events and a contact page for my current and future customers to send me their information.  How do I do this? 

    Since MMe will be no more in about 11 months I suggest you create a Google calendar and imbed it into one of your web pages like in this demo page: Google calendar.
    OT

  • My Index and contact page has moved my top nav up

    I only changed my contact styles on my Index page and now my top nav has gone to the top. On my contact page I added two images so I understand I need to add some code to do with that but not sure how to get it back correct.
    When I veiw my contact page through my wamp server though it all looks fine that's why I uploaded it onto the live server.  Does anyone know why that should be?
    www.bristolequestrianservices.co.uk.  Can someone help please?
    Thanks
    </head>
    <body>
    <div id="outer">
    <div id="wrapper">
                        <div id="logo">
                      <img src="images/banner1.jpg" />
              </div>
              <div id="social-media-icons">
                      <ul>
                          <li><a href="https://www.facebook.com/groups/150449201771804/"><img src="images/icons/facebook.jpg" /></a></li>
                  <li><a href="£"><img src="images/icons/rss.jpg" /></a></li>
                  <li><a href="http://www.twitter.com"><img src="images/icons/twitter.jpg" /></a></li>
                  <li><img src="images/icons/youtube.jpg" /></li>
                </ul>
                        </div>
             <div id="contact">
         <p><span class="big-blue">Bristol Equestrian Service</span><br>
         Tel: 0117 9190060 / 07900538697<br>
         Email: [email protected]<br>
          [email protected]</p>    
         </div             
            ><div id="topnav">
                      <ul>
                          <li><a href="index.html">Home</a></li>
                    <li><a href="stablesandfieldshelters.html">Stable and Field Shelters</a></li>
                    <li><a href="pricelist.html">Price List</a></li>
                    <li><a href="gallery.html">Gallery</a></li>
                    <li><a href="contactus.html">Contact Us</a></li>
                </ul>
                        </div>
                        <div id="banner">
                      <img src="images/newbanner.jpg" />
                        </div>
    /* Containers */
    #outer                                         {  width:960px; margin:0 auto; background:#FFF; }
    #wrapper                               {  width:900px; margin:0 auto; background:#FFF; }
    #logo                                         {  margin: 30px 0; float:left; }
    #social-media-icons                              {  float:right; }
    #social-media-icons ul li          {display:inline; }
    #social-media-icons ul                    {margin-top:40px; }
    #social-media-icons2                    {  float:left; }
    #social-media-icons2 ul li          {display:inline; }
    #social-media-icons2 ul                    {margin-top:10px; }
    #topnav                               { clear:both;  }
    #topnav          ul                              { border-top:1px #000 solid; border-bottom:1px #000 solid;
                                                                margin:20px 0; padding:10px 0;           }
    #topnav ul li                    { display:inline; }
    #topnav ul li a                    { padding:0 15px; }
    #topnav a:link                              { color: #000;  }
    #topnav a:visited                    { color: #000;  }
    #topnav a:active                    { color: #000;  }
    #topnav a:focus                              { color: #666;  }
    #topnav a:hover               { color: #f90;  }
    #banner                                        { margin-bottom:30px;  }
    #rightside                               { width:200px; float:right   }
    #content                               { width:650px; float:left;  }
    #content-fullwidth          {width:100%; }
    #footer                               { clear:both; margin-top:20px 0; border-top:1px #ccc solid;

    /* Color Legend */
    /* Reset */
    Oops sorry copied it all!
    html, body { margin: 0; padding: 0; border: 0; 
                                            background: transparent; font-size:10px; }
    div, span, article, aside, footer, header, hgroup, nav, section,
    h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li,
    table, tr, th, td, tbody, tfoot, thead {
              margin: 0;
              padding: 0;
              border: 0;
              vertical-align: baseline;
              background: transparent;
    img           { margin:0; padding:0; border:0; }
    table, tr, th, td, tbody, tfoot, thead {
              margin: 0; padding: 0; border: 0;
              vertical-align: baseline;
              background: transparent;
    table { border-collapse: collapse; border-spacing: 0; }
    input, select, textarea, form, fieldset {
              margin: 0; padding: 0; border: 0;
    article, aside, dialog, figure, footer, header, hgroup, nav, section {
              display:block; }
    h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
              font-family: Arial, Helvetica, sans-serif;
              font-size:100%;
              font-weight: normal;
              font-style: normal;
              line-height: 100%;
              text-indent: 0;
              text-decoration: none;
              text-align: left;
              color: #000;
    ol, ul { list-style: none; }
    /* Global */
    html           {          }
    body          { background: #960          }
    /* Headings */
    h1, h2, h3, h4, h5, h6 { font-weight: bold; }
    h1 { font-size:24px; color:#BB5E00;
              padding-bottom:15px; border-bottom:1px #ccc solid; margin-bottom:15px; }
    h2 { font-size:20px; color:#666 }
    h3 { font-size:16px; }
    h4 { font-size:20px; color: #666}
    h5 { font-size:14px; }
    h6 { font-size:14px; }
    h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
    /* Text Elements */
    p                     { color:#000; font-size:12px; line-height:150%; 
                                             margin:15px; 0; }
    p .left                              { margin: 1.5em 1.5em 1.5em 0; padding: 0; }
    p .right                     { margin: 1.5em 0 1.5em 1.5em; padding: 0; }
    a                     {   }
    a:link                              { color: #00f;  }
    a:visited                    { color: #0f0;  }
    a:active                    { color: #000;  }
    a:focus                              { color: #666;  }
    a:hover               { color: #f00;  }
    blockquote            { color:#000; font-size:12px; }
    strong                { font-weight: bold; }
    em                                    { font-style: italic; }
    /* Images */
    /* Lists */
    ul                    {  }
    ol                    { list-style-type:decimal; }
    ul li                        { color:#000; font-size:12px; }
    ol li                         { color:#000; font-size:12px; }
    dl                    {            }
    dt                           {            }
    dd                    {           }
    /* Tables */
    table                 { width:100%; }
    tr                                        {          }
    .odd                              { background-color:#eee; }
    .even                              { background-color:#fff; }
    th                    { font-weight: bold; }
    thead, th              { background: #ccc; }
    tbody                              {   }
    th,td,caption           {           }
    caption                     {           }
    tfoot                 {          }
    .tfooter                    { background-color:#ccc; text-align:center; font-style:italic; }
    caption               { background: #efefef; }
    /* Miscellaneous */
    sup, sub              { line-height: 0; }
    abbr, acronym   { border-bottom: 1px dotted #666; }
    address               {            }
    del                   { background:#FFCECE; color:#f00; }
    code, pre                    { background-color:#FF9; padding:2px 0px; margin:4px 25px;
                                                      font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;          }
    /* Containers */
    #outer                                         {  width:960px; margin:0 auto; background:#FFF; }
    #wrapper                               {  width:900px; margin:0 auto; background:#FFF; }
    #logo                                         {  margin: 30px 0; float:left; }
    #social-media-icons                              {  float:right; }
    #social-media-icons ul li          {display:inline; }
    #social-media-icons ul                    {margin-top:40px; }
    #social-media-icons2                    {  float:left; }
    #social-media-icons2 ul li          {display:inline; }
    #social-media-icons2 ul                    {margin-top:10px; }
    #topnav                               { clear:both;  }
    #topnav          ul                              { border-top:1px #000 solid; border-bottom:1px #000 solid;
                                                                margin:20px 0; padding:10px 0;           }
    #topnav ul li                    { display:inline; }
    #topnav ul li a                    { padding:0 15px; }
    #topnav a:link                              { color: #000;  }
    #topnav a:visited                    { color: #000;  }
    #topnav a:active                    { color: #000;  }
    #topnav a:focus                              { color: #666;  }
    #topnav a:hover               { color: #f90;  }
    #banner                                        { margin-bottom:30px; }
    #rightside h2 {
    font-size: 24px;
        color: #999;
        font-weight: normal;
        margin: 0 0 0 0;
        padding: 0 0 10px 0; /*top-right-bottom-left*/
    #rightside p {
        margin: 0 0 0 0;
        padding: 0 0 10px 0; /*top-right-bottom-left*/
    #rightside a {
        text-decoration: none;
        color: #7A7D42;
        font-size: 14px;
        padding: 0 0 15px 0; /*top-right-bottom-left*/
    #rightside a:hover {
    color:#BB5E00
    #rightside p {
        margin: 0 0 0 0;
        padding: 10px 0 10px 0; /*top-right-bottom-left*/
        border-bottom: 1px solid #ccc;
    #content                               { width:650px; float:left;  }
    #content-fullwidth          {width:100%; }
    #footer                               { clear:both; margin-top:20px 0; border-top:1px #ccc solid;
                                                       padding-bottom:20px; }
    .rowWrapper {
        overflow: hidden;
        margin: 0 0 15px 0;
    .details {
    width:286px;
    float:left;
    margin: 0 0 0 20px;
    padding: 15px 0 0 0;
    border-top: 2px solid #000;
    .details p {
    margin: 0;
    padding: 0 20px;
    #box1 {   }
    #box2 {  }
    #box3 {  }
    #box4 {  }
    #box5 {   }
    #box6 {   }
    #box7 {   }
    #box6 {  }
    #box9 {   }
    #box10 {   }
    /* Layout Extra */
    /* Navigation Extra */
    /* Forms */
    /* Forms */
    form ol { list-style-type:none; }
    form           { text-align:left; margin:20px;          }
    label           {
                        float: left; width: 150px; margin-top:5px;
                        text-align:right; display:block; background:none; font-weight:bold;
    submit          { background:none;           }
    input           {
                        width: 280px; margin:0 0 16px 10px;
                        border:1px #bbb solid; padding:5px; background:none;
    input:focus, textarea:focus          { background-color:#CCC; }
    textarea {
                        width: 280px; height: 150px; margin:0 0 16px 10px;
                        border:1px #bbb solid; padding:5px; background:none;
    select { margin-bottom:20px;          }
    .month { margin-left:155px;          }
    .submit {
                        width:90px; height:25px;
                        margin-left:160px;
                        font-size:12px;
    br                    { clear: left;           }
    .clear          { clear:both; }
    /* Miscellaneous  */
    .copyright-text          { font-size:80%; font-style:italic; color:#333; }
    .footer-text          { font-size:100%; font-style:normal; color:#000; text-align:center; }
    .title                              { font-size:18px; font-weight:bold; color:#333;  }
    .subtitle                    { font-size:14px; font-style:italic; color:#333;  }
    .artist                              { font-size:16px; font-weight:bold; color:#333;  }
    .author                              { font-size:14px font-weight:bold; color:#555;  }
    .editor                              { font-size:14px font-style:italic; color:#555;  }
    .pub-date                    { font-size:10px font-style:italic; color:#555; }
    .article-date          { font-size:10px font-style:italic; color:#555;  }
    .location                    { font-size:10px font-style:italic; color:#555;  }
    .float-right          { float:right; }
    .float-left                    { float:left; }
    .clear                              { clear:both; }
    .hide                              { display:none; }
    .block                              { display:block; }
    .inline                              { display:inline; }
    .first                              { font-weight:bold; }
    .last                              { font-weight:bold; }
    .left                              { font-weight:bold; text-align:left; }
    .right                              { font-weight:bold; text-align:right; }
    .added                { background:#D7D7FF; }
    .removed              { background:#FFCECE; color:#f00; }
    .changed                    { background:#FFB; }
    /* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */
    .error, .alert, .notice, .success, .info {
              padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }
    .error, .alert           { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
    .notice                              { background: #fff6bf; color: #514721; border-color: #ffd324; }
    .success                       { background: #e6efc2; color: #264409; border-color: #c6d880; }
    .info                               { background: #d5edf8; color: #205791; border-color: #92cae4; }
    .error a           { color: #8a1f11; }
    .alert a           { color: #8a1f11; }
    .notice a   { color: #514721; }
    .success a  { color: #264409; }
    .info a                    { color: #205791; }
    #contact {
              float: right;
              clear: both;
    .big-blue {
         font-size:32px;
         color:#000;
               font-family:Monotype Corsiva;

  • Adobe error message on the contact page

    I have set-up a new form, copied the embed code and the form on the site's contact page was working correctly. This morning I see an Adobe error message.
    Contact page :  http://www.fradkinfineconstruction.com/fradkin_contact_white.html

    Hi;
    What is the error that you see?  What operating system and web browser are you using?
    I am able to view the contact page with the form, and was able to fill out and submit the form without error.
    Thanks,
    Josh

  • Contact page not working, please help

    Hi,
    I have a problem with my contact page,when I fill in the fileds,and click on SEND, the information is supposed to clear from the fields, and send to the specific email address,
    BUT
    what happens is the fields dont clear and nothing sends,
    I am hosting with spry.com, they support php, but for some reason they tried to say they cant do it for spam reasons??? I have given the read,write permissions  as per image
    <?php
    $sendTo = "[email protected]";
    $subject = "Enquiry from Your Website";
    $headers = "From: " . $_POST["name"] . "<" . $_POST["email"] .">\r\n";
    $headers .= "Reply-To: " . $_POST["email"] . "\r\n";
    $headers .= "Return-path: " . $_POST["email"];
    $message = "Company: " . $_POST["message"] . "\r\n" . "Subject: " . $_POST["message2"]. "\r\n" . "Message: " . $_POST["message3"];
    mail($sendTo, $subject, $message, $headers);
    ?>
    if i cant use this php code, is there any other way to use my flash contact page to send enquiries ?????
    any ideas would be highly appreciated,

    I dont have the button opened for editing, I was only looking for any other places where code might be,forget about the button being open,this is the right place where the code is, I've tried everything,
    Im getting to the point now where i dont think there is much i can do to get it working,
    As I described it my original post, I am with SPRY as my hosting,
    They have mentioned something about SPAM AND NOT ALLOWING php OR something,
    Besides using PHp for my contact page , is there any other way i can try the contact form but using some other way to parse my form????
    Thanks

  • My contact page will not accept any inputs.

    Here is the entire problem. 1. on my contact page built with Flash CS5, I try to enter text into the boxes. Only the characters c,l,o,n,t will actually type. Nothing else enters. What did i do wrong? 2. I can't for the life of me, make a pretty flash link work to go to another URL. /facepalm . I would love some help and/advice (besides delete flash and use frontpage 95.) If you'd like, you can find the .fla file here.
    http://www.elegantproposals.net/fixme.fla
    If you'd even like to contribute to my lazyiness, you're welcome to fix it for me. *hint* got paypal? I'll send ya a few bucks or sumthin.  Thank you for reading and your time guys.
    Marc

    I haven't taken a look at the file yet, but here are some things you might want to try in the meantime.
    For the text box issue, did you embed the font you're using?  Sometimes that can cause character display issues.  Just go to embed font
    in the properties of the text box.  For the gotourl, make sure it has www before it, so the link would be
    http://www.myurlhere.com
    Also, is this coded in AS2 or AS3?

  • Took a new photo while in *contact* page; now where is it??

    Today, while inputting a friend's email address, I decided to take a pic to attach to his contact. Normally, I'd take a pic using the Camera app, but since I was already on his contact page, I took it from within the Contacts app, by tapping "add photo," then "take photo." Then I told him I'd send it to him.
    Well, the pic shows up with the contact (and it synced to Address Book on the Mac) but on the iPhone, _the pic doesn't show up in either the camera roll or the photo library._
    How do I access that pic?

    I hadn't noticed this until now, but you're right-- you can't access photos that you take from the Contact app to assign to a contact from the Photos app and, therefore can't import them.
    So, to answer the question, I don't think you can. If I'm wrong, someone please correct me!

  • Email form in a contact page

    Can anyone recommend a quick tutorial on how to create an email submission from on a contact page? I know I need some kind of php script, but I have no idea how to write one. I need to know how to have the info submitted in the form sent to an email address of my choosing.
    Thanks,
    Nick

    Take a peak (sic) here:
    paulgdesigns.com/learncontactform.php
    Gary
    Lookup email injection attack. Without injection sanitation your example script is an open invitiation to host spam. It only takes one line of code to sanitize your email script. Why not include the sanitation in your example?

  • Help!! my iphone just stuck on the contact page!

    I just wanted to call someone and it stuck on the contact page! i tried to shut it down but when i opened it , it steel on the that page and refuse to get back to the homepage , what should i do?

    You should hold them for as long as it takes for the screen to go black and the apple logo to appear. When you say: "i tried to shut it down but when i opened it , it steel on the that page" how did you try to shut it down?

  • Trouble with people using my e-mail link on my contact page

    Some people using my e-mail link on my contact page aren't able to reach my e-mail account. I use statcounter so I can see that they have exited through the e-mail link, but then I never get the e-mail. I use g-mail and anytime I test the link it seems to work.
    Anyone else have trouble like this?
    Is there a more reliable way to have email access using iWeb?
    Here's the contact page: http://web.me.com/phelpssculpture/Site/Contactpage_DavidPhelps.html
    If anyone is willing to take the time, please respond to this post in this forum and try to send me an e-mail from my contact page. I'd like to find out if this is a widespread problem. If so I need to find a better way for people to reach my e-mail.
    Thanks, David

    Just sent you an email from that link.
    Happy Holidays

  • New version of yahoo mail - completely blank contact page (no tabs,columns, or contacts) but on internet explorer works fine

    I just got the newest version of Yahoo Mail and on Internet Explorer everything works fine. On Firefox, the contact page is completely blank ( no tabs, columns, or contact information)

    Yahoo have acknowledged my emails and have now resolved this problem. It was obviously at their end and only started with their new mail client.

  • Why is there space under the copyright bar on the contact page?

    why is there space under the copyright bar on the contact page? all the other pages in the site fit flush at the bottom except on the contact and coaching page. does anyone know why? thanks
    http://worldmarketdesign.com/strategic/contact.html

    What I'm saying is that the footer will always follow the content above it.  On short pages, footer may not align with bottom of browser viewport because the page content above isn't long enough to fill the screen.  Since everyone uses different display sizes, this is perfectly normal behavior and shouldn't be a major concern.
    Nancy O.

  • Help needed getting contacts page to work

    Hi there,
    I’m new to flash programming, so please bear with me.
    I bought a flash template to customise to use for our wedding
    website. I’ve got pretty much most of it done, all except the
    contacts page, which I can’t get to work.
    I think I’ve narrowed the problem down to the feed into
    send_mail.php script, but any suggestions would be greatly
    appreciated (before my future wife kills me for wasting so much
    time on this when we could have got a simple html website –
    but where would be the fun in that?!)
    I've attached the Action script behind the contacts page
    (please excuse the Spanish – for some reason the scripts are
    littered with it – for those who need to know, boton =
    button, listo = ready, nombre = name, cuadro = picture).
    From what I can gather, the first bit deals with what happens
    when you click on the buttons (name and email), the second bit is
    for error checking what’s entered, such as whether the email
    address has a @ or .com. The last bit is to feed the results into a
    php file, which should forward the contents of the contacts page to
    me.
    Here’s my send_mail.php file
    <?php
    $nombre=$_POST['name'];
    $email=$_POST['email'];
    $phone=$_POST['company'];
    $comentarios=$_POST['msg'];
    $to="[email protected]";
    $subject="From flash form";
    $headers="From: \"$name\" <$email>";
    $message = "Company: $company\n\n";
    $message .= $msg;
    mail($to,$subject,$message,$headers);
    ?>
    And I've put this php file in the same directory of my
    website as all the other swf and fla files – is that correct?
    Should this work? Or have I made a mistake anywhere?
    Many thanks
    DM

    Okay is the php script you have included here, THE actual
    script that is on your website? (unchanged in it's contents)
    Because where it says:
    $to="[email protected]";
    You have to change that to your email, or the email you want
    the form contents to send to.
    -Yes you will put the .php file in the same directory as the
    .swf file-
    Also you need to check that the variable and instance names
    in the flash file match the names in the .php file.
    Example:
    "mail.nombre = nombre.text;
    mail.email = email.text;
    mail.phone = phone.text;
    mail.comentarios = comentarios.text;
    mail.Submit = true;"
    -This is what you have provided for the form, which does not
    match the .php file provided.
    If the instance name of the email section is "email" the php
    file will read like this:
    email=$_POST['email'];
    The name inside the apostrophes is the instance name of that
    box.
    Looking at the scripts you have provided the instances and
    variables in the form do not match the ones in the .php file.
    If I am wrong, you can send me the original file if you wish
    and I can most likely find the problem for you and fix it.
    Or if you need help assessing this, I can do it for you! =P
    my email is [email protected]
    Hope I helped.
    Cheers!

  • Remove "Edit" from contacts page

    Hi All,
    I have attached "Contacts" Page to my room template , created lay out set for user not to add contacts and folder ie removed new contact and new folder.
    but on right corner of the page , edit button still there for user contacts page  - where can i set to remove it.
    even news page too having the same problem.
    Regards,
    Sai Battula.

    Sai,
    For the page in question, ensure that you select the "fixed", check box to resolve the issue.
    Good Luck!
    Sandeep Tudumu

  • Blank call and contact page and quit automatically

    When I go to the call page.It goes blank and quit automatically and so does the contact page, though I can receive call.
    When I do the restore, it requires me to upgrade to ios 5.0.1. But I don't want the upgrade as everybody says the battery life after upgrad is even worse.
    What happen to my phone? Can I restore it without the upgrade?

    Basic troubleshooting is reset, restart, restore.  Have the first two been tried before resorting to a restore?
    It is only possible to restore with the latest/current version of iOS... there is no reason to not install the latest/current version.
    The majority of issues reported are minor and many are non-issues.
    The forums are like an emergency room, people generally only come here with issues.  The majority of users never have any issues and do not come here.

  • Indie Musician Needs Help Integrating ASP Contact Page Into iWeb

    Hello Fellow Mac Users. (I just switched from PC to the iMac last month and I am SO happy with it!) The iWeb program is great! I had originally planned to hire someone to create my new music site, but I think what I've figured out how to do in iWeb will work for the time being.
    One problem... I want to use a legit contact page (my friend helped design this one for me) which is actually an ASP page. (www.aldenmusic.com/contact.asp) Does anyone know how I can replace my current contact page with the .asp one? I am hosting on another server (Crystaltech) rather than on .mac, if that matters.
    I was thinking maybe there is a way to go in and replace the HTML code manually on each page or maybe there is some way to trick iWeb into accepting the .ASP page? I have no idea how this stuff works.
    Here is my current site:
    www.aldenmusic.com
    Any help would be much appreciated!
    Thanks in advance for your help!
    Nichole ALDEN

    I don't think there is any way you can integrate an .asp page into an iWeb site other than by creating a hyperlink to it.

Maybe you are looking for

  • Error (WIS 10901) while creating a webi report against SAP data source

    Hi, While creating a webi report against a universe created using Infocube/Bex query (basically SAP data source) get a error message - A database error occured. The database error text is: A runtime exception has occured. (License key check failed. C

  • Type mismatch error on my web page

    I have a web page which calling the Javascript function like below: function initoptymenu(row, col) { var a = document.applets.Tree; var m = a.menu(); if (m == null) return; m.removeAll(); if (row.substr(0,1) == 'Q') { m.Add("View Quote"); m.Add("Mar

  • How far back in time does iCal go (accurately)?

    Silly question, I know, but is there a built in limit or a point at which iCal becomes inaccurate?

  • Steps to use Classification w service tickets- No categorization schema

    I have been searching SAP help  & SDN but no luck figuring what steps I need to do to use the classification in the Service Ticket. 1. I used the category modeler to create a 2 level schema. 1a. schema assigned to busines activity ticket in applicati

  • Unable to Register a Site

    I'm trying to register a site but I keep getting the error message: ... a test file could not be copied in the host directory... I'm using the same settings as in DW. It says the username and password are correct. I can upload files from DW. What cou