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?

Similar Messages

  • How can I create a contact form for sending emails in SharePoint Online?

    Dear Forum members,
    I´ve got a question about creating a custom contact form to send emails for a public site in SharePoint online.
    Could someone help us with some advise?
    In advance, thank you very much.
    Kind regards,
    Frits

    You can create Custom list and make alerts enable to send emails as soon as contact created.
    Bala

  • Email contact form

    When testing the email contact form on the site i've just put together for iphone, when you go to fill the form in, the page zooms in really hard and you cant get out of it. You have to go into the url and take out the #last part of the address to get it to display properly again
    Any ideas?

    Yes of of course Parikshit;
    http://thesoundguymob.businesscatalyst.com/phone/index.html#home
    you then go to contact and try to fill in the email contact form....

  • Email Contact Form : Form Script Error PHP

    Hi there,
    Just finished creating my site and it is now live. This is my first time making a website and uploading it to a server. I have a contact form on the site and when I tested it, I got this warning (blue box just blocks website name for safety):
    As well, when I exported the HTML from Muse so I could upload it to the server, I got this warning (blue boxes just blocks email and website for safety):
    I am not sure how to fix this as this contact page is something very important for me to have. I use Gmail for my email that will be receiving the contact form entries.
    Thanks,
    Jonathan

    I actually got it working! I got in contact with my server and they seem to have fixed the issue!
    I had it uploaded to business catalyst originally and this issue was not happening.
    Thanks for your help though,
    Jonathan

  • Email Contact Form Problem

    I have set up a contact form on my website to be e-mailed to an e-mail address I have set up for the site on clicking the "submit" button. I have apparently succeeded in associating the PHP script to the form, as I get the PHP error message every time I click the submit button to show the e-mail has not been sent. Having worked my way down to the simplest of PHP scripts and triple checking all my variable details are matching the names in the HTML, I tried checking with my host Netcetera if there was something I needed to do at their end.
    They replied "The form mail should be authenticated with a valid email address and its password. Please use SMTP host as mail.netcetera.co.uk"
    I cannot find anyway of doing this directly in Dreamweaver nor any guidance on Adobe on how to do this.
    Any ideas?
    Gordon (Obviously a newbie)

    You should probably check to see if it will even run PHP. Have you created a page with a php extension and if so does it display correctly?
    Sometimes the script needs to be in a folder with permissons that allows scripts to run, which you might be able to do with a CPANEL control somewhere or a folder called scripts.
    You shouldn't be required to use their script and should be able to write your own (I purchased software to do this, as I don't writ PHP mail processing scripts).
    Jim
    PS. Another thing that I have come across is that the sending email (from in your script) must actually be an email address. So if you are wanting to send a confirmation email, that address that is sending it to the form filler outer it can't be a junk address. If you can set up an email account for this form, I would suggest [email protected] (with your domain information of course).

  • April 1 2013 - contact form not sending - need a review of code - see below

    i have a html5 responsive design for website - tested out the contact page and the [email protected] email links in the about and at bottom of website in dreamweaver CS5 on my computer and it works - these do not work when tested from iphone or other computer - can you review the code below and provide any soultions to get the email links and the contact page to work?
    <div class="space"> </div>
            <div class="clear"> </div>      
            <div class="clear"> </div>
          </div>
        </div>
        <div class="page" id="contact">
          <!-- page contact -->
          <h3 class="page_title"> Let's Get Started</h3>
          <div class="page_content">
            <fieldset id="contact_form">
              <div id="msgs"> </div>
              <form id="cform" name="cform" method="post" action="">
                <input name="name" type="text" class="whitetextcontent" id="name" onfocus="if(this.value == 'Full Name*') this.value = ''"
                                onblur="if(this.value == '') this.value = 'Full Name*'" value="Full Name*" />
                <input name="email" type="text" class="whitetextcontent" id="email" onfocus="if(this.value == 'Your Email Address*') this.value = ''"
                                onblur="if(this.value == '') this.value = 'Your Email Address*'" value="Your Email Address*" />
                <input name="subject" type="text" class="whitetextcontent" id="subject" onfocus="if(this.value == 'Subject*') this.value = ''"
                                onblur="if(this.value == '') this.value = 'Subject*'" value="Subject*" />
                <textarea name="message" class="whitetextcontent" id="message" onfocus="if(this.value == 'Your Message*') this.value = ''"
                                onblur="if(this.value == '') this.value = 'Your Message*'">Your Message*</textarea>
                <button id="submit" class="button"> Send Message</button>
              </form>
            </fieldset>
            <div class="clear"> </div>
          </div>
        </div>
        <div class="footer">
          <p><a href="mailto:[email protected]">© 2013 Karen P White Design, LLC</a></p>
        </div>
      </div>

    greetings everyone -
    thank  you for your quick replys - i reviewed and did some digging .....
    to answer some of your Qs:
    J Carp:  thanx for noting the blank between""   i found a contact.php file and added "[email protected]" between the "" so it would point to the PHP script that processes the form.
    M summers: the forms code is in php for the contact forms subscription.  index html for the main page and contact.php for form part
    Nancy O - not sure i understand this fully "
    "mailto: links only work on devices that have dedicated e-mail software installed on them.  If the end user doesn't have e-mail software, the mailto link does nothing.".... "
    Best practice is to use a form-to-email processing script that hides your address from robots and has spam prevention built in.
    Contact your web host.  Many hosts provide scripts on their servers which you can activate through your Admin Panel or by referencing the script in your form's action attribute.
         <form action="path-on-server/form-to-email-script.php">"
    BUT it helped me to see that i had to dig and look for other files that needed editing. thanx
    i have done testing from different browsers on different computers for the contact form send/submit page and it is working so far.
    thank you all for this information - it all has helped. i will be reviewing the email "mailto" href link now to see if that works....
    KPW

  • Please help !! Contact form not sending mail

    www.concretegta.com
    in the contact us page i have made a little contact form, but i am not recieving mail to my email. Can someone please help, http://www.concretegta.com/contact.html is where the form is.
    this is the coding for the php
    <?php
    $mailto = '[email protected]' ;
    $subject = "Feedback from General Concrete Solutions" ;
    $formurl = "http://www.concretegta.com/contact.html" ;
    $thankyouurl = "http://www.concretegta.com/emailsent.html" ;
    $errorurl = "http://www.johnsmith.com/oops.html" ;
    $email_is_required = 1;
    $name_is_required = 1;
    $comments_is_required = 1;
    $uself = 0;
    $forcelf = 0;
    $use_envsender = 0;
    $use_sendmailfrom = 0;
    $smtp_server_win = '' ;
    $use_webmaster_email_for_from = 0;
    $use_utf8 = 1;
    $my_recaptcha_private_key = '' ;
    // -------------------- END OF CONFIGURABLE SECTION ---------------
    define( 'MAX_LINE_LENGTH', 998 );
    $headersep = $uself ? "\n" : "\r\n" ;
    $content_nl = $forcelf ? "\n" : (defined('PHP_EOL') ? PHP_EOL : "\n") ;
    $content_type = $use_utf8 ? 'Content-Type: text/plain; charset="utf-8"' : 'Content-Type: text/plain; charset="iso-8859-1"' ;
    if ($use_sendmailfrom) {
    ini_set( 'sendmail_from', $mailto );
    if (strlen($smtp_server_win)) {
    ini_set( 'SMTP', $smtp_server_win );
    $envsender = "-f$mailto" ;
    $fullname = isset($_POST['fullname']) ? $_POST['fullname'] : $_POST['name'] ;
    $email = $_POST['email'] ;
    $comments = $_POST['comments'] ;
    $http_referrer = getenv( "HTTP_REFERER" );
    if (!isset($_POST['email'])) {
    header( "Location: $formurl" );
    exit ;
    if (($email_is_required && (empty($email) || !preg_match('/@/', $email))) || ($name_is_required && empty($fullname)) || ($comments_is_required && empty($comments))) {
    header( "Location: $errorurl" );
    exit ;
    if ( preg_match( "/[\r\n]/", $fullname ) || preg_match( "/[\r\n]/", $email ) ) {
    header( "Location: $errorurl" );
    exit ;
    if (strlen( $my_recaptcha_private_key )) {
    require_once( 'recaptchalib.php' );
    $resp = recaptcha_check_answer ( $my_recaptcha_private_key, $_SERVER['REMOTE_ADDR'], $_POST['recaptcha_challenge_field'], $_POST['recaptcha_response_field'] );
    if (!$resp->is_valid) {
      header( "Location: $errorurl" );
      exit ;
    if (empty($email)) {
    $email = $mailto ;
    $fromemail = $use_webmaster_email_for_from ? $mailto : $email ;
    if (function_exists( 'get_magic_quotes_gpc' ) && get_magic_quotes_gpc()) {
    $comments = stripslashes( $comments );
    $messageproper =
    "This message was sent from:" . $content_nl .
    "$http_referrer" . $content_nl .
    "------------------------------------------------------------" . $content_nl .
    "Name of sender: $fullname" . $content_nl .
    "Email of sender: $email" . $content_nl .
    "------------------------- COMMENTS -------------------------" . $content_nl . $content_nl .
    wordwrap( $comments, MAX_LINE_LENGTH, $content_nl, true ) . $content_nl . $content_nl .
    "------------------------------------------------------------" . $content_nl ;
    $headers =
    "From: \"$fullname\" <$fromemail>" . $headersep . "Reply-To: \"$fullname\" <$email>" . $headersep . "X-Mailer: chfeedback.php 2.16.2" .
    $headersep . 'MIME-Version: 1.0' . $headersep . $content_type ;
    if ($use_envsender) {
    mail($mailto, $subject, $messageproper, $headers, $envsender );
    else {
    mail($mailto, $subject, $messageproper, $headers );
    header( "Location: $thankyouurl" );
    exit ;
    ?>

    >? i dont understand why there would be secuirity
    >risks... did i do something wrong??
    Most of the time McAfee SiteAdvisor gets it right but it's not perfect. It's possible there is something suspicious on your site but if you think everything is ok request a review:
    https://www.siteadvisor.com/analysis/recommendchanges/?url=http%3A//www.concretegta.com/

  • Adobe Muse Contact Form not sending submissions to my email

    I have been trying to troubleshoot this for a few days now and still no luck. This email in Muse is from my hosting site and everything so that's not the problem. Any help would be greatly appreciated. Thanks!

    I have been trying to troubleshoot this for a few days now and still no luck. This email in Muse is from my hosting site and everything so that's not the problem. Any help would be greatly appreciated. Thanks!

  • Draft emails not deleting after sending via Mail.app

    When I compose an email a copy of that get auto saved in the Draft folder and should delete itself once I press send but that is not the case.  After I press send I can see a copy in my Sent folder AND in the Draft folder.  It only seems to happen with some emails that have attachments even with very small file sizes.
    Has anyone else had this problem and is there a fix? 
    Email is my business and I can't have unpredictable behaviour like this.  When I see the same message in my Draft and Sent folders its impossible to tell if it has actually been sent.  I have to follow up with a phone call to verify receipt.  Ridiculous!
    Here are my relevant specs:
    IMAP email service
    OSX 10.6.8
    Mail.app
    If you have a fix, thanks in advance.

    When I compose an email a copy of that get auto saved in the Draft folder and should delete itself once I press send but that is not the case.  After I press send I can see a copy in my Sent folder AND in the Draft folder.  It only seems to happen with some emails that have attachments even with very small file sizes.
    Has anyone else had this problem and is there a fix? 
    Email is my business and I can't have unpredictable behaviour like this.  When I see the same message in my Draft and Sent folders its impossible to tell if it has actually been sent.  I have to follow up with a phone call to verify receipt.  Ridiculous!
    Here are my relevant specs:
    IMAP email service
    OSX 10.6.8
    Mail.app
    If you have a fix, thanks in advance.

  • Can someone help me email pdf form after filled out/saved toanother party without it showing up blank?

    I own a windows RT and am desperately looking for an app that I can fill out PDF forms created by my job to then email to another party. It seems after I open a PDF form I have to then save it as a copy before I can even start working on it and then save it again once finished. Then when I email it to someone within my company it always arrive blank but when I get the bad news I'll go back to view the form and its filled out on my end. Can someone please help me with this situation?

    I just have the most recent app available for the Microsoft surface RT so if it is the 11.0.07 then great but I'm still having troubles with the surface RT only. Any ideas?
    Jason Dudley
    [signature deleted by host]

  • I'm having problems with my email contacts. I send a note to one specific email adress and I goes elsewhere. What is this?

    I have multiple email accounts. Some are not real emails, but ways to share notes into specific accounts provided by services like Evernote, Springpad, Pocket or Readability.  So you if I'm doing a spreadsheet on Numbers and  want to save it in my Evernote account, for example, the only possible way is to send it as an email to my specific Evernote email address  and its done. Seconds later I can check and it will be there. Problem is since I upgraded my iPad to iOS 7, things are a bit strange. If I share an email to Evernote, it goes to my Gmail account, and the same happens to my other accounts. I send to Gmail, it goes to Readability, I send to Readability, I get it on Outlook.com. What is going on? How can I fix this? Am I the only one? I'd appreciate some help on the subject. Thanks in advance.

    1) This is because of software version 1.1. See this
    thread for some options as to how to go back to 1.0,
    which will correct the problem...
    http://discussions.apple.com/thread.jspa?threadID=3754
    59&tstart=0
    2) This tends to happen after videos. Give the iPod a
    minute or two to readjust. It should now be more
    accurate.
    3) This?
    iPod shows a folder icon with exclamation
    point
    4) Restore the iPod
    5) Try these...
    iPod Only Shows An Apple Logo and Will Not Start
    Up
    iPod Only Shows An Apple Logo
    I think 3,4, and 5 are related. Try the options I
    posted for each one.
    btabz
    I just noticed that one of the restore methods you posted was to put it into Disk Mode First rather than just use the resstore straight off, I Have tried that and seems to have solved the problem, If it has thank you. previously I have only tried just restoring it skipping this extra step. Hope my iPod stays healthy, if it doesnt its a warrenty job me thinks any way thanks again

  • Opinion on email contact form or email link?

    On my new site, one of the calls to action for the reader is to send an email to the Mayor.  I was going to use a basic email link and populate the subject line and the first line of content, but some have suggested that users like the idea of a form they fill out versus an email link.  The form would have stuff like "enter your email, add your comments" etc.  I can see the value in this but are there any trends in users to suggest they like one better than the other?
    That said, I have never built an email form and have no experience in php.  Can anyone point me to a good tutorial?  It would also be great to add an "add me to your email list" for updates.
    Thoughts and help much appreciated,
    Gary

    Is there a way to have a checkbox like YES, SEND ME UPDATES?
    yes, you can add extra fields, checkboxes, radiobuttons, etc.
    Just install the script and try it out, it is not that difficult.
    It will just send the form though, like garywpaul says you may want to get it into a database.
    Never tried that, there is some info on this on the site of the maker: http://www.fastsecurecontactform.com/send-form-data-elsewhere
    If it becomes too difficult just sort the addresses in your mail client.
    Since the email is going to the Mayor, is there a way to moderate the emails (ie: read them first before sending them on) to make sure that there is nothing inappropriate?  Is this poor form?  It's a controversial topic so I would imagine that the opposition could bombard the form and put in lots of misleading emails.  What do you think?
    I don't know. If you are his secretary you might stand up as his gatekeeper. If you are the designer or webdeveloper I'd say this is not your task.
    Or maybe the mayor has his own people that will do that for him?
    If you are afraid that people will bombard him with e-mails you might reconsider using a contactform and using an email link instead (with a special email address for this purpose)
    With an e-mail link people will have to use their own e-mail program and they are less likely to bombard the man with all kind of crap.
    (Although the script can check whether the e-mail address is a valid address, it cannot know if it is real address of the person sending the mail.)
    [edit]
    If you need a way where people can react/give their opinion on certain matters you could also considering setting up a WordPress site for this occasion.
    People can leave comments and you will have a lot of control on the process.
    Like that people need to subscribe before they can comment, you can hold comments for moderation etc.
    Just a thought...
    [edit]
    I think I misunderstood what you are trying to do. It is *your* site, not a site for the mayor right?
    Message was edited by: EagerBob

  • Error while opening a form after R12 install

    Hi,
    I have installed EBS R12.0.4 on linux. The install is successful and i am able to login. But when I am trying to open a forms session I am getting an error "Unknown plugin (application/x-java-applet;jpi-version=1.5.0_13)". I am using Mozilla Firefox 3 beat 5. The browser is unable to find the java plugin required to open a forms based session.
    Can anyone let me know the reason & provide the steps to install the required plugin?
    Thanks,
    Amit

    Hi Amit,
    You need to have a valid entry in the hosts file (under %Windows%\system32\drivers\etc directory) as follows:
    <IP Address> <hostname.domainname>
    IP Address: is the IP Address of the machine where Oracle Apps is installed
    hostname.domainname: is the hostname and the domaninname where Oracle Apps is installed
    From IE, add the application URL to the trusted sites list and access the login page from the following URL:
    http://<hostname>.<domainname>:<port>/OA_HTML/AppsLogin
    To access the application from Firefox, install the missing plugin from the following URL, then you should be able to access the application using the URL posted above.
    http://<hostname>:<port>/OA_HTML/oaj2se.exe
    If you have Metalink access, please refer to the note referenced in my previous reply for more details.
    Regards,
    Hussein

  • Issues with AR Invoice form after sending barcode and tab data to PC

    Hi,
    We have a barcode system to scan ItemCodes and send 5 x tabs 'keypresses' to the checkout users PC.
    This basically populates all the required fields on the AR Invoice row and jumps down to the next row ready for the next barcode.
    We have recently upgrading to 8.8, and we have developed an annoying issue.  Intermittently, the PCs not behaving as expected.  Here are some of the bad results we have experienced:
    1. The barcode scan is done, but the tabs being sent to the PC are not registered..  The PC just sits there with the cursor at the end of the (populated) ItemCode box without recognising that tabs have been sent
    2. The barcode scan is done and the ItemCode box is populated as expected.  However SAP has not processed all the expected tabs and the cursor remains one of the next few fields awaiting user input.
    3. As above the barcode scan is done and the ItemCode box is populated as expected.  However SAP has not processed all the expected tabs.  Also, the cursor is not present within the current 'selected' field - it seems to have almost lost focus from the fields on the form.  Note: the SAP window remains the active Window.
    All of this means that the processing of Invoices is being delayed as tabs are not being processing and form focus is being lost.
    The form settings are correct as they are unchanged from being working to suddenly stopping working.  The issue is occasionally resolved by a reboot of the client PC in question. 
    Is this a known issue in 8.8?  If not, is this most likely to be caused by display issues or SAP 8.8 not being able to handle the receipt of tab commands in such quick sucession?
    Any pointers or comments from your experience would be appreciated.
    Regards
    OB

    Which patch level are you using as this should be fixxed. I would also look if there are any conflicts with the add-ons as there some major changes in the SDK.

  • Email not closing after send

    Has anyone seen this? I returned to email after doing something else and noticed that the message I had sent was still in edit mode... appearing like it had never sent... which I know isn't true because somebody replied to it.
    I may have seen the same thing happen with SMS.... anyone out there seen that?

    Probably the same problem as everyone here:
    http://discussions.apple.com/thread.jspa?threadID=1025215&tstart=15

Maybe you are looking for

  • Multiple iCloud accounts on same device

    With multiple MobileMe accounts (on the same device), only the 'primary' account would 'push' email. The other accounts would need to manually fetch the email. Has this changed with iCloud? If you set up multiple iCloud accounts, will they all have e

  • How do i get my contacts back on my iphone from icloud?

    How do i get my contacts back on my iphone from icloud?

  • Does not display e-mail toolbar

    In internet explorer my orange e-mail page shows a toolbar complete with smiles, etc. But in Firefox this toolbar is missing and the font is rubbish. Also, people are telling me they are not getting my e-mails occasionally.

  • W_ACCT_BUDGET YTD Amount

    Hi all, I am using BI Apps version 7.9.6.3 - Financial Analytics and I was wondering why the fact table W_ACCT_BUDGET which carries only budget GL Balances doens't have a column carrying the As of Date (YTD) amount of the GLs?Is this column exists wi

  • Smartview Adhoc Reports

    After retrieving data from HFM using Smartview (11.1.1.3.00 Build 190), when I add excel formulas in the retrieve data columsn and rows, after refresh it goes away (doesn't retain) though I have checked "Use Excel Formatting" and "Preserve Formula on