FormMail Contact Form Coding Issue

Hi folks - this maybe quite a lengthly issue - however i
think it is a simple mistake somewhere
Basically I am having problem getting my submit contact form
to work.
I used the FormMail.pl script.
www.kme-steelworks.co.uk is the website I am trying to apply
the form.
I am using 123 reg server to host the site.
If you look at my homepage above . you will see the fields of
the form at the bottom of the index/home page.
I am seeing problems when I fill in the form.I have opted for
cgi/FormMail format.
Error arising when i click submit - 500 Internal Server Error
This error tends to be a permission error on the root folder
- I have adjusted the right however to 755 but internal server
error still occurring.
The submit form results should be going to
[email protected] - but it isnt
the FormMail.pl is stored on my local files in
myweb/FormMail/FormMail.pl so I created a folder on your host
server called FormMail and put my FormMail.pl file in here so it
matched.
Ok so here is my form code on my homepage
<form id="form1" method="post"
action="FormMail/FormMail.pl">
<form action="/FormMail/FormMail.pl" method="post">
<input type='hidden' name="recipient"
value="[email protected]"/>
<input type='hidden' name="subject" value="KME WEB
CUSTOMER"/>
<input type='hidden' name="required" value=""/>
<input type='hidden' name="redirect"
value="www.kme-steelworks.co.uk/thankyou.html">
<label>Name:
<input name="Name" type="text" id="Name" size="35" />
</label>
<label>Phone Number:
<input name="Phone" type="text" id="Phone" maxlength="28"
/>
</label>
<p> </p>
<p>
<label>Comments (Optional):
<textarea name="comments" id="comments" cols="45"
rows="7"></textarea>
</label>
</p>
<p>
<label>
<input type="submit" name="submit" id="submit"
value="Submit" />
</label>
</p>
<p> </p>
</form>
What should my pl code look like if my server domain is
123reg.co.uk - my website form address is
www.kme-steelworks.co.uk my thank you page (when submit form
submits successfully is
www.kme-steelworks.co.uk/thankyou.html and the email address
I want the results forwarded to is '[email protected]'
I realise this may look like a tough post but I just dont get
why it is not posting?
Should the script be named with a cgi extension as the server
is not compatible with perl, and be placed in the cgi-bin folder?
Any help is hugely appreciated
Brian
Come on the Irish

clann26 posted in macromedia.dreamweaver:
> Hi folks - this maybe quite a lengthly issue - however i
think it
> is a simple mistake somewhere
>
> Basically I am having problem getting my submit contact
form to
> work. I used the FormMail.pl script.
[snip]
> What should my pl code look like if my server domain is
> 123reg.co.uk
I can't get to the support pages for that host without
logging in, but
you'll likely find your answers there.
If they're set up like 123reg.com, then the odd thing to me
is that
they allow cgi within your public_html folder.
Their path to Perl is shown as /usr/bin/perl, so if
123reg.co.uk uses
the same setup, you would set the first line shebang in your
.pl file
to look like this:
#!/usr/bin/perl
And, of course, set the cgi perl file permissions to 755.
BUT...the answers will depend on how 123.co.uk has things set
up. Log
in to their site and check the support pages.
> Should the script be named with a cgi extension as the
server is
> not compatible with perl, and be placed in the cgi-bin
folder?
If the server does not support Perl, no amount of file naming
will make
it work. However, looking at their hosting plans, it seems
they all
support Perl-CGI. The typical extension for Perl scripts is
.pl
Mark A. Boyd
Keep-On-Learnin' :)

Similar Messages

  • Muse Contact form reply issues

    Can anyone help with this issue.
    Thank you for contacting Adobe.
    A representative will be with you shortly. 
    Thank you for your patience.
    While you wait, you can try our community forums where experts are available 24 hours a day, 7 days a week.
    You are now chatting with Sonam.
    Vicky Quick: The contact form for Muse sites doesn't allow my clients to reply to the person who contacted them. It puts their address in the top requiring them to cut and paste the person requesting information. How can I change the reply to field in the contact form and is that even an option? If not do you offer a work around? I've put this question on the forum and no one has an answer. PLEASE HELP!
    Sonam: Hi, welcome to Adobe
    Sonam: Vicky, is your site hosted via BC, or a 3rd party hosting provider?
    Vicky Quick: I have one on BC and one on godaddy both do not work
    Vicky Quick: The contact form works, but the reply back doesn't
    Vicky Quick: hello?
    Sonam: Vicky, this feature is not available via Muse or BC. Kindly share the link to your forum post, I shall forward it to the product team and ask them to get back to you at the earliest.
    Sonam: If there is a work around, or if it is possible with any customization, the product team shall help you with it.
    Vicky Quick: I have put it on the forum as well as third party sites like muse-themes.com and they don't have answer either
    Sonam: Kindly share the link to your forum post
    Vicky Quick: How do I share the link?
    Sonam: Copy and paste to this chat

    As Anshul has suggested , this needs a Customer Case Management system , where your client can reply directly to submitters email.
    With BC this is possible enabling CST( Customer Service Ticketing ) , you can define role responsible as which users should receive the submission emails and then reply to customers directly from email client used.
    Level responses can be used such as First level with escalation level. Enabling this , form submission will create a case which will then get converted into a web case and will be triggered into role responsible mailboxes. Site users(your client) can directly reply to the customer from any email client used using this method.
    In case you are using external server , you can use any third party ticketing system and setup on the email to which notifications are received.
    Currently , with Muse when form is setup with email . Submitters form submission notification is received from that email and submitters email is included in subject line , which you can use manually to send email replies.
    Thanks,
    Sanjit

  • Flash contact form key issue

    Hi my flash contact form will only accept certain keys, Like zxvywghjk.. and number keys will not type into it any ideas???
    motionstills.co.uk

    Forms in Flash use Input text objects. You have to embed the font or fonts that you want to use for those text objects. It sounds like either you embedded a font that doesn't contain a full set of glyphs or that a restricted set of glyphs was set in the Font Embed window.

  • Business Rule form coding issue

    I have two cubes, one for salaries and one for the P&L, called finance. All members are identical between cubes, EXCEPT the department members, in the finance cube there are numbers,
    such as "662", in the Salary cube, all department members begin with "Sal_" which is "Sal_662"
    I want a salary form on save to execute calculations and then get pulled to the finance cube.
    I have a script that works from a finance cube form, but I want the salary cube form to execute the finance cube business rule. The issue is the different names.
    To do a transfer from the finance cube form, the code looks like :
    "DIRXOT" = @XREF("_Salarycube_" ,"DIRSAL","Total_Employee",(@CONCATENATE("SAL_",@NAME(@CURRMBR("Finance Department")))))
    The finance BR XREF adds the "SAL_ to the current member to reference the Salary cube department.
    Trying to reverse this, code it from the salary form point of view
    IF(@CONCATENATE("SAL_",@NAME(@CURRMBR("Finance Department"))) == [gv_Salary_SalDepartment])
    "DIRXOT" = @XREF("_Salarycube_" ,"PRDSAL","Total_Employee", [gv_Salary_SalDepartment]);
    But no validation. . . any suggestions as to what I am missing?
    thanks

    Thanks, i didn't pose the question quite correctly. . . The IF statement won't validate:
    IF(@CONCATENATE("SAL_",@NAME(@CURRMBR("Finance Department"))) == @NAME([gv_Salary_SalDepartment]))
    or
    IF(@CONCATENATE("SAL_",@NAME(@CURRMBR("Finance Department"))) == [gv_Salary_SalDepartment])
    I have to do a NAME comparison, and I don't know how to do that, with the mathematical operators. . .
    because there is no matching member between cubes for a numerical match. . .
    So I need to return TRUE when finance cube Member "662" equals salary cube Member "Sal_662" by adding "Sal_" to the finance member and then doing the comparison.
    I think it can be done, but not sure how. . . [gv_Salary_SalDepartment] is the global variable from the salary cube form passing the salary cube member to the business rule.
    thanks in advance. . . . .

  • Contact form-checkbox PHP coding doesnt work

    I am a beginner to web page design so i would be grateful if you can explain to me what PHP coding i would need for 'Checkbox' and where to place it in the PHP coding below. I can submit the form to my email with all the headings and the filled in forms with checkbox Yes or No.
    Only problem i have is that part of the check box info appear right at the top of the email message rather than the 'Name', 'Tel', 'Email' etc..Another half of the checkbox appear where it suppose to be wih double heading as shown below. I would also like to remove the <br> from the email message. Can you also tell me how to change the colour for heading so its clear.
    I have marked the checkbox code in BLUE for both HTML and PHP coding below. Sorry for the long coding. Look forward to hearing from someone. Much appreciated.
    Message delivered to the email address as received:
    Rear ground extension: Yes
    Two-storey rear extension: Yes
    Two-storey side extension: No
    Loft: Yes
    New Build: Yes
    Other: Yes
    Name: Test<br>
    Email: [email protected]<br>
    Contact No: 87576as<br>
    Address1: addy1<br>
    Address2: addy2<br>
    Town: town<br>
    County: county<br>
    Postcode: post<br>
    Property Type: Cottage<br>
    Property Area: None<br>
    Message:<br>
    test msg
    My HTML coding for the form:
    <div class="contactForm">
          <form id="form1" name="form1" method="post" action="test2.php">
            <fieldset>
              <legend><strong>Personal Information</strong></legend>
              <table width="690" border="0">
                <tr>
                  <td width="340"><p>
                <label for="name" class="contactLable">Name:</label>
                <input name="name" type="text" id="name" tabindex="10" size="30" />
              </p></td>
                  <td width="340"><p>
                <label for="contact_number" class="contactLable">Contact No:</label>
                <input name="contact_number" type="text" id="contact_number" tabindex="20" size="30" />
              </p></td>
                </tr>
              </table>
              <table width="690" border="0">
                <tr>
                  <td><p>
                <span id="sprytextfield1">
                <label for="email" class="contactLable">Email:</label>
                <input name="email" type="text" id="email" tabindex="30" size="30" />
              <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></span> </p></td>
                </tr>
              </table>
            </fieldset>
            <fieldset>
              <legend><strong>Project Information</strong></legend>
              <p><table width="690" border="0">
      <tr>
        <td width="340"><p>
                <label for="address1" class="contactLable">Address 1:</label>
                <input name="address1" type="text" id="address1" tabindex="40" size="30" />
              </p></td>
        <td width="340"> <p>
                <label for="address2" class="contactLable">Address 2:</label>
                <input name="address2" type="text" id="address2" tabindex="50" size="30" />
              </p></td>
      </tr>
      <tr>
        <td><p>
                <label for="town" class="contactLable">Town:</label>
                <input name="town" type="text" id="town" tabindex="60" size="30" />
              </p></td>
        <td><p>
                <label for="county" class="contactLable">County:</label>
                <input name="county" type="text" id="county" tabindex="70" size="30" />
              </p></td>
      </tr>
      <tr>
        <td><p>
                <label for="postcode" class="contactLable">Post Code:</label>
                <input name="postcode" type="text" id="postcode" tabindex="80" size="10" />
              </p></td>
        <td> </td>
      </tr>
      <tr>
        <td><p>
                <label for="propertyType" class="contactLable">Property Type:</label>
                <select name="propertyType" id="propertyType" tabindex="90">
                  <option>Please select</option>
                  <option>Detached</option>
                  <option>Semi-Detached</option>
                  <option>End of Terrace</option>
                  <option>Mid-Terrace</option>
                  <option>Flat</option>
                  <option>Bungalow</option>
                  <option>Cottage</option>
                  <option>Other</option>
                </select>
              </p></td>
        <td><p>
                <label for="propertyArea" class="contactLable">Property Area:</label>
                <select name="propertyArea" id="propertyArea" tabindex="100">
                  <option>Please select</option>
                  <option>None</option>
                  <option>Listed Building</option>
                  <option>Conservation Area</option>
                </select>
              </p></td>
      </tr>
    </table>
    </p>
           </fieldset><fieldset><legend><strong>Project Type</strong></legend>
              <table width="690">
                <tr>
                  <td width="338"><label>
                    <input name="rearExt" type="checkbox" class="contactCheckbox" id="CheckboxGroup1_0" tabindex="110" value="rearExt"/>
                  Rear ground extension</label></td>
                  <td width="340"><input name="sideExt" type="checkbox" class="contactCheckbox" id="CheckboxGroup1_1" tabindex="120" value="sideExt"/>
    Side ground extension</td>
                </tr>
                <tr>
                  <td><input name="twoStoreyRear" type="checkbox" class="contactCheckbox" id="twoStoreyRear" tabindex="130" value="twoStoreyRear"/>
    Two-storey rear extension</td>
                  <td><input name="twoStoreySide" type="checkbox" class="contactCheckbox" id="twoStoreySide" tabindex="140" value="twoStoreySide"/>
    Two-storey side extension</td>
                </tr>
                <tr>
                  <td><input name="loft" type="checkbox" class="contactCheckbox" id="loft" tabindex="150" value="loft"/>
    Loft conversion </td>
                  <td><input name="newBuild" type="checkbox" class="contactCheckbox" id="newBuild" tabindex="160" value="newBuild"/>
    New build </td>
                </tr>
                <tr>
                  <td><input name="flat" type="checkbox" class="contactCheckbox" id="flat" tabindex="170" value="flat"/>
    Flat conversion</td>
                  <td><input name="other" type="checkbox" class="contactCheckbox" id="other" tabindex="180" value="other"/>
    Other conversion</td>
                </tr>
              </table>
            </fieldset>
            <fieldset><legend><strong>Message</strong></legend>
              <p>
                <label for="message" class="contactLable">Your Message or Comments:</label>
                <textarea name="message" id="message" cols="45" rows="5" tabindex="190"></textarea>
              </p>
            </fieldset>
            <br />
            <input type="submit" name="Sumbit" id="Sumbit" value="Submit" tabindex="200" />
          </form>
        </div>
    PHP Coding to send to my email:
    <!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" />
    <META HTTP-EQUIV="refresh" content="0;URL=thankyou.html">
    <title>Email Form</title>
    </head>
    <body>
    <?php
      $name=addslashes($_POST['name']);
      $contact_number=addslashes($_POST['contact_number']);
      $email=addslashes($_POST['email']);
      $address1=addslashes($_POST['address1']);
      $address2=addslashes($_POST['address2']);
      $town=addslashes($_POST['town']);
      $county=addslashes($_POST['county']);
      $postcode=addslashes($_POST['postcode']);
      $propertyType=addslashes($_POST['propertyType']);
      $propertyArea=addslashes($_POST['propertyArea']);
      $rearExt=($_POST['rearExt'])?"Rear ground extension: Yes":"Rear ground extension: No";
      $sideExt=($_POST['sideExt'])?"Side ground extension: Yes":"Side ground extension: No";
      $twoStoreyRear=($_POST['twoStoreyRear'])?"Two-storey rear extension: Yes":"Two-storey rear extension: No";
      $twoStoreySide=($_POST['twoStoreySide'])?"Two-storey side extension: Yes":"Two-storey side extension: No";
      $loft=($_POST['loft'])?"Loft: Yes":"Loft: No";
      $newBuild=($_POST['newBuild'])?"New Build: Yes":"New Build: No";
      $flat=($_POST['flat'])?"Flat: Yes":"Flat: No";
      $other=($_POST['other'])?"Other: Yes":"Other: No";
      $msg.="\n$rearExt\n$wsideExt\n$twoStoreyRear\n$twoStoreySide\n$loft\n$newBuild\n$wflat\n$ other";
      $message=addslashes($_POST['message']);
    // you can specify which email you want your contact form to be emailed to here
      $toemail = "[email protected]";
      $subject = "From Website Test";
      $headers = "MIME-Version: 1.0\n"
                ."From: \"".$name."\" <".$email.">\n"
                ."Content-type: text/html; charset=iso-8859-1\n";
      $body = "Name: ".$name."<br>\n"
                ."Email: ".$email."<br>\n"
                ."Contact No: ".$contact_number."<br>\n"
                ."Address1: ".$address1."<br>\n"
                ."Address2: ".$address2."<br>\n"
                ."Town: ".$town."<br>\n"
                ."County: ".$county."<br>\n"
                ."Postcode: ".$postcode."<br>\n"
                ."Property Type: ".$propertyType."<br>\n"
                ."Property Area: ".$propertyArea."<br>\n"
                ."Rear ground extension: ".$rearExt."<br>\n"
                ."Side ground extension: ".$sideExt."<br>\n"
                ."Two-storey rear extension: ".$twoStoreyRear."<br>\n"
                ."Two-storey side extension: ".$twoStoreySide."<br>\n"
                ."Loft conversion: ".$loft."<br>\n"
                ."New build: ".$newBuild."<br>\n"
                ."Flat: ".$flat."<br>\n"
                ."Other: ".$other."<br>\n"
                ."Message:<br>\n"
                .$message;
      if (!ereg("^[a-zA-Z0-9_]+@[a-zA-Z0-9\-]+\.[a-zA-Z0-9\-\.]+$", $email))
        echo "That is not a valid email address.  Please return to the"
               ." previous page and try again.";
        exit;
        mail($toemail, $subject, $body, $msg, $headers);
        echo "Thanks for submitting your comments";
    ?>
    </body>
    </html>

    Dear David
    Thank you so much for the clear explanation. I have been using Lynda.com Dreamweaver CS5 tutorial. I found the coding for checkbox through search and added to the coding from Lynda.com tutorial.
    I made few changes to the coding by removing:
    $msg = "$rearExt<br>\r\n$sideExt<br>\r\n$twoStoreyRear<br>\r\n
              $twoStoreySide<br>\r\n$loft<br>\r\n$newBuild<br>\r\n$flat<br>\r\n$other\r\n";
    as the email message shows the results from the checkbox twice.
    I also removed the <br> from:
    $body = "Name: $name<br>\r\n
              Email: $email<br>\r\n
              Contact No: $contact_number<br>\r\n
             Other: $other\r\n
              Message:\r\n
                $message";
    I have add the result and the PHP coding you have helped to fixed for anyone needing a working PHP code containing Text Fields, Drop Down List, Checkbox and Text Area. Many thanks for all your help. If you have a coding to change the heading text colour I very much appericate it.
    Message sent to email:
              From: Name test <[email protected]>
                 Content-type: text/html; charset=iso-8859-1
    Name: Name test
              Email: [email protected]
                      Contact No: 0123456789
                      Address1: addy1
                      Address2: addy2
                      Town: T
                      County: C
                      Postcode: P/C
                      Property Type: End of Terrace
                      Property Area: Listed Building
                      Rear ground extension: Rear ground extension: No
                     Side ground extension: Side ground extension: No
                     Two-storey rear extension: Two-storey rear extension: Yes
                     Two-storey side extension: Two-storey side extension: No
                     Loft conversion: Loft conversion: No
                     New build: New Build: No
                     Flat: Flat: Yes
                     Other: Other: No
             Message:
               Test message
    PHP coding for customer contact page:
    <!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" />
    <META HTTP-EQUIV="refresh" content="0;URL=thankyou.html">
    <title>Email Form</title>
    </head>
    <body>
    <?php
      $name=$_POST['name'];
      $contact_number=$_POST['contact_number'];
      $email=$_POST['email'];
      $address1=$_POST['address1'];
      $address2=$_POST['address2'];
      $town=$_POST['town'];
      $county=$_POST['county'];
      $postcode=$_POST['postcode'];
      $propertyType=$_POST['propertyType'];
      $propertyArea=$_POST['propertyArea'];
      $rearExt= isset($_POST['rearExt'])?"Rear ground extension: Yes":"Rear ground extension: No";
      $sideExt= isset($_POST['sideExt'])?"Side ground extension: Yes":"Side ground extension: No";
      $twoStoreyRear= isset($_POST['twoStoreyRear'])?"Two-storey rear extension: Yes":"Two-storey rear extension: No";
      $twoStoreySide= isset($_POST['twoStoreySide'])?"Two-storey side extension: Yes":"Two-storey side extension: No";
      $loft= isset($_POST['loft'])?"Loft conversion: Yes":"Loft conversion: No";
      $newBuild= isset($_POST['newBuild'])?"New Build: Yes":"New Build: No";
      $flat= isset($_POST['flat'])?"Flat: Yes":"Flat: No";
      $other= isset($_POST['other'])?"Other: Yes":"Other: No";
      $message=$_POST['message'];
    // you can specify which email you want your contact form to be emailed to here
      $toemail = "[email protected]";
      $subject = "From Website Test";
      $headers = "MIME-Version: 1.0\r\n
                 From: $name <".$email.">\r\n
                 Content-type: text/html; charset=iso-8859-1";
      $body = "Name: $name\r\n
              Email: $email\r\n
              Contact No: $contact_number\r\n
              Address1: $address1\r\n
              Address2: $address2\r\n
              Town: $town\r\n
              County: $county\r\n
              Postcode: $postcode\r\n
              Property Type: $propertyType\r\n
              Property Area: $propertyArea\r\n
              Rear ground extension: $rearExt\r\n
              Side ground extension: $sideExt\r\n
              Two-storey rear extension: $twoStoreyRear\r\n
              Two-storey side extension: $twoStoreySide\r\n
              Loft conversion: $loft\r\n
              New build: $newBuild\r\n
              Flat: $flat\r\n
              Other: $other\r\n
              Message:\r\n
                $message";
      if (!ereg("^[a-zA-Z0-9_]+@[a-zA-Z0-9\-]+\.[a-zA-Z0-9\-\.]+$", $email))
        echo "That is not a valid email address.  Please return to the"
               ." previous page and try again.";
        exit;
        mail($toemail, $subject, $body, $headers);
        echo "Thanks for submitting your message";
    ?>
    </body>
    </html>

  • New Domain Names and Contact Form Issue

    Hello all,
    I'm working for a client who is using one of the newer domain name extensions. It reads like this: www.COMPANYNAME.farm
    The .farm is a new extension.
    On my contact form I use the e-mail address [email protected]
    The e-mails are never sent through. You can submit a form, it says it sends successfully, but the e-mail is never received.
    Any ideas if adobe muse has troubles with the new 'non-standard' domain extensions?
    Any other solutions?
    Thanks,
    Jonney

    Sounds like you are hosting on GoDaddy? If so, there are plenty of threads on here with the same problem.
    Generally what you need to do is create a dummy hotmail address and list it first. [email protected], [email protected] and that will likely fix your problem. Kind of a crazy work around but that is a GoDaddy issue (if in fact you are hosting with GoDaddy).

  • 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.

  • Contact Form Issues When Email Received.

    Using the standard detailed contact form widget by Adobe, I added a few extra input boxes, I then moved them around so that the 'message' box was at the bottom. When testing the contact form the input from the 'message' box was in the middle with the extra info below it. Obviously this will be unacceptable for clients to get this. so is there a way to fix this?
    An example if I have not explained it properly.
    What my website says:
    Name:
    Phone Number:
    Email:
    Website:
    Budget:
    Message:
    What the email i receive says:
    Name
    Phone Number:
    Email:
    Message:
    Website:
    Budget:
    Thanks in advance for any support!

    Notification would include the box fields in list as they were created , means website and budget field are created after message field so they would be down on the menu.
    Example : Fields created in Form
    Field 1
    Field 2
    Field 3
    - Rearranged the fields :
    Field 3
    Field 1
    Field 2
    Form notification will follow the default hierarchy :
    Field 1
    Field 2
    Field 3
    You would need to delete message field , create website and budget field and then create message filed if you want message filed to be included as last data field in notification email.
    Thanks,
    Sanjit

  • Contact form issues

    In my contact form, if the user trys to send a message and
    has not completed all the fields, a short movie clip plays and says
    "Please complete form." And then, when the user clicks again in one
    of the input fields, the movie clip plays and image disappears.
    However, as it's working now, the movie doesn't stop where it
    should, and it plays and keeps going and the image disappears. The
    cursor for some reason is still in a text input box and I guess the
    movie plays on without stopping. If you'll press the send button
    the moment you open the contact form, you'll see what's supposed to
    happen. The movie clip plays and the image stays on the stage. And
    then, when the user clicks in any text input box, the movie clip
    plays and image disappears. It's after you place your cursor in a
    text box, the error movie clip fails to play correctly. Now here's
    the kicker. All of problems above are only present when I publish
    the movie with the Action Script 2.0 option selected. And when I
    published the movie with the Action Script 1.0 option selected, the
    error movie clip in the contact form works perfectly. I guess there
    must be something in the action script for that page that's not
    supported in 2.0. I need to save my site with Action Script 2.0
    selected because I have a lot of tool tip's that totally won't work
    when I publish with Action Sript 1.0 selected. I've included the
    site and the action script. Let me know if you see a conflict.
    Honestly, I haven't a clue. Thanks.
    Site is Here.

    Well you have 2 funcitons to go to and play your error_clip
    mc, so without seeing the flash file, who knows what's going
    on.

  • Why does my contact form not work either muse or my own html coded form?

    I used the muse contact form and uploaded the website to my host but it does not send emails... it says it has sent but nothing arrive to email account.
    Then i decided to remove the muse contact form and use my tried and tested EmailMeForm html embed code which works. BUT........... if i look on preview the contact form stays in the correct position on the page. when i upload to the host the contact form moves up the page.
    can somebody help?

    Hi,
    When I first enabled my Muse contact form, it reported that the email was sent but I didn't receive the email.  I discovered the emails were going to my spam folder.  This was when I used my own domain email address--the same domain as my Muse website.  When I put my Gmail address into the contact widget, the messages arrived in Gmail as expected.
    I am able to receive messages in my initial email account (my domain name) by creating a message rule.  I also found that you can use two email addresses in the contact widget form, separating them with a comma: [email protected],[email protected]
    John

  • 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.

  • Where does the MySQL script go within Muse to allow contact forms to work?

    After having no problem with contact forms they've stopped working with the latest release?
    I use a third party host/email service (not BC) and need to resolve this for myself and a clients website.
    I've used the /scripts/form_check.php and only the MySQL has a cross against it, so I created a database via my hosting company. But nothing improved, I contacted their support department and they suggest adding the MySQL Script to the site - but how and where?

    You can't. That's the short answer.
    Muse and BC don't support php or MySQL. So external databases etc. won't work unless you're clever enough to create a really nifty web app (which requires BC hosting, I understand), and even that, I'm not sure would enable you to integrate 3rd party MySQL databases... I'm not clever enough, so I don't know! :P
    What I do know is all you should need to do is build the contact form in either Muse or BC and either use a BC database (if you opt to host the site with BC and on the Marketing or above plan) or simply tell the form to send the submitted info to your client's e-mail address.
    That's all done either in Muse if you build the form with Muse, or in BC if not.
    So since you say you're hosting with a third party, my suggestion is the simplest option; build the form in Muse and in the options for the form, tell it to e-mail submissions to your client's address. Should be that straight forward really... No need to fiddle.
    (Although, if you're looking to compile a database of form submissions, then that may have to be done manually, or hard coding on the server side might need to be done.... Again, out of my league!)
    If you've already tried the simple Muse form approach then I apologise if I've insulted your intelligence, and I'd put it down to the latest version of Muse being fairly buggy. I'm still waiting for a response to my issues with publishing to BC, which at the moment means I can't commit to delivery timeframes and could lose out on business as a result...
    I think a lot of us are feeling the sting at the moment with some of these bugs, so all I can say on that front is to hang in there and keep hoping someone far cleverer than me will respond! :)

  • How do I create a contact form that will work with Godaddy???

    hello,
    Godaddy hosts my website and i can not get any type of contact form to work! When I publish to my .mac account it works fine, using the HTML snippet, however when I publish the exact same file to the Godaddy server it doesn't even show up. Anyone have any idea how I can resolve this? should i change hosting companies?? godaddy says that it is not there issue...

    One reason why it would not show is if not all your files have been uploaded. How are you uploading?
    If you are using Cyberduck or Transmit, you can actually check that the relevant files have been uploaded to the server. If uploading that page with the form on it, then ensure that you upload both the html page, plus the files folder that goes with it.
    Are you using Windows or Linux hosting? Linux hosting is preferable for iWeb.
    If you use GoDaddy they have facilities for you to use FormMail, so you can upload this directly to your hosting space and then create your own form using html code in an html snippet and then upload. You have more options if you do it this way and you have more control. If you use a third party such as Wufoo, everything is stored on their servers and if their servers go down for any reason you have not workable form.

  • Spry Contact Form doesn't show all the information on email

    Hi there,
    So I have created a contact form with the spry text fields.
    The text fields are:
    Name
    Email
    Message
    Onced tested the email shows:
    Name     : [email protected]
    Email     :  (blank)
    Message: (blank)
    So The two issues is that is shows the email shows under name and the email and message sections dont show any infomation at all.
    Link is here
    Thanks in advance
    Ash

    The best way is to have no separate action page and lump the whole lot into one document.
    The following is an example of this
    <?php
    if(isset($_POST['Email'])) {
        // EDIT THE 2 LINES BELOW AS REQUIRED
        $email_to = "[email protected]";
        $email_subject = "Your email subject line";
        function died($error) {
            // your error code can go here
            echo "We are very sorry, but there were error(s) found with the form you submitted. ";
            echo "These errors appear below.<br /><br />";
            echo $error."<br /><br />";
            echo "Please go back and fix these errors.<br /><br />";
            die();
        // validation expected data exists
        if(!isset($_POST['Name']) ||
            !isset($_POST['Email']) ||
            !isset($_POST['message'])) {
            died('We are sorry, but there appears to be a problem with the form you submitted.');     
        $name = $_POST['Name']; // required
        $email_from = $_POST['Email']; // required
        $comments = $_POST['message']; // required
        $error_message = "";
        $email_exp = '/^[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$/';
      if(!preg_match($email_exp,$email_from)) {
        $error_message .= 'The Email Address you entered does not appear to be valid.<br />';
        $string_exp = "/^[A-Za-z .'-]+$/";
      if(!preg_match($string_exp,$name)) {
        $error_message .= 'The Name you entered does not appear to be valid.<br />';
      if(strlen($comments) < 2) {
        $error_message .= 'The Comments you entered do not appear to be valid.<br />';
      if(strlen($error_message) > 0) {
        died($error_message);
        $email_message = "Form details below.\n\n";
        function clean_string($string) {
          $bad = array("content-type","bcc:","to:","cc:","href");
          return str_replace($bad,"",$string);
        $email_message .= "Name: ".clean_string($name)."\n";
        $email_message .= "Email: ".clean_string($email_from)."\n";
        $email_message .= "Comments: ".clean_string($comments)."\n";
    // create email headers
    $headers = 'From: '.$email_from."\r\n".
    'Reply-To: '.$email_from."\r\n" .
    'X-Mailer: PHP/' . phpversion();
    @mail($email_to, $email_subject, $email_message, $headers);
    ?>
    <!-- include your own success html here -->
    <p class="message">Thank you for contacting us. We will be in touch with you very soon.</p>
    <?php
    ?>
    <!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>
    <script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationTextarea.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationTextarea.css" rel="stylesheet" type="text/css" />
    <style>
    .message {
        font-size: 1.4em;
        color: #F00;
    </style>
    </head>
    <body>
    <h1>Contact Us</h1>
    <p>Please use any of the below methods to contact us for any enquiries or questions you may have</p>
    <p>Email : <a href="mailto:[email protected]">[email protected]</a></p>
    <form id="formmail" name="formmail" method="post" action="">
      <p id="nametextfield2">
        <label for="Name"></label>
        <input type="text" name="Name" id="Name" />
        <span class="textfieldRequiredMsg">A value is required.</span>
        <span class="textfieldMinCharsMsg">Minimum number of characters not met.</span>
        <span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span>
      </p>
      <p id="emailtextfield3">
        <label for="Email"></label>
        <input type="text" name="Email" id="Email" />
        <br />
        <span class="textfieldRequiredMsg">A value is required.</span>
        <span class="textfieldInvalidFormatMsg">Invalid format.</span>
      </p>
      <p id="messagetextarea1">
        <label for="message"></label>
        <textarea name="message" id="message" cols="45" rows="5"></textarea>
        <span id="countmessagetextarea1"> </span>
        <span class="textareaRequiredMsg">A value is required.</span>
        <span class="textareaMinCharsMsg">Minimum number of characters not met.</span>
        <span class="textareaMaxCharsMsg">Exceeded maximum number of characters.</span>
      </p>
      <p>
        <input type="submit" name="Submit" id="Submit" value="Submit" />
      </p>
    </form>
    <script type="text/javascript">
    var sprytextfield2 = new Spry.Widget.ValidationTextField("nametextfield2", "none", {hint:"Name", minChars:1, maxChars:50, validateOn:["blur"]});
    var sprytextfield3 = new Spry.Widget.ValidationTextField("emailtextfield3", "email", {validateOn:["blur"], hint:"Email"});
    var sprytextarea1 = new Spry.Widget.ValidationTextarea("messagetextarea1", {minChars:1, maxChars:400, validateOn:["blur"], counterType:"chars_remaining", counterId:"countmessagetextarea1", hint:"Message"});
    </script>
    </body>
    </html>
    Down the track you will be able to hide the form once it has been submitted.
    Gramps

  • 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!

Maybe you are looking for

  • Maintenance View: Loop at screen!

    hi, I created a view maintenance on Ztable. This table contains 3 fields. I want to display one of this fields in "Display Mode" when the user Create/change the table in sm30. There is an event in maintenace view that allow me to do this? Thank you J

  • Pls advice........its urgent

    Please advice any FM that takes excel sheet file from local drive and convert the data present in excel sheet into text tab delimited as the output.......My input file should be excell sheet only.......i will call gui upload to get the file.but later

  • Dinamic query on 8.0.5 db

    Hi. I4m traying to make a dinamic query as: "select ec_ctnt.filename from ec_ctnt, ec_prditm_ctntlst where ec_ctnt.ctntid = ec_prditm_ctntlst.ctntid and ec_prditm_ctntlst.prditmid = ?" using thin jdbc driver, but compiling it with JDeveloper obtain t

  • Lasrjet 800n not print pdf files

    I have a laserjet 8000n and have installed windows XP 64.  Since installation I have not been able to print PDF files.  Printer says processing but nothing prints and printer goes to ready.  Job is gone in printer q with no errors that I see.   I can

  • Where to store DBCP and what to do next?

    Dear All, I would like to use the DBCP(Apache DB pool). I have download (commons-dbcp-1.4-bin.tar.gz) from http://commons.apache.org/dbcp/download_dbcp.cgi. I am using fedora linux and have unzip it too. What should be my next step is where I am stuc