Email form guru needed

Hi,
Any help greatly appreciated from an email form guru!
I have a email form that returns emails to my address - but no others. It is laden with a load of content and HTML. I have checked spam filters and junk inboxes and I'm at a loss as to why this would be happening. I have set up numerous email accounts but only two accounts I have had for ages work. Other emails from the same server are received by the same email host - so I don't think they are being blocked, unless that happens automatically when there is a large volume of html in the email. This still doesn't explain why I get the emails and no one else does.
Thanks in advance!
See http://www.recruitercritic.com/smarterhire-std-exit-survey.htm which goes to a php send form with the following code:
Smarterhire exit interview:
First name
{$_POST['First']}
Last name
{$_POST['Last']}
Title
{$_POST['Title']}
Organisation
{$_POST['Organisation']}
Contact number
{$_POST['Contact_number']}
email
{$_POST['email']}
Date joined
{$_POST['When_joined']}
Last date
{$_POST['Last_day']}
Survey requested by
{$_POST['survey_recip']}
Recipient email contact
{$_POST['recip_email']}
Why joined
{$_POST['why_joined']}
Role expectations
{$_POST['Role_expectations']}
Role expectations differences
{$_POST['Role_differences']}
$message_body
     Reasons for leaving:
Was remuneration a consideration in your leaving?
{$_POST['rem']}
Was redundancy...
$message_body
     Job satisfaction:
Was the support and resources required to fill your role adequate?
{$_POST['Support_radio']}
The following....
$message_body
     Exiting employees departure information:
Which of the following best describes your departure?
{$_POST['New_destination']}
If applic....   End;       $headers  = "MIME-Version: 1.0\r\n";      $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";      $headers .= "From: ".$_POST['email']." <".$_POST['first'].">\r\n";       mail($to, $subject, $message_body, $headers);      header ("Location: /exit-int-thankyou.htm");      exit;  }else{      header ("Location: /smarterhire-std-exit-survey.htm");      exit; }  ?>

Ok, I am trying to understand the problem.
If I understand correctly the php script works, it is just an issue of trying to send it to other email addresses.  Is that correct?
You have been able to successfully reconfigure the php script to send to at least 1 other email address.  Correct?
When you try some other email addresses they email from the form handler doesn't arrive.  Correct?
Are the other email addresses at another domain than recruitercritic.com?
Can you send to more than one address at the same time?  If so what happens when you send to the original email address and one of the others?
Well, since the script works with the original email, and you are able to successfully modify the script to direct to at least one other email address then it seems that the script is working just fine.  I don't think you have a code issue.  I don't know how heavily formatted the emails are but it is possibly that the emails are getting blocked by the spam filters on the receiving email servers.  You might check http://mxtoolbox.com/ and see what your mail server IP is and what it's reputation is.  If it is on some blacklists that could account for it being blocked by filters on other servers. If that is the case then you should work on getting off any blacklists you are on.

Similar Messages

  • What product do you recommend if I need to merge different documents & email forms to fill out?

    What product do you recommend if I need to merge different documents &amp; email forms to fill out?

    What kind of documents?
    What are "email forms"?
    If you mean PDF files, use Acrobat or the CreatePDF service.

  • Need Help Please email form

    Hi,
    Can someone please help me out on this. I created a email form and what I want to do is add a coupon after you submit your info.
    What I'm thinking is people fill out the form they hit the submit button info gets sent and then a page opens up with the coupon to download.
    What kind of code do i need to add.
    here is the link http://www.tmsgraphics.net/simplecontactformagape/index.html
    Thanks!
    Tom

    Switching to html when you have your form in flash is wierd.  I would simply use if statements.
    I won't code it for you because it is so easy.  Make an mc called coupon in your fla.
    onSubmit
    send info with send and load  to server
    on load
    if a returned variable is true coupon form is visible
    else coupon form is false
    onSubmit coupon
    send info with send and load to server
    If you use a html popup your coupon may never get viewed.
    Javascript may be off or popup blockers on.

  • Help Needed with Email Form Confirmation

    I have created an email form that curently defaults to the
    home page. Is there a way to have it go to a confirmation page? I
    am sure there is something in the HTML Language, but not sure?
    Thanks in advance

    I like an easy life!
    Take a look at bebosoft.com
    Formstogo- Purists may object but it works with cgi, php and
    asp. can show
    error and success pages as well as send the sender a
    confirmation email.
    OH! almost forgot It's very expensive you may need a morgage
    $18 with life time support and I think upgrades.
    Used it for a few years
    cheers
    Ian
    "bryanbcorny" <[email protected]> wrote in
    message
    news:e4svap$fut$[email protected]..
    >I have created an email form that curently defaults to
    the home page. Is
    >there
    > a way to have it go to a confirmation page? I am sure
    there is something
    > in the
    > HTML Language, but not sure?
    >
    > Thanks in advance
    >

  • Hello, I am trying to build a pizza menu where i can click on a pizza pic or link and than this selction is added to a muse email form, without the users need to retyp it. Anybody know how to do that? thank you for your help Peter

    I would like to know how to add a selection form a website to an muse email form with out the user to having to enter it but only clicking on the selected item. This is for a pizza menu.

    You can try this :
    http://www.qooqee.com/adobe-muse-widgets/astrolabe-muse-menu
    Thanks,
    Sanjit

  • Need help adapting David Powers PHP email form script please!

    Hi all,
    I'm fairly inexperienced with PHP and I'm trying to adapt the David Powers email form script from THE ESSENTIAL GUIDE TO DREAMWEAVER CS4 WITH CSS, AJAX, AND PHP.
    I've created a basic form so that visitors to the site can request a telephone call back from the site owner. The form asks the visitor for their name, telephone number and to select a time of day suitable for the telephone call to be made using radio buttons selecting between morning and afternoon.
    I'd like to achieve my goal with minimal validation error messages and would like to redirect to another page when a message is sent successfully. It is also important that in the spirit of the David Powers script I'm trying to work with, that it filters out suspect input, avoids email header injection attacks and blocks submission by spam bots.
    There may be a really simple solution to this since I don't want users to be able to enter an email address at all but I don't know enough to be able to figure it out just yet.
    I'd be grateful for any advice.
    See below for the code for the form including PHP so far...
    Thanks to everyone looking in in advance
    Karl.

    GEAtkins wrote:
    > I am using the redirect to a personal page from page 515
    of The Essential
    > Guide to DWCS3 in the following form:
    $_SESSION[MM_Username].php in the "if
    > login succeeds" field.
    Thank you for reminding me. There's a mistake in the book,
    which I
    discovered over the Christmas period, so forgot to send to
    friends of ED
    for the errata page.
    Don't use $_SESSION[MM_Username]. Use $loginUsername instead.
    It then works.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • LabView "Guru" needed for the summer (4 month project) Kalamazoo, MI

    LabView "Guru" needed for the summer (4 month project)
    I am looking to hire a LabView "Guru" for a summer project in Kalamazoo, MI that will last 4 months.  Specifically, the ideal person will have the following:
    LabView expert with a minimum of 7-15 years of experience working with LabView (currently using version 6.1).
    80% of the job will be dissecting and interpreting mature LabView code and then re-engineering it to be used for testing.
    Printed Circuit Board experience a plus.
    4 year degree (BSEE preferred, but expertise in LabView takes priority over degree)
    The pay will be $60/hr and you can plan on overtime of at least 10 hrs each week that will be paid at $90/hr. 
    Please call 616-855-4600 if you need more information and email a "word" copy of your resume to [email protected]

    Sounds like Parker-Abex (LabVIEW 6.1 part)
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Acrobat X, change default message in emailing Forms

    I have searched raised questions for an answer, there is one in 2010 on the same issue but for Acrobat 9, where Adobe simply say it can't be done, and the question writer tells Adobe they are foolish to not provide such an obvious requirement. So, hoping that Acrobat Pro X has adopted this since then. . . .
    When distributing Forms via email, Acrobat provides a default message to go to the recipient. This can, of course be chnaged, but, everytime a new distribution is made, the default message has reverted and it has to be changed again. Any software designer with a ounce of intelligence would realise that the Forms creator needs to retain the modified message, and moreover, needs to keep a set of various standard messages that can be quickly selected.
    I have found the file that holds the default message in location Documents and Settings\User\Application Data\Adobe\Acrobat\10.0\Forms\AdhocWorkflowBackup. This is a file without any extension. I have a programme that can view the file content and see the default message wording, but, I can't modify and save.
    Please can someone help. Currently, I have to keep wordings I need in a Notepad file and continually copy it in.
    In Acrobat X, there are several small things not provided that a user of the programe would need to make it a really good service. It's as if Adobe just did not bother to finish it off with a full set of normally needed tools and functions.
    Regards Jonathan

    OK.  I will live with the fact that I can not change the text in the purple instruction heading.  I have a new problem.  In order to prevent others from tampering with the form, I have used Password Protection, Restrict Editing, entered a password under Change Permissions, allow printing and filling in form fields.  Then I used the Save As feature, Enable additional features.
    I now have what I wanted, a form that can not be changed.  A day later I decided to add yet one more line of instruction.  I can NOT get into my own form.  I know the password (obviously), but I can not get to a screen that will allow me to enter it.
    HELP !

  • PHP Email Form is not Emailing

    HI,
    I made a PHP email form and i was wondering if i did it
    correct. I try to send a email but for some reason it wont work
    here is the PHP code:
    <?php
    $emailSubject = 'Computer Question!';
    $webMaster = '[email protected]';
    $nameField = $_POST ['name'];
    $phoneField = $_POST ['phone'];
    $emailField = $_POST ['email'];
    $questionField = $_POST ['question'];
    $body = <<<EOD
    <br><hr><br>
    Name: $name <br>
    Phone: $phone <br>
    Email: $email <br>
    Question: $question <br>
    EOD;
    $headers = "From: $email\r\n";
    $headers .="Content=type: text/html\r\n";
    $success = mail($webMaster, $emailSubject, $body, $headers);
    /* Results Rendered as HTML */
    $theResults = <<<EOD
    ?>
    Here is the Email form:
    :<!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>
    <body>
    <form id="form1" name="form1" method="post"
    action="Contact form 505 test 2.php">
    <table width="70%" border="1" cellpadding="6">
    <tr>
    <th width="16%" scope="col"><div align="right">
    <label for="name">Name:</label>
    </div></th>
    <th width="84%" scope="col"><div align="left">
    <input name="name" type="text" id="name" size="35"
    maxlength="60" />
    </div></th>
    </tr>
    <tr>
    <th scope="row"><div align="right">
    <label for="phone ">Phone Number</label>
    </div></th>
    <td><div align="left">
    <input name="phone " type="text" id="phone " size="35"
    maxlength="13" />
    </div></td>
    </tr>
    <tr>
    <th scope="row"><div align="right">
    <label for="email">Email:</label>
    </div></th>
    <td><div align="left">
    <input name="email" type="text" id="email" size="35"
    maxlength="40" />
    </div></td>
    </tr>
    <tr>
    <th scope="row"><div align="right">
    <label for="question">Question:</label>
    </div></th>
    <td><div align="left">
    <textarea name="question" cols="26" rows="8"
    id="question"></textarea>
    </div></td>
    </tr>
    <tr>
    <th scope="row"> </th>
    <td><label for="Send Email"></label>
    <input type="submit" name="Send Email" id="Send Email"
    value="Submit" /></td>
    </tr>
    </table>
    </form>
    </body>
    </html>
    Any help would be appreciated!
    thanks

    .oO(jumpman310)
    > I made a PHP email form and i was wondering if i did it
    correct. I try to send
    >a email but for some reason it wont work here is the PHP
    code:
    Next time please be more specific. "won't work" isn't really
    helpful.
    Anyway, the first thing to fix is the error reporting on your
    testing
    server, obviously it's not configured properly. In your
    php.ini these
    directives have to be set:
    error_reporting = E_ALL|E_STRICT
    display_errors = on
    You should get some notices from your script. After fixing
    those issues,
    you should also read about header injection and how to
    prevent it. Your
    script is vulnerable and can be abused for sending spam. Also
    consider
    to use a class like PHPMailer to make things more secure and
    convenient.
    Some further notes about your form markup:
    * It's very good that you make use of labels for your form
    controls, but
    in some cases the IDs of these controls contain spaces, which
    is not
    allowed.
    * You don't really need a label for a submit button.
    * Consider to drop all those div elements in the table
    headers - you
    don't need them. Use CSS to style the labels the way you
    want, e.g.
    form th {text-align: right}
    I also use this:
    label:hover {outline: 1px dotted #666}
    * Check the markup of the "Name" row. The 'scope' attribute
    is incorrect
    and the form control should be inside a 'td', not a 'th'.
    Micha

  • PHP email form checkbox values?

    Hello,
    I'm creating a php email form which part of it consists of a few checkboxes that I need to get the values of. My php knowledge isn't that great therefore I used a tutorial to successfully create the bulk of the form.
    I currently have 7 checkboxes set up as such:
    <input type="checkbox" id="grade_5" name="grade[]" value="Grade 5" />
    Each of these are named "grade[]" to be stored in an array called "grade".
    I know that the values are successfully stored in the array as they show up in the browser when I echo the array.
    $grade = $_POST['grade'];
    $N = count($grade);
    for($i=0; $i < $N; $i++) {
         echo($grade[$i] . " ");
    So, the part I am having trouble with is getting the values to show up in the body of the email.
    $body = "
    Grade Level(s): $grade
    All that is returned in this case is the word "Array" instead of the desired checked grade values.
    Any help is much appreciated! Thank you in advance!
    *Note: All other values (textboxes, selection dropdowns, etc.) are already successfully sent to the email.

    danedmonds wrote:
     All that is returned in this case is the word "Array" instead of the desired checked grade values.
    That's because $grade is an array. If you want to access the values, you need to use a loop. Alternatively, use implode() to turn it into a comma-separated string, like this:
    $grade = implode(', ', $grade);

  • Email form not coming through to inbox

    Hello everyone.
    I've built a email form in DW CS3 (It's a custom form, not something I got from godaddy or from internet), but when you type in the info, from the form it is not coming to the inbox once you hit send. Can anyone tell me what I'm doing wrong?
    I'm using godaddy. In "action" I have: /gdform.php (Post).
    Here is the code:
    <!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>Process/Mosotomoss/Image Stager</title>
    <style type="text/css">
    <!--
    #apDiv1 {
              position:absolute;
              left:195px;
              top:17px;
              width:692px;
              height:1682px;
              z-index:1;
    .style1 {color: #FFFFFF
    #apDiv3 {
              position:absolute;
              left:193px;
              top:1700px;
              width:1020px;
              height:24px;
              z-index:2;
    #apDiv2 {
              position:absolute;
              left:301px;
              top:743px;
              width:397px;
              height:40px;
              z-index:3;
    #apDiv4 {
              position:absolute;
              left:298px;
              top:739px;
              width:603px;
              height:36px;
              z-index:3;
              background-color: #FFFFFF;
    #apDiv5 {
              position:absolute;
              left:300px;
              top:741px;
              width:509px;
              height:31px;
              z-index:3;
              background-color: #FFFFFF;
    #apDiv6 {
              position:absolute;
              left:299px;
              top:739px;
              width:353px;
              height:38px;
              z-index:3;
    #apDiv7 {
              position:absolute;
              left:305px;
              top:741px;
              width:382px;
              height:40px;
              z-index:3;
    #apDiv8 {
              position:absolute;
              left:301px;
              top:738px;
              width:822px;
              height:530px;
              z-index:3;
    #apDiv9 {
              position:absolute;
              left:299px;
              top:742px;
              width:824px;
              height:528px;
              z-index:3;
    #apDiv10 {
              position:absolute;
              left:443px;
              top:745px;
              width:401px;
              height:258px;
              z-index:4;
    #apDiv11 {
              position:absolute;
              left:300px;
              top:746px;
              width:143px;
              height:257px;
              z-index:5;
    #apDiv12 {
              position:absolute;
              left:1227px;
              top:586px;
              width:240px;
              height:272px;
              z-index:4;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_validateForm() { //v4.0
      if (document.getElementById){
        var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
        for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
          if (val) { nm=val.name; if ((val=val.value)!="") {
            if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
              if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
            } else if (test!='R') { num = parseFloat(val);
              if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
              if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
                min=test.substring(8,p); max=test.substring(p+1);
                if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
          } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
        } if (errors) alert('The following error(s) occurred:\n'+errors);
        document.MM_returnValue = (errors == '');
    //-->
    </script>
    </head>
    <body>
    <div id="apDiv1">
      <div align="center"><img src="images/process.jpg" width="1024" height="1685" border="0" usemap="#Map" />
          <map name="Map" id="Map">
            <area shape="rect" coords="791,45,832,73" href="blog.html" />
            <area shape="rect" coords="841,29,882,74" href="http://www.youtube.com/user/mosotomoss" />
            <area shape="rect" coords="730,44,781,68" href="store.html" />
            <area shape="rect" coords="885,30,929,76" href="https://www.facebook.com/pages/Mosotomoss/125744364118146" />
            <area shape="rect" coords="929,28,974,75" href="http://twitter.com/mosotomoss" />
            <area shape="rect" coords="670,45,722,69" href="press.html" />
            <area shape="rect" coords="611,45,660,69" href="faq.html" />
            <area shape="rect" coords="223,43,298,72" href="process.html" />
            <area shape="rect" coords="304,42,384,68" href="services.html" />
            <area shape="rect" coords="136,40,220,68" href="about.html" />
            <area shape="rect" coords="394,42,505,70" href="1on1staging.html" />
            <area shape="rect" coords="518,45,602,72" href="team.html" />
            <area shape="rect" coords="56,24,117,83" href="index.html" />
            </map>
      </div>
    </div>
    <div class="style1" id="apDiv3">Mosotomoss is an Image Staging Company and an Image Making Company</div>
    <div id="apDiv9">
      <form id="form1" name="form1" method="post" action="/gdform.php">
        <table width="100%" border="0" cellpadding="6">
          <tr>
            <td><div align="right">
              <label>First Name:</label>
            </div></td>
            <td><div align="left">
              <input name="firstname" type="text" id="firstname" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>Last Name:</label>
            </div></td>
            <td><div align="left">
              <input name="lastname" type="text" id="lastname" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>Company:</label>
            </div></td>
            <td><div align="left">
              <input name="company" type="text" id="company" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>Website:</label>
            </div></td>
            <td><div align="left">
              <input name="website" type="text" id="website" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">Email:</div></td>
            <td><div align="left">
              <input name="email" type="text" id="email" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>Phone:</label>
            </div></td>
            <td><div align="left">
              <input name="phone" type="text" id="phone" size="35" maxlength="15" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>City:</label>
            </div></td>
            <td><div align="left">
              <input name="city" type="text" id="city" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>State:</label>
            </div></td>
            <td><div align="left">
              <input name="state" type="text" id="state" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">Services:</div></td>
            <td><div align="left">
              <p>
                <label>
                  <input type="radio" name="Services" value="Seminars" id="Services_0" />
                  Seminars</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Mentoring" id="Services_1" />
                  Mentoring</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Workshops" id="Services_2" />
                  Workshops</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="1on1 Staging" id="Services_3" />
                  1on1 Staging</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Marketing & PR" id="Services_4" />
                  Marketing & PR</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Nonprofit Staging" id="Services_5" />
                  Nonprofit Staging</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Business Planning" id="Services_6" />
                  Business Planning</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Customer relations" id="Services_7" />
                  Customer relations</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Business Plan Staging" id="Services_8" />
                  Business Plan Staging</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Social Media & Networking" id="Services_9" />
                  Social Media & Networking</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Everyday Retail Store Staging" id="Services_10" />
                  Everyday Retail Store Staging</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="radio" id="Services_11" />
                  Consistent & Cohesive Staging</label>
                <br />
              </p>
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>How can we help you?</label>
            </div></td>
            <td><div align="left">
              <textarea name="howcanwehelpyou" id="howcanwehelpyou" cols="25" rows="5"></textarea>
            </div></td>
          </tr>
          <tr>
            <td><div align="right"></div></td>
            <td><div align="left">
              <label>
              <input name="newsletter" type="checkbox" id="newsletter" value="subscribe me" checked="checked" />
              Would you like to subscribe to our FREE newsletter?</label>
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>
              <input type="reset" name="clear" id="clear" value="Reset Form" />
              </label>
            </div></td>
            <td><div align="left">
              <label>
              <input name="submit" type="submit" id="submit" onclick="MM_validateForm('firstname','','R','lastname','','R','email','','RisEmail','phon e','','R');return document.MM_returnValue" value="Submit form" />
              </label>
            </div></td>
          </tr>
          <tr>
            <td><div align="right"></div></td>
            <td><div align="left"></div></td>
          </tr>
        </table>
        <input name="reciepient" type="hidden" id="reciepient" value="[email protected]" />
        <input name="Redirect" type="hidden" id="Redirect" value="emailform.html" />
      </form>
    </div>
    <div align="center"></div>
    </body>
    </html>

    You have this:
      <input name="reciepient" type="hidden" id="reciepient" value="[email protected]" />
    which should be
      <input name="recipient" type="hidden" id="recipient" value="[email protected]" />
    ...but I don't know if current gdform.php processor uses the recipient field, or some other mechanism. Try fixing the typo and if it still doesn't work you need to contact GD for support.

  • Problems with email form in Flex

    I've been scouring the web for an email form in Flex for several days now and am stuck because of what I think are these several areas.
    Setting up the back end - I am running wamp server 2.0 on my devolping machine and have a Windows 2008 Server with PHP set up at my disposal as well.  Most of the tutorials I've come across don't go over these configurations, I've figured a few things out, but am still rather in the dark and am unsure what I've learned is accurate.  Here are a couple questions:
    How do I set up the Flex Build Path.  For example I have a folder created in the www directory of the wamp server named mailform where I tell the HTTPService's url property to post to a php file named 'mail.php'  So would this be correct?
    <mx:HTTPService 
    id="emailService" url="http://localhost/mailform/mail.php"
    method="POST" resultFormat="xml" result="emailResult()" useProxy="false"/>  
    Do I need to change values in wamp's php.ini file.  From what I've found smtp_server, smtp_port, and php_openssl need to be changed.
    Do I need to open up a port on my router (25)?
    Would I need to use an alternative app like PEAR: Mail or phpMailer.  For testing purposes I'm using my gmail account, the client's site this is for uses a bellsouth.net account.
    2. Are problems still persisting with Flash Player 10, like illustrated in this thread: http://www.actionscript.org/forums/showthread.php3?t=196454  As msfx pointed every email form example I've downloaded, there've been many, I have not been able to get to work.  Yet as you can tell there are probably other issues I need to take care of as well.
    Please point me in any direction(s) that will help, am open to all suggestions, would just like to get a working email form done in flex so I can finish the client's site.  Thank you.

    "italiantometa" <[email protected]> wrote in
    message
    news:gk5em7$3s7$[email protected]..
    > Hi Amy,
    >
    > This isn?t spam and I hope you get the email. The tilt
    viewer is a
    > component
    > that allows the images on the screen to be moved about
    from a central
    > point in
    > a see-saw fashion ? kind of like a flat panel can be
    tilted
    > up/down/left/right.
    > I?m looking for someone with FLEX, AS2 and AS3
    experience to take a look
    > at
    > this and fix it for us. Interested?
    Is this a Flash component or a Flex component? What's the
    issue?

  • Email form has template designer's email

    Hi I've been using some Muse templates and modifying them for my needs.  They've been working great but I'm getting an error regarding the email form.  Muse tells me that the email address of the person that designed the template does not match the site. "Form Contact Form is configured with an email address of ********** (I blanked out the actual address here)"  I've changed it within the form several times, opened a blank site in Muse not from the template and then copied that form into the tempalte all to no avail.  Any suggestions?

    Here are two screenshots, thanks.
    Tony

  • Email form problems

    I am trying to get a simple as2 email flash cs3 form to work
    on our goDaddy hosted server. They are not sure how to help. Their
    advice is to change the extension from .php to .php5. Does anyone
    have as2 Flash script and php script that will make a email form
    work on goDaddy? I am posting my code for both that does not work
    now.

    Hi kglad. One. not sure how to "use the onData event of
    receiveLoad and see what error message you're getting." Sorry,
    don't use as2 very much. Two. I am doing all this on the same
    domain, so there should not be any security issues.
    I asked goDaddy what the problem might be and this was their
    (snarky) reply;
    "As you have already been informed, when using a flash form
    on your site, in the scripting for the form you will need to
    reference our SMTP server at relay-hosting.secureserver.net and
    this server does not require authentication."
    They gave me this code a couple of days ago and told me to
    stick this into my PHP code. It didn't help.
    This is beyond me I am afraid.

  • Email form using radio buttons

    Hello! I hope someone can help me out with this one!! I will
    start off by saying that I don't know too much about action script,
    but i have created a Flash email form with just text fields that
    has worked. Now I need to create a form with three sets of radio
    button groups. I need to pass the variables to a php email script.
    Can anyone guide me through this?

    THanks for you help Rob, but I still can't get it to work
    correctly. I'm not getting any email at all. I have a radio button
    group set up. The groupName is "Group1". Then there is a results
    text area on the screen with a var name of "results_ta". My email
    text area's var = "email_ti". I have a submit button component on
    the screen as well. The instance name is "submit_button". Below is
    the flash code that is on the first frame of my movie:
    var submitListener:Object = new Object();
    submitListener.click = function(evt:Object) {
    var result_lv:LoadVars = new LoadVars();
    result_lv.onLoad = function(success:Boolean) {
    if (success) {
    result_ta.text = result_lv.welcomeMessage;
    } else {
    result_ta.text = "Error connecting to server.";
    var send_lv:LoadVars = new LoadVars();
    send_lv.email = email_ti.text;
    send_lv.radioOne = group1.selection.data;
    send_lv.sendAndLoad("sendmail.php", result_lv, "POST");
    //send_lv.sendAndLoad("sendmail.php", "POST");
    submit_button.addEventListener("click", submitListener);
    stop();
    Next my php code is as follows:
    <?php
    $sendTo = "[email protected]";
    $subject = "My Flash site reply";
    $headers = "From: " . $_POST["email"] ."\r\n";
    $headers .= "Reply-To: " . $_POST["email"] . "\r\n";
    $headers .= "Return-path: " . $_POST["email"];
    $message = $_POST["radioOne"];
    mail($sendTo, $from, $subject, $message, $headers);
    ?>
    Do you see anything that is off? I think I've lost it,
    because I had an email being sent, it just didn't add any of the
    info, but now I'm not even getting an email sent!! I'm in despair
    because the project is due tomorrow!!!
    thanks!

Maybe you are looking for

  • HP LaserJet 1300 issues

    I was working on an iMac and needed to hook up a HJ LJ 1300. When I hooked up the printer and plugged in the USB the computer stopped responding. The mouse and keyboard were "Locked". When I unplugged the USB cable they resumed to function normally (

  • Quicktime problem PLEASE HELP!!!!

    Whenever i try to watch a trailer in hd from the site:http://trailers.apple.com/. I get this error message in quicktime, quicktime dosen't even open it only displays the error message. "Error 47: Invalid URL. 0". I have found some solutions to this p

  • Can we set address book to always show groups?

    May seem trivial to some, but the new Address Book drives me crazy.  I do not want to only see one page at a time and loved being able to see one column on the left side with all the groups, the next with all the contacts, the next on the right with

  • Error starting the last available version of PC su...

    After installing when running pc suite I get this error The application failed to initialize properly (0x0150002). Click OK to terminate the aplication. I have never had this erro before. I have W xp sp2

  • Session level auditing

    Hi everyone, I need oracle document ID for session-level auditing in oracle 10g.If you 've any steps to do auditing in session level,kindly post it. Thanks Jaya prataab J