Contact Form Submission Error

I've got a website on which there is a "Contact Us" form. I have set the submit button to send the form to the email address [email protected] This is the address associated with my Adobe ID. However, instead of receiving a simple form submission, I get the e-mail that I've attached below.

Have you heard about this workaround? I attempted it, but it didn't work for me.
"You then need to edit the following: ( line 103 )
function get_email_headers($to_email, $form_email) {
  $headers = 'From: ' . $to_email . PHP_EOL;
  $headers .= 'Reply-To: ' . $form_email . PHP_EOL;
  $headers .= 'X-Mailer: Adobe Muse CC 2014.2.0.284 with PHP' . PHP_EOL;
  $headers .= 'Content-type: text/html; charset=utf-8' . PHP_EOL;
  return $headers;
This needs changing to the following:
function get_email_headers($to_email, $form_email) {
$headers = 'From: ' . $to_email . PHP_EOL;
$headers .= 'Reply-To: ' . $form_email . PHP_EOL;
$headers .= 'MIME-Version: 1.0' . PHP_EOL;
$headers .= 'X-Mailer: Adobe Muse CC 2014.2.0.284 with PHP' . PHP_EOL;
$headers .= 'Content-type: text/html; charset=utf-8' . PHP_EOL;
return $headers;
The form will now work with hotmail, Gmail etc etc
Hope this helps anyone having the same problem "

Similar Messages

  • Simple contact form php error

    I just replaced an adobe formscentral contact form with the muse simple contact form. It is not working, receiving a php server error when submitting. How can I fix this?? I'm hosting through Amazon Route53.
    Issue is here: CONTACT

    Hi,
    I was able to submit the form, kindly let me know if you are still facing the issue.
    Regards
    Sonam

  • How to view IP address of Contact Form Submission

    Hey guys!
    So today my client e-mailed me about a ex employee that was sending threatening emails about her business thru her contact form. I was looking thru business catalyst to find a IP address on where the email was coming from so I can use the Ignore IP Address function. I took to the Adobe Community looking for an answer and I noticed that some peoples contact form submissions emails show the visitors IP address at the bottom of the email.
    The emails we have received from the ex employee show no IP address on them and neither have other emails from her customers. I looked at the template in business cat. that shows what the email will look like when a customer submits a form and I can't find a Tag that shows where to see Visitor IP addresses.
    How am I able to add a tag to show it and am I able to find out the IP address of where those emails came from?
    Thank You!

    Vikas.Sharma
    This photo is from the Discussion located here:
    https://forums.adobe.com/message/6648984#6648984
    In the photo you see the ip of the visitor. The submitter was using a contact form through adobe muse
    How can i do this?

  • Contact form (send error)

    Here is the error.
    Parse error:  syntax error, unexpected $end in /home/bonesaw/public_html/contactformprocess.php on line 28
    here is the php
    <?php
    /* Subject and Email Variables */
        $emailSubject = 'Crazy PHP Scripting!';
        $webMaster = '[email protected]';
    /* Gathering Data Variables */
        $nameField = $_Post['name'];
        $emailField = $_Post['email'];
        $messageField = $_Post['message'];
        $body = <<<EOD
    <br><hr><br>
    Email: $email <br>
    Name: $name <br>
    Message: $message <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
    EOD;   
    echo "$theResults";
    ?>
    here is the form
      <div id="body">
        <div class="content" id="bodyContent">
          <h3>Get in touch</h3><br />
          <hr />
          <p> If you think I'd be a good fit for your upcoming project or have any questions, feel free to contact me using the form below or email me at [email protected]</p><br />
          <div id="formwrapper">
            <form action="contactformprocess.php" method="post">
                <fieldset class="first">
                  <h2>
                    <label class = "labelOne" for="name">» Name: </label>
                    <input name="name" id="name" />
                    <label for = "email">» Email: </label>
                    <input name="email" id="email" />
                    <label for = "Message">» Message: </label>
                    <textarea name="message" ></textarea>
                  </h2>
            </fieldset>
                <fieldset>
                <input class="btn" name="submit" type="submit" value="Send Message" />
                </fieldset>
            </form>
          </div><!--formwrapper end!-->
        </div><!--bodyContent end!-->
      </div> <!--body end!-->

    fixed it!
    Spacing problem!

  • Form submission error in atg

    Hi guys
    In checkout module i am submitting two forms by using for loop while submiting the two form only first form is submiting ans second one not submiting and also i am using the same component for two forms after submiting the two forms one form is showing what values are submited and second form is getting refreshed and its not showing any thing on browser and also on console
    i am creating the two forms by using for loop
    how to submit the two forms
    please resolve my problem

    You can use CartModiferFormHandler.addMultipleItemToOrder to add multiple items.
    You cannot submit two forms in single page. The time you submit the first form, the control goes to server and its up to the server how it wants to handle it.
    It may redirect to same page or different page.
    If it comes to same page then its treated new page and it do not know about client status that first form is submitted.
    If you like to make it by any means then we have a workaround.
    Have a hidden variable which tells which form is submitted.
    When user click on first form submit and redirect him to same page from handle method based on hidden parameter.
    On Page load checks the hidden parameter if first form is submitted then submit the second form thru java script.
    This is not recommended approach.
    Can you share what exactly you are trying to achieve, there might be better way to handle that?
    Peace
    Shaik

  • Contact form ISSUE

    Hi,
    I have a contact form ISSUE with all my websites.
    Can you somehow help me? Thank you!
    When I send message with contact form I recive this:
    This message was created automatically by mail delivery software.
    A message that you sent could not be delivered to one or more of its
    recipients. This is a permanent error. The following address(es) failed:
      [email protected]
        SMTP error from remote mail server after end of data:
        host smtp2.hosting90.cz [2a03:b780:1:0:216:3eff:fe00:24c]:
        550-This message <[email protected]> was classified as
        550 SPAM.
    ------ This is a copy of the message, including all the headers. ------
    Return-path: <[email protected]>
    Received: from mainftp60038 by h90hr-w2.hosting90.cz with local (Exim 4.72)
            (envelope-from <[email protected]>)
            id 1XReVJ-0002Mw-89
            for [email protected]; Wed, 10 Sep 2014 11:47:57 +0200
    Date: Wed, 10 Sep 2014 11:47:57 +0200
    Message-Id: <[email protected]>
    To: [email protected]
    Subject: Contact Form Submission
    From: [email protected]
    Reply-To: [email protected]
    X-Mailer: Adobe Muse CC 2014.1.6 with PHP
    Content-type: text/html; charset=utf-8
    X-MainFTP-Name: mainftp60038
    <!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>Contact Form
    Submission</title></head><body style="background-color: #ffffff;
    color: #000000; font-style: normal; font-variant: normal; font-weight:
    normal; font-size: 12px; line-height: 18px; font-family: helvetica,
    arial, verdana, sans-serif;"><h2 style="background-color:
    #eeeeee;">New Form Submission</h2><table cellspacing="0"
    cellpadding="0" width="100%" style="background-color:
    #ffffff;"><tr><td valign="top" style="background-color:
    #ffffff;"><b>Ime:</b></td><td>Maja</td></tr><tr><td valign="top"
    style="background-color:
    #ffffff;"><b>Email:</b></td><td>[email protected]</td></tr><tr><td
    valign="top" style="background-color:
    #ffffff;"><b>Poruka:</b></td><td>poruka</td></tr></table><br/><br/><div
    style="background-color: #eeeeee; font-size: 10px; line-height:
    11px;">Form submitted from website: www.ciscenje-pcelica.hr</div><div
    style="background-color: #eeeeee; font-size: 10px; line-height:
    11px;">Visitor IP address: 89.164.37.254</div></body></html>

    What that means is the host that the mail was sent to has flagged the sending domain as Spam. The recipient would have to contact their provider to be removed from the spam list. That isn't a Muse issue so you would have to contact your hosting provider to have this fixed.

  • Third party contact form widgets no longer working with upgrade - PHP errors

    PHP seems to be even more screwed up with the latest update/upgrade to Muse.  The previous upgrade started producing the following error message when I uploaded my site via FTP:
    "1 Warning - Connection to PHP file failed. Unable to check if this web server supports PHP needed by Muse forms. Be sure the domain name entered in the FTP upload dialog is correct."
    However, everything worked and in participating in some queries here, it seemed to be an oddity versus anything serious (things still worked but an error message popped up for no real discernible reason)
    Since the latest update, however, widgets that I have from two different companies for the purpose of emailing me through the website, sending messages, etc, are no longer working and the following message is displayed upon hitting "submit"
    " Form PHP script is missing from web server, or PHP is not configured correctly on your web hosting provider. Check if the form PHP script has been uploaded correctly, then contact your hosting provider about PHP configuration."
    In checking with my web host provider, I was told
    "the page appears to use the script form-u31652.php which does exist on the
    server.
    Unfortunately that error is not specific enough to point us in the right
    direction. PHP is indeed working on the server. However, looking at the
    apache web server error logs I can see that the contact form appears to be
    looking for a file that does not exist.
    To trouble shoot this issue you will want to work with Muse to determine
    why the sites coding is looking for the file
    /usr/home/NAME/public_html/WEBSITE.com/null."
    Any ideas what this means and how to solve this would be great. I've tried re-uploading the entire website, figuring that maybe something wasn't being uploaded via "Modified Only" but it still is happening
    Thanks!

    That isn't what ended up fixing it, Sanjit. Thanks to this article PHP FAQ for Muse Synchronized Text and help from an online representative from Adobe, was able to troubleshoot with my web provider. Turns out the problem was that a while back Muse deleted the fcgi-bin directory (probably during the previous upgrade, as that is when the PHP errors started to surface with me and others). And it was never put back by Muse even during a clean/full reupload of the website.  Had to have my web provider do it manually.

  • Why some contact forms doesn't work on some websites? We don't receive the submission form with the information?

    Why some contact forms doesn't work on some websites? We don't receive the submission form with the information?

    Hi Aish
    I wanted to check the following, but the URL is not found, you have another one?
    thanks
    Nicole
        4. Visit http://my-site.com/scripts/form_check.php in a web browser and make sure you see all green checkmarks. If some items do not display green checkmarks that means that the hosting server is not configured correctly to allow the Form widgets to send email messages to the address you've specified.
                    Contact your web-hosting provider about the server configuration problem. Describe the items that are not marked as green in the form check page, so that they can help you set up the servers to use the correct settings.
    Il giorno 9-set-2014, alle ore 16:11, Aishvarya Raj Rastogi <[email protected]> ha scritto:
    Why some contact forms doesn't work on some websites? We don't receive the submission form with the information?
    created by Aishvarya Raj Rastogi in Help with using Adobe Muse CC - View the full discussion
    Hi Nicole,
    What is the "From" email address in your form?
    Also, have you checked the spam folder?
    Please check the following posts as well :
    https://forums.adobe.com/docs/DOC-3581
    Re: PHP mail may be disabled or incorrectly configured on the web server.
    Regards,
    Aish
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6714281#6714281
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Contact Form Resetting after Submission Bug?

    Currently, when a contact form is submitted, all fields are cleared out and it appears that it returns to the Non-Empty state. However clicking in a field and then back out of it will make it go to the Empty state, as it seems like it should after submission. This seems like a bug?
    How do I make my contact form fully reset after clicking Submit?
    Also, is there a way to make a Clear Form button, or a widget that exists that does this?
    Thanks!
    Jeff

    Hi Sanjit,
    I agree, that's what it should do, however it doesn't. After submission, the form returns to the Non-Empty state with all form data removed. When you click on a field and then back off of it, it then switches over to the Empty state.
    Example: http://generationone.com/supportcenter/index.html
    You can see that after you submit the form, it resets to the Non-Empty state.

  • My 'contact' form is not working.  When I send a test contact it returns to my adobe email account this: "Contact Form" has a new form submission.

    My 'contact' form is not working.  When I send a test contact it returns to my adobe email account this:
    "Contact Form" has a new form submission.

    What exactly is not working ? As you have mentioned form submission notification is received in your email account so form process is working I believe but you want the notifications to go to another email account I think.
    Have you added the email address in "Email to" field in form options ? If yes and then also you are not receiving the form , then please provide me the site url and post a screenshot or form with option box open.
    Thanks,
    Sanjit

  • Error in email contact form, 'after sending'...

    There seems to be an error in the email contact form, 'after sending'...
    i want it to direct to a 'thanks for your email page in the mobile site i'm building, however you get the page unavailable message. all links seem to be OK, it's a very simple site.
    Anyone know if there's a known issue with this?

    what's the URL for your site where you're seeing this error?

  • Strange error message when submitting my contact form - what does it mean?

    This site was designed by someone else and taken over by me.  The contact form used to work but now when you type in the fields and hit SUBMIT you get the error message that I've attached.  I've tried changing the code using Godaddy's gdform mailer steps and it's still not working.
    Try:
    www.ducksinaroworganizers.com/contactus.php
    I was also playing around with this one too:
    www.ducksinaroworganizers.com/contactustest.php
    Thank you.

    Your form is apparently trying to send via SMTP through pobox.com instead of from your own domain. pobox.com has probably set up their server to prevent this type of email relay - a good thing.
    Why not send through your own domain's mail server? I know nothing about GoDaddy, though. You might want to give them a call.
    Mark A. Boyd
    Keep-On-Learnin' :-)
    This message was processed and edited by Jive.
    It shall not be considered an accurate representation of my words.
    It might not even have been intended as a reply to your message.

  • Change 'new form submission' text when receiving email from contact form.

    Hi,
    One of our clients has asked us to change the text they receive when they get an email from their contact form.
    It currently says: 'new form submission'
    they want it to say: 'West of the Moon ~ Ayr ~ Website Enquiry'
    We have tried changing the name of the form but this only changes the subject in the email not the wording on the email. Is there any way to do this?

    Hi Richard,
    Please check the php script to which the web form submits to and then open that with a text editor and edit the verbiage that you want to there.
    PS - You will need to make these changes after every export from Muse as Muse will override them on every export/upload.
    - Abhishek Maurya

  • Contact form error when hotmail email address is used...

    I need urgent assistance with this please...
    We design websites for our members of our training business and we have been contacted by several of our members saying that when a potential client fills in the contact form and uses a hotmail account in the email field, then no notifications are received from our members. This is a huge inconvienience as we have no control over what email account our potential clients use. The "email to" field is set to our members own personal email accounts and they receive all completed forms as long as the potential client does not use a hotmail account in the email field.
    Please help as this is a massive bug and it seems many have this problem.

    After many support conversations from Adobe, they have said this is a server issue which 3rd party who hosts our sites.  But...
    Further 2 days worth of tests from our hosting and domain providers 'Heart Internet', their experts have said -
    "Thanks for your patience.
    We've been testing this for you and it appears that the hotmail, yahoo and AOL emails aren't arriving because of an error in the form.
    The form would need to be told that it needs to accept these emails by specifying them in the script. Unfortunately as coding is outside of our support, the support we can offer is limited."
    Really angry that Adobe had said it isn't an issue with Muse and yet to solve this problem. This is a huge problem if no forms will be submitted if the email field contains 'hotmail' 'AOL' or 'Yahoo' email addresses.
    In my eyes this is a nice ploy to get people signing up with Business Catalyst - which doesnt offer what we need from web hosting.
    Very disgruntled!

  • Flash Contact form with Php Error

    Hi again (".)
    I've making this contact form on flash & i got  the script  for the action script but i'm unable to integrate a php script that would send the mail from my form.
    I'm using two input feilds with instance names as theEmail and theMessage
    Would relly appreciate it if i culd get some help on it. thank you so much.
    Here is the action action script code i'm using -
    snd_btn.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler);
    function fl_MouseClickHandler(event:MouseEvent):void
              if (theEmail.text == "" || theMessage.text == "")
                        theFeedback.text = "Please fill in all fields.";
              else
                        // create a variable container
                        var allVars:URLVariables = new URLVariables();
                        allVars.email = theEmail.text;
                        allVars.message = theMessage.text;
                        //send info to a URL
                        var mailAddress:URLRequest = new URLRequest("mail.php");
                        mailAddress.data = allVars;
                        mailAddress.method = URLRequestMethod.POST;
                        sendToURL(mailAddress);
                        theFeedback.text = "Thank You!";
      theEmail.text = "";
                        theMessage.text = "";

    Actaully is i got this Action script from a tutorial and i learnt from it but the mail.php was not part of the tutorial.
    Would you be able to provide me a php script based on the instances names i mention above?

Maybe you are looking for

  • Cancel all open PO's

    Hi friends, I want to cancel all open PO's. Kindly help.... Regards, vimal

  • One FileVault won't open, programs on other account won't start

    My fiancee has had problems on her 2006-era MacBook Pro 15". She has FileVault on her primary account, and one other administrator account she doesn't use. Recently, the computer froze while running, and upon reboot it couldn't load up the primary ac

  • Route tickets based on Message creaters's location

    Hi SDN team, Let me introduce my self since I am new to SAP basis world & to this community. My name is Rajani kumari , joined recently as SAP basis admin. I was assigned to configure in SM 4.0 . I have few questions in configuring Service Desk in SM

  • Cordinality problem

    hi In simple mapping – one source results in 4 identical target messages, with regarding cardinality what is the problem? thanks kumar

  • Replicate in Two Locations? SAP B1 HANA High Availability

    Hello Experts!  Hope this message finds you well. Can we replicate SAP B1 HANA to a standby server that is in another location?  Example Active Server\Central Server at my New York Data Center and Standby Server in Ohio What would be needed in terms