Weird character being generated by contact form (link to image attached)

Has anyone ever seen this? It looks like an ASCII image of a
Rolodex contact
insert.
The person receiving the contact form results has just sent
this to me.
It can be seen at:
http://www.emurtagh.com/rolodex_image.htm
Any help would be great. Thanks.

Sorry. Here it is.
Message Edited by Dennis Knutson on 09-12-2007 11:18 AM
Attachments:
Append Image.PNG ‏46 KB

Similar Messages

  • Javascript Question - Embedded Contact Form Link

    How come a contact form (iframescr) linked in an HTML page does not show on any browsers when the page is uploaded to a server and tested online? The parameters in the page design are large enough for the form. What could be the reasons for this? Any help will be greatly appreciated.

    http://forums.adobe.com/thread/691654?tstart=0

  • How to drill down when chart data = 0 ? (link to image attached)

    Hi,
    I've been trying to solve this issue for several time now: when i have a chart that contains additional data but the top-level data=0, the user is unable to click/hover to drill down and extract the 2nd level data.
    https://docs.google.com/drawings/pub?id=1m30dxKe3PlMOJSIOV7CYsk_P1aLBRFqcVd2P1Xj_too&w=960&h=720
    In the example above, the value boxes contain the 2nd level data that was drilled from the chart (The issue is with product E)
    thanks
    Edited by: Yair Gat on Dec 2, 2010 3:32 PM

    Download this Drill Down.xlf file from here
    [http://boprofessionals.com/posts/xcelsius/2/Drill%20Down.xlf]
    rename it to xlf if its been as zip.
    run it into your xcelsius
    click on the chart Category labels (A, B, C, D, E)
    good luck
    Amr

  • Contact Form: How do i create a link from an XML file to another domain to read a PHP File

    So i purchased a template from Template Monster and im having a little trouble with the contact form. The server that im uploading it to is a privite server that the company owns. It supports ASP and not PHP. I cant seem to get the ASP form to work so all i want to do it create a link to another one of there servers that supports PHP and have the contact form link to there and read the PHP file (that i will upload to that server) and send the email from there.
    This is the XML that i have to fill in in order to make it work
    Everything in Red is what i needed to fill out in order for the form to work.
    <?xml version="1.0" encoding="utf-8"?>
    <!--
            Please read this information to learn how to set up the contact form integrated
            into the template.
            This readme file explains in details the meaning of the settings that can be
            done in the fcContactFormConfiguration.xml configuration file.
            It is recommended for you to use an XML editor to make changes to this file
             because it’s less possible to make an error in the markup which can cause to
            a not working contact form.
      -->
    <contactFormConfiguration>
        <!--
                An e-mail address which will be used to receive messages from your contact form.
                You can specify several e-mail addresses separating them with a comma.
                For example: [email protected], [email protected], [email protected]
          -->
        <emailTo>[email protected]</emailTo>
        <!--
                A server script type which will process sending e-mails. It depends on your
                hosting and in the current version of the contact form it is allowed to use
                two types:  php (Apache, PHP Hosting); asp (IIS web server, ASP).
          -->
        <serverProcessorType>php</serverProcessorType>
        <!--
                A name of the script file which process sending e-mails on your server (without
                extension). The name contact is used by default.
          -->
        <serverProcessorFileName>contact</serverProcessorFileName>
        <!--
                Set whether to validate only required fields (true/false).  The default value is
                true which means the not required fields of your contact form will not be validated.
                For example if the e-mail field of your form is set as not required (imagine it)
                the form will be processed even if the user types in an incorrect e-mail address.
          -->
        <validateRequiredOnly>false</validateRequiredOnly>
        <!--
                Set whether to submit the form when the Enter key is pressed even if the focus is
                not on the Submit button (true/false).
          -->
        <submitFormOnEnter>false</submitFormOnEnter>
        <!--
                Text showing to the user when the form is submitted without any errors.
          -->
        <messageSentText>Thank you for your message.</messageSentText>
        <!--
                Text showing in case the form is not submitted because of a server error.
          -->
        <messageSentFailedText>Sorry, your message couldn't be sent</messageSentFailedText>
        <!--
                Text your visitor will see while waiting till the processing is over.
          -->
        <formProcessingText>processing...</formProcessingText>
        <!--
                Your SMTP server (for ASP only).
          -->
        <smtpServer>localhost</smtpServer>
        <!--
                Your SMTP port (for ASP only).
          -->
        <smtpPort>25</smtpPort>
        <!--
                Set whether to send the message as a plain text (true) or as HTML (false).
          -->
        <plainText>false</plainText>
        <!--
                ID of the input field (in the structure XML file) to use for the “from: ”
                or email to use instead (for example: [email protected]).
          -->
        <emailFromSource>2</emailFromSource>
        <!--
                Subject of the e-mails that will be sent through this contact form or ID of
                the input field (in the structure XML file) to use for the “subject: ” label
                in your e-mail client.
          -->
        <subjectSource>Contact Form from your site</subjectSource>
        <!--
                Validation error messages that are showing to the user when the form fails to
                validate. The form supports different types of validators. You can change the
                text of the error messages the validators produce here.
                You can use the {LABEL} keyword in these messages. It will replace it with the
                label value of the field where an error occurs.
          -->
        <validationErrorMessages>
            <!--
                    A required field is not filled in.
              -->
            <message type="fieldIsRequired">{LABEL} is required.</message>
            <!--   
                    The specified e-mail address is incorrect.
              -->
            <message type="emailNotValid">{LABEL} - is not valid email address.</message>
            <!--
                    The specified number of characters in a field is less than a required minimum.
              -->
            <message type="minCharsLimitError">{LABEL} - The specified number of characters in a field is less than a required minimum.</message>
            <!--
                    The specified string does not match with the regular expression.
              -->
            <message type="reqExpError">{LABEL} - The specified string does not match with the regular expression.</message>
            <!--
                    The specified number is greater than an acceptable biggest number for this field.
              -->
            <message type="biggerThanMaxError">{LABEL} - The specified number is greater than an acceptable biggest number for this field.</message>
            <!--
                    The specified number is lower than an acceptable lowest number for this field.
              -->
            <message type="lowerThanMinError">{LABEL} - The specified number is lower than an acceptable lowest number for this field.</message>
            <!--
                    The data is not a number.
              -->
            <message type="notANumberError">{LABEL} - The data is not a number.</message>
            <!--
                    The specified number must not be negative.
              -->
            <message type="negativeError">{LABEL} - The specified number must not be negative.</message>
            <!--
                    The minimum number of variants is not selected
              -->
            <message type="minRequirementError">{LABEL} - The minimum number of variants is not selected</message>
            <!--
                    The number of variants selected exceeds the maximum
              -->
            <message type="maxRequirementError">{LABEL} - The number of variants selected exceeds the maximum</message>
            <!--
                    The fields that should be equal do not match
              -->
            <message type="shouldBeEqualError">{LABEL} - values do not match</message>
            <!--
                     The date has wrong format.
              -->
            <message type="dateIsNotValidError">{LABEL} - date has wrong format</message>
        </validationErrorMessages>
    </contactFormConfiguration>
    THIS IS THE ACTUAL CONTACT.PHP Form That i would like to link to.
    <?php
    //-----------------Getting data sent by flash---------------------
    foreach ($_POST as $key => $value){
            if ($key != 'mail_to' && $key != 'smtp_server' && $key != 'smtp_port' && $key != 'mail_from' && $key != 'mail_subject' && $key != 'plain_text'){
                $mail_body .= '<b>'.str_replace('_',' ',$key).'</b>:<br/>';
                $mail_body .= ''.stripslashes($value).'<br/>';
    $message = '<html><body>'.$mail_body.'</body></html>'; //  mail body
    //------------if plain text is set to true removing html tags------
    if ($_POST['plain_text']=='true') {
        $message = str_replace('<br/>',"\r\n", $message);
        $message = strip_tags($message);
    } else {
    //----otherwise composing message headers---------------------------
        $headers  = 'MIME-Version: 1.0' . "\r\n";
        $headers .= 'Content-type: text/html; charset=windows-1251' . "\r\n";
    //------------setting conf data-------------------------------------
    $to = $_POST['mail_to'];
    $from = $_POST['mail_from'];
    $subject = $_POST['mail_subject'];
    $smtp_server = $_POST['smtp_server'];
    $smtp_port = $_POST['smtp_port'];
    //---------setting header info--------------------------------------
    $headers .= 'From:' .$from;
    if (mail($to, $subject, $message, $headers)){ // sending mail
        print('&mail=1');  //succes
    } else {
        print('&mail=0');//failure
    ?>

    You can open both Muse files at once, copy the content of a page on one site, then paste it into a new page on the other site. You might have to redo some of the page styling.

  • Emails generated by the Contact Form widgets are saying they are coming from me rather than the person who has generated the email?

    Can I change the emails generated by the Contact Forms from saying that they are coming from me, to the address of the person that's actually generated the enquiry on the contact form? Or does this always automatically link back to my Creative Cloud account because thats how I'm hosting the websites?

    Because they ARE coming from you (at least from your account)... this is the account the website is using to send the form to your email and this means that a user visiting your website can send you this email "EVEN" when they don't own an email account themselves.
    No you can't legialy change the address to theirs... thats a big no no in most countrys but you can and should have a "contacts" field on your form that allows people to give you a email or phone number so that you can follow up.
    p.s. many people make the mistake of trying to force email contacts in their forms and that offen turns people off using them if they MUST tell you the colour of their underware just to contact you about a sales offer or simple question then don't expect to get much feed-back from your forms.

  • Weird character while printing amount field in ADOBE form

    When amount field is set for any diplay pattern  in PDF form it is displaying like  ¤7.41.
    All display patterns are tried leading to same display.
    All display patterns show the first character as $, but displays this weird character '¤'.
    Advice me how to eliminate this or
    Is there a way to hide this character?

    Duplicate post - thread locked.

  • Why are Contact Forms being pounded with SPAM?

    Is anyone else experience an unusually high volume of SPAM in thier contact forms?
    I have two clients getting pounded with SPAM. 
    Thanks in advance for your help.

    The spam stopped once we applied the filters for the Comments and the Akismet is sitting there in the system now so they just need to fully role out the control into forms which will do a lot.
    The Amazing thing with that which I need to check with the engineers that I thought is that BC is run by BC, so if they are using Akismet I want to check to see if they are pooling all the spam filters applied on all BC sites into one central database that ALL sites have access too. If they are doing this - SWEET, if not I am going to suggest they do.
    THat would mean if your being spammed what you block will mean sites I build will not get those same spam and so on.
    Making the captcha more secure agaisnt OCR will make them harder to use so there is negatives you got to weigh up.

  • MUSE CONTACT FORMS BEING HACKED!!!

    I'm getting pretty tired of the reasons why adobe can't provide captcha or some other form of security on forms created in muse and hosted outside bc. There are several cheap third party form building solutions out there that can provide the functionality to create secure forms, are you saying that they are better than you?
    Yes, I can build some pretty amazing sites with muse but I'm not interested in hosting with bc right now so what good are they and my monthly subscription to your service if my clients are only going to complain and threaten to fire me because their contact forms have been easily hacked by someone for god only knows what purpose. Every day now, I receive copies of hacked emails from client sites that I created in muse. Emails with strings of letters and numbers and two-way conversations some clowns seem to be having with each using these forms.
    I'm sick and tired of this crap. If you can't provide me with a viable fix... I will have to consider other options non-adobe.

    Zak Williamson (Adobe) wrote:
    1. Limiting spam
    What's the URL for a page with a form that's receiving spam? Have you verified SQL is installed and available on the server (by loading http://<thesitename.com>/scripts/form_check.php)? If SQL is available, the form code generated by Muse will limit the number of form submissions that will be accepted from a single IP address during a short period of time, which will deter some spammers.
    2. Form solutions with CAPTCHA
    As you've noted, there are many different form solutions available in the market that can, in general, very easily be integrated within a webpage on a Muse site via Object > Insert HTML (i.e. JotForms, WuFoo, Adobe Forms Central, CoffeeCup, Business Catalyst forms). Forms are a very deep area with entire large businesses devoted to providing rich forms solutions. Depending on your specific needs, the solutions available from these services will vary in cost from free to hundreds of dollars per month or more.
    3. Cost of Business Catalyst
    Hosting a website on Adobe Business Catalyst with support for forms created in Muse and 10 e-mail accounts requires a webBasics+ hosting plan. A webBasics+ plan costs $10.99/month with a one-year contract. If you would like to take advantage of the customer database and targeted e-mail marketing functionality within Business Catalyst that would require a webMarketing hosting plan, which is $16.99/month with a one-year contract. (One webBasics hosting plan is included with a Muse standalone subscription and 5 webBasics hosting plans are included with a Creative Cloud subscription. A webBasics plan includes support for Muse generated forms, but does not include any e-mail accounts.)
    As for "What's the URL for a page with a form that's receiving spam? Have you verified SQL is installed and available on the server (by loading http://<thesitename.com>/scripts/form_check.php)? If SQL is available, the form code generated by Muse will limit the number of form submissions that will be accepted from a single IP address during a short period of time, which will deter some spammers."  What exaclty is a "limit"?  I cleaned 150 spam messages out yesterday and 79 out so far today.  I have to do something soon because it's getting so bad that I can't stand to open the email for that course.  And yes, I have green checkmarks on everything when I load the above-mentioned check for my website.  I have forms central but began creating a form and realized that I cannot find an option to add captcha in the darned thing.  I got keys for Goggle's Recaptcha, but can't for the life of me figure out how I'd add it to said Forms Central form . . . .
    http://www.thornehills.com/scripts/form_check.php
    Diagnostics
    PHP version ok
    mail configuration ok
    SQL ok

  • Contact Form Not Being Received

    Hi, we've had this problem with our site for a while now. When we set up the form to send an email to an email account under our domain and use the contact form, an email is received once or twice, but only shortly after a site republish. Once these emails have been sent, if you fill the form out again the emails won't be received. If I host the site on Adobe's Business Catalyst however, with the emails sent to the same email under our domain everything works perfectly fine. I then thought this must be something to do with our domain host provider, Unlimited Web Hosting, but after weeks of trying they couldn't fix or figure out why this problem was occurring. This is such an annoying problem because everything we try doesn't work and the contact form is crucial for the customer to be able contact us. Yes we could just shove our email on the page but that isn't attractive at all. I've looked around the forums and it seems a few people have had this problem so if anyone can help at all it would be very much appreciated! Thanks.

    Please provide the site url , also have you tested with different email accounts ? It can be an issue on receiving end too.
    Thanks,
    Sanjit

  • Site Web Analytics - no usage data being generated

    Hello all:
    I have a SharePoint Foundation 2013 farm with 2 WFE - 1 Search Server and 1 DB server.  Search Service Application has been configured and functioning properly.  Usage and health Data Service Application has been created and started.  Usage
    data collection is enabled and the "Analytics Usage" check box is checked.  Usage Data Import and Usage Data Processing timer jobs are scheduled and run successfully.
    But, I still get the following error when I go to the Site Web Analytics "A web analytics report is not available for this site. Usage processing may be disabled on this server or the
    usage data for this site has not been processed yet."
    After doing some research, some folks have suggested the following which has to do with manually enabling the receivers via powershell - which I have done but still no report and same error. 
    http://geekswithblogs.net/bjackett/archive/2013/08/26/powershell-script-to-workaround-no-data-in-sharepoint-2013-usage.aspx
    Other Internet searches indicate that Web Analytics Reports is no longer available in SharePoint Foundation 2013:
    http://blogs.msdn.com/b/chandru/archive/2013/08/31/sharepoint-2013-web-analytics-report-where-is-it.aspx
    http://sharepoint.stackexchange.com/questions/63099/where-is-the-web-analytics-service-in-sharepoint-2013
    There is also a TechNet question which indicate that "Microsoft Support confirmed me there's a bug in SharePoint Foundation 2013 in the Database that's going to be fixed in the June or August CU"
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/5372109c-8a6e-4d31-aa34-13b6cbde52cf/sharepoint-foundation-2013-web-analytics?forum=sharepointgeneral
    But, there is no resolution if this bug has been addressed or not.
    Therefore, I would really like to know what the deal is with this issue.  At the moment, I do not see any usage data being generated on any of the SharePoint Foundation servers in the farm.
    Please advise.
    Thank you,
    Rumi

    Hi Rumi,
    Find a same issue internaly which says that the links Site Web Analytics is no longer valid in SharePoint 2013 Foundation due to the changes in analytics service application architecture, so you may need the SharPoint enterprise edition for using
    this feature. 
    Symptom
    - Recently, we upgraded to SharePoint Foundation 2013 from WSS 3.0. In SharePoint Foundation 2013 sites, we see the option to click on Site Web Analytics reports but when we click on it, we get an error.
    - Clicking on Site Web Analytics reports from Site Settings \ Site Actions produces the error: “A web analytics report is not available for this site. Usage processing may be disabled on this server or the usage data for this site has not been processed yet.”
    - We have ensured we have logging enabled (multiple categories)
    - Example Site: http://sharepoint2/sites/IT/Projects/SAP/_layouts/15/usageDetails.aspx
    Cause
    By Design
    1) The links in Site Settings from a site collection are no longer valid in SharePoint 2013 (due to change in Analytics Service application architecture changes...part of Search Service now)
    2) SharePoint Foundation 2013 does not support Usage Reporting Analytics
    Resolution
    o Purchase a license for SharePoint Server 2013 Enterprise, and build out a farm for it (the Foundation SKU cannot be upgraded in-place to Server).
    o Once built up, you could copy your databases over and attach them to the Server farm and do your cutover.
    o Going forward from there, you would be able to have access to the Usage reports.
    Also as you have found that msdn blog with the explenation that it is not available in SPF 2013.
    http://blogs.msdn.com/b/chandru/archive/2013/08/31/sharepoint-2013-web-analytics-report-where-is-it.aspx
    http://technet.microsoft.com/en-us/library/jj819267.aspx#bkmk_FeaturesOnPremise
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Daniel Yang
    TechNet Community Support

  • Weird Character in Code 128 Codeset B Barcode

    Hello Everyone,
    I am encoutering two issues dealing with barcodes in Crystal Reports 2008:
    I have an old Seagate Crystal Reports 7 report that uses Code 128 Codeset B barcodes.  I have converted the report to Crystal Reports 2008 and have tried using the new built-in 'Change to Barcode' function and the old BarcodeC128B() function that the old report used to create the barcode. The barcode is set to use font 'Code128'.  However, in both instances, and when I start fresh with the built-in function in a blank report, strange characters are appended to the end of the barcode.  Most of the characters are capital A's with different accent marks over the character, and sometimes they are capital E's with accent marks.  These barcodes do not match the barcodes that are generated out of the old version of the report.  Unfortunately, I do not have a scanner to test to see if they are working the same, but my instinct says they would not work with these extra characters.
    My next issue occurs when I export the report output to Microsoft Word.  The barcodes seem to change, i.e. they become smaller and the weird character on the end changes.  When I export report output from the old version of the Crystal Report to Word, the barcodes do not change.  Has anyone else experienced issues exporting barcodes to Word from Crystal Reports 2008?  I am using Crystal Reports 2008 version 12.3.5.925.  Thank you for your help.

    Hi Brian,
    I'm not convinced yet that it's the code set.  I am using Microsoft Server 2008 R2, and the fonts have been copied to the fonts folder just as I have done on every other platform where I have needed to produce or view the UPCs.  I have copied a file with UPCs that were generated correctly from Crystal Reports 8 over to the server and the UPCs are displayed correctly, which tells me the font is working on the server.
    I have contacted Azalea's technical support twice but I have gotten no response.  Has anyone else had a similar issue?

  • How to apply Muse (webfont) styles to BC Blogs/Contact Forms?

    Hi all.
    So my site (designed in Muse) is pretty much ready, except for my blog and a couple of forms. I've just gone through making it my partner site, replacing the so-called "bre-built" default site. That process was very, very simple, but BC Support told me it would be much more complicated than it needed to be - it wasn't! I was able to simply publish via Muse to my partner site domain and everything worked fine...
    Anyway... Headers in my site use the "Bebas Neue" webfont selected from within Muse (I assume this is a Typekit font?), at 30pt and a custom colour #B10505. Body text is simply "Trebuchet" (a standard font) in black at 12pt. Now, I'm aware that not everything designed in Muse shows up "as shown" when doing any editing in the back-end of BC. I've just begun following through the tutorial for setting up BC modules on a Muse site and have gotten to the "Inspect Element" stage...
    This is where I've hit a snag. This video: http://www.businesscatalyst.com/bc-blog/adding-business-catalyst-features-to-your-muse-sit es (with the blog part starting near the end of 19 minutes) clearly uses a standard font and not a webfont, so when I'm inspecting with Firebug, what's shown in the video doesn't show up the same in reality for me. This is because a standard font is applied in Muse designed sites where a webfont is in use, and the webfont simply "masks" the standard font (if I'm not mistaken?)...
    I've read this topic: http://forums.adobe.com/message/5480712#5480712 which pretty much asks the same question I'm asking, but this guy clearly has more knowledge (or maybe more common sense) than me, so I'm asking it in a new topic here...
    Can someone please walk me through (step-by-step) how to apply Muse selected webfont CSS styles to the relevant files in BC so that my blog shows up with a consistent look and feel to the rest of my site? I'll literally need every step walking through with minimal jargon if possible - this area of web design is not my forte!
    I suppose I'd also like the same process walking through for contact forms if possible? Alongside the header font, I've got a custom styled, beveled button made on a standard Muse contact form that I'd like replicating on a BC-made form.
    I'm sure once I understand this process, I'll be able to apply this to any BC module; I just need that initial helping hand that neither the BC team or the Muse team seem to want to reference in their tutorial videos!
    Any help would be greatly appreciated! Thanks in advance!

    Hi
    So, are these links in lieu of a full walkthrough, to help me better understand until if/when you get the time to explain?
    The cssbasics.com link isn't working, FYI.
    Looking through the typekit page, it seems fairly straight forward. Is this the same set of fonts Muse uses?
    If so, theoretically do I just need to copy the snippet of code from the typekit site for my desired font (Bebas Neue) and paste it into the modulestylesheet.css file? Where? At the bottom of everything else? Presumably commenting what it is? and define that I want to use that as a header font? Can you walk me through exactly what I need to put for that?
    Then I guess I just need to follow the rest of the video tutorial I linked above?
    Or is there a little more to it than that?
    Would I need to do the same to define trebuchet as the body font, or is there a different block of code I need for that, since that's not a webfont?
    Sorry for being so slow with it!

  • Contact form functionality

    Hello there,
    Ok so here's my problem. I have almost completed my website with all the buttons and MC's communicating nicely with their respective frames. I am on my final frame being the "Contact Form" frame. I searched the web to find a tutorial in finding as3 contact form.
    Link: http://www.republicofcode.com/tutorials/flash/as3contactform
    It was easy to follow and helpful. I created a php file called "mail.php" and an .fla file called "contactmovie.fla".
    I followed the steps and finally put in the required as3 in the contactmovie.fla. I tested contactmovie.fla in a browser effectively creating an swf file in the same name. In the browser, I typed into the text fields and pressed submit which returned a "Message Sent" response. All appears well.
    BUT...
    When I want to incorporate this into a website that I am creating in flash under a different file name I have issues.
    1. I am not sure whether I need to import the contactmovie.swf file into the website .fla file which I called allrounda.fla (also, when I do this no text appears); or,
    2. I can simply copy the frames in the contactmovie.fla file and paste the frames into the allrounda.fla file.
    Eitherway, doesn't seem to work. In point 2,  the text is displayed but when I type the details in the text field, no "Message Sent" is displayed.
    This indicates to me that the script is not communicating with the text fields which has the instance names of name_txt, email_txt and message_txt. The instance names do correspond to the script. The contact form created is not on frame 1 but frame 5. There is an MC that behaves like a button that takes you to frame 5 where the contact form is on.
    It is probably a small issue with an as3 guru.
    AS3 SCRIPT
    //CONTACT FORM //
    submit_btn.addEventListener(MouseEvent.CLICK, sendMessage);
    function sendMessage(e:MouseEvent):void{
    var my_vars:URLVariables = new URLVariables();
    my_vars.senderName = name_txt.text;
    my_vars.senderEmail = email_txt.text;
    my_vars.senderMsg = message_txt.text;
    var my_url:URLRequest = new URLRequest("allrounda.php");
    my_url.method = URLRequestMethod.POST;
    my_url.data = my_vars;
    var my_loader:URLLoader = new URLLoader();
    my_loader.dataFormat = URLLoaderDataFormat.VARIABLES;
    my_loader.load(my_url);
    name_txt.text = "";
    email_txt.text = "";
    message_txt.text = "Message Sent";
    PHP SCRIPT
    <!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>
    <?php
    $to = "[email protected]";
    $subject = ($_POST['senderName']);
    $message = ($_POST['senderMsg']);
    $message .= "\n\n---------------------------\n";
    $message .= "E-mail Sent From: " . $_POST['senderName'] . " <" . $_POST['senderEmail'] . ">\n";
    $headers = "From: " . $_POST['senderName'] . " <" . $_POST['senderEmail'] . ">\n";
    if(@mail($to, $subject, $message, $headers))
    echo "answer=ok";
    else
    echo "answer=error";
    ?>
    </body>
    </html>
    Or is it the case that this will all work when I have uploaded both .fla and .php file to the server?
    I know it is a lot to ask but it would be appreciated.
    Kind regards,
    Dean D

    This is my whole script. I know it is not the cleanest way to do it but it works.
    stop();
    pic4_mc.buttonMode = true;
    pic4_mc.useHandCursor = true;
    pic14_mc.buttonMode = true;
    pic14_mc.useHandCursor = true;
    pic1_mc.buttonMode = true;
    pic1_mc.useHandCursor = true;
    home_btn.buttonMode = true;
    home_btn.useHandCursor = true;
    quote_btn.buttonMode = true;
    quote_btn.useHandCursor = true;
    gallery_btn.buttonMode = true;
    gallery_btn.useHandCursor = true;
    contact_btn.buttonMode = true;
    contact_btn.useHandCursor = true;
    //Cleaning services pic
    pic4_mc.addEventListener(MouseEvent.ROLL_OUT, fl_MouseOutHandler_5);
    function fl_MouseOutHandler_5(event:MouseEvent):void
        pic4_mc.alpha = 0.5;
        trace("Moused out");
    pic4_mc.addEventListener(MouseEvent.ROLL_OVER, fl_MouseOverHandler_5);
    function fl_MouseOverHandler_5(event:MouseEvent):void
        pic4_mc.alpha = 1.0;
        trace("Moused over");
    //Garden maintenance pic
    pic14_mc.addEventListener(MouseEvent.ROLL_OUT, fl_MouseOutHandler_6);
    function fl_MouseOutHandler_6(event:MouseEvent):void
        pic14_mc.alpha = 0.5;
        trace("Moused out");
    pic14_mc.addEventListener(MouseEvent.ROLL_OVER, fl_MouseOverHandler_6);
    function fl_MouseOverHandler_6(event:MouseEvent):void
        pic14_mc.alpha = 1.0;
        trace("Moused over");
    //Handyman picture
    pic1_mc.addEventListener(MouseEvent.ROLL_OUT, fl_MouseOutHandler_7);
    function fl_MouseOutHandler_7(event:MouseEvent):void
        pic1_mc.alpha = 0.5;
        trace("Moused out");
    pic1_mc.addEventListener(MouseEvent.ROLL_OVER, fl_MouseOverHandler_7);
    function fl_MouseOverHandler_7(event:MouseEvent):void
        pic1_mc.alpha = 1.0;
        trace("Moused over");
    //home btn function
    home_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_9);
    function fl_ClickToGoToAndStopAtFrame_9(event:MouseEvent):void
        gotoAndStop(1);
    // Cleaning Services btn function
    pic4_mc.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_6);
    function fl_ClickToGoToAndStopAtFrame_6(event:MouseEvent):void
        gotoAndStop(2);
    //Garden Maintenance btn function
    pic14_mc.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_7);
    function fl_ClickToGoToAndStopAtFrame_7(event:MouseEvent):void
        gotoAndStop(3);
    //Handyman btn function
    pic1_mc.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_8);
    function fl_ClickToGoToAndStopAtFrame_8(event:MouseEvent):void
        gotoAndStop(4);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    quote_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_10);
    function fl_ClickToGoToAndStopAtFrame_10(event:MouseEvent):void
        gotoAndStop(5);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    gallery_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_11);
    function fl_ClickToGoToAndStopAtFrame_11(event:MouseEvent):void
        gotoAndStop(6);
    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on the main timeline or on movie clip timelines.
    Instructions:
    1. Replace the number 5 in the code below with the frame number you would like the playhead to move to when the symbol instance is clicked.
    contact_btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_12);
    function fl_ClickToGoToAndStopAtFrame_12(event:MouseEvent):void
        gotoAndStop(7);
    //CONTACT FORM //
    submit_btn.addEventListener(MouseEvent.CLICK, sendMessage);
    function sendMessage(e:MouseEvent):void{
    var my_vars:URLVariables = new URLVariables();
    my_vars.senderName = name_txt.text;
    my_vars.senderEmail = email_txt.text;
    my_vars.senderMsg = message_txt.text;
    var my_url:URLRequest = new URLRequest("allrounda.php");
    my_url.method = URLRequestMethod.POST;
    my_url.data = my_vars;
    var my_loader:URLLoader = new URLLoader();
    my_loader.dataFormat = URLLoaderDataFormat.VARIABLES;
    my_loader.load(my_url);
    name_txt.text = "";
    email_txt.text = "";
    message_txt.text = "Message Sent";

  • Hi all, im a newbie and in need of help on contact form if anybody could help

    hi everybody, im new to the site and relatively new to dreamweaver.
    i have used a template for my website and edited all the relative information to tailor it to my business. 
    As i am not familiar with the contact forms i am struggling to find out how to make the form send the information to my email address as i have not got a clue if the contact form is coded correctly,
    i  would much appreciate any assistence given by any of you, as i am desperately in need of your expertice
    i have copied what is in the code for the form, i was wondering if anybody could tell me if this code can be used or not
    thank you very much,
    Steven

    HTML forms don't do anything.  You need a form-to-email processing script -- preferably one which conceals your e-mail address from harvesters and has built-in spam prevention.
    Contact your web host and ask them if they have a script you can use.  Hosts often provide scripts on their servers which you can activate through your Admin Panel or by directly referencing the script in your form's action attribute.
         <form action="path-to-form-on-server/form-to-email-script.php">
    If your host doesn't provide scripts, ask them which server-side languages you can use (php, asp, asp.net, perl, coldfusion, etc...) so you can find a suitable script to use.
    Related Links:
        Formm@ailer PHP script from DB Masters
        http://dbmasters.net/index.php?id=4
        FormToEmail.com (free & pro PHP scripts)
        http://formtoemail.com/formtoemail_pro_version.php    
        Tectite
        http://www.tectite.com/formmailpage.php
        Forms to Go from Bebosoft (script generating software)
        http://www.bebosoft.com/products/formstogo/overview/
        Wufoo.com (on-line form service)
       http://wufoo.com/
    Nancy O.

  • Muse contact form on third party hosting service

    I uploaded a contact form and keep getting an error message that "the server either does not have php installed or the php is not configured correctly." My host service moved my site to a linux server running apache 2.2.23. I am using the default php settings, but can switch to php 4 or php 5.  This is a screen shot of the php settings.
    Language Options
    asp_tags
    Allow ASP-style <% %> tags.
    Off
    File Uploads
    file_uploads
    Whether to allow HTTP file uploads.
    On
    Paths and Directories
    include_path
    Windows: "\path1;\path2"
    .:/usr/lib/php:/usr/local/lib/php
    Resource Limits
    max_execution_time
    30
    Resource Limits
    max_input_time
    60
    Resource Limits
    memory_limit
    256M
    Data Handling
    register_globals
    You should do your best to write your scripts so that they do not require register_globals to be on; Using form variables as globals can easily lead to possible security problems, if the code is not very well thought of.
    On
    Language Options
    safe_mode
    Off
    File Uploads
    upload_max_filesize
    Maximum allowed size for uploaded files.
    64M
    main
    session.save_path
    where N is an integer. Instead of storing all the session files in /path, what this will do is use subdirectories N-levels deep, and store the session data in those directories. This is useful if you or your OS have problems with lots of files in one directory, and is a more efficient layout for servers that handle lots of sessions. NOTE 1: PHP will not create this directory structure automatically. You can use the script in the ext/session dir for that purpose. NOTE 2: See the section on garbage collection below if you choose to use subdirectories for session storage
    /tmp
    Any help will be greatly appreciated.
    Joe Parker

    My host kept on insisting that the problem was with the adobe code for the
    contact form, but it didn't sound right so after gaining access  to the
    admin panel for my site I discovered a default email account had been, I
    assume, set up by the system. I started to test submitting both the muse
    forms and some pdf forms that I generated using Acrobat XI Pro. The emails
    were not delivered to the address coded into the forms but were being
    trapped in this default email account. I tried to access the account by
    clicking on the webmail button that was shown, but the browser could not
    locate the webmail  server. After some more digging I found an
    https://mydomain:1111 address that allowed me to get in. All of my test
    forms were being trapped and returned to sender with the message that I did
    not exist. Obviously since the emails were generated by the php email
    function they went nowhere.
    At about 2am I sent my host an email with screen shots and have basically
    demanded that he find a way to kill the default email account. I have not
    heard back yet.
    It was a lengthy forum exchange on the Muse forum in 6/13 between someone
    in the UK and various forum members and finally adobe's staff that helped
    to get me on the right trail. My host is using linux with apache server
    software. If this is happeneing to me, it is probably happening to others
    and they are being frustrated by a host who either is incapable or
    unwilling to dig in to find a solution.
    If you want I will let you know how this all turns out.
    Thanks for your help, and I am going to post the contents of this email as
    part of the forum discussion.
    Joe Parker

Maybe you are looking for

  • IPod touch and iPad not recognized by iTunes or computer

    I have both an iPod touch (4th gen maybe?) and an iPad. A few days ago I synched both earlier in the day and no problems. That night I downloaded the latest iTunes update and when I tried to synch both devices nothing happened. The computer will char

  • How to make a lookup list in a response notification dynamic

    Hi Experts, I am implementing a custom workflow on ebusiness suite 11.5.10, I have a notification and one of the response attributes is a lookup list based on a static lookup type and several codes. I would like to make this lookup list dynamic i.e.

  • Printing BUT unable to print more than one copy

    When printing, I'm unable to print more than one copy

  • Firewire adapter

    The firewire port on my MacBook Pro is smaller than my original iPod (5g) cord.  What adapter do I need?

  • No Hard Drive?

    One of our G4s is now seeming to have no hard drive. There is no hard drive when we load the start-up disc selection and when we have tried starting the disc in target mode, the only icon that appears on the other computer is the disc that is in the