Contact form on mobile not working

The contact form works great on the desktop, but then if you make a mobile version (or as muse calls is, phone) once the site is published, you can't click inside the contact form in order to submit anything.  Can someone please help, or perhaps direct me to a contact form solution that works?
To check out what I'm talking about, pull our your phone and bring up the page I'm working on:
www.fortworth148.org
If you navigate to the contact us section, you will find the trouble.
Thanks in advance for any feedback.

Hi,
it is because the menu is overlapping the Webform, check this screenshot
Do let me know if you have any question.

Similar Messages

  • Phone version: Contact form "Send" button not working

    The "Send" button on the contact form works when used through a laptop browser, but doesn't work in a cell phone browser.  I've tried it with an iPhone 6 and Samsung Dart.  Any help is appreciated.
    Phone:
    http://www.landcordesign.com/phone/index.html
    Desktop / Laptop:
    http://www.landcordesign.com/index.html
    Thanks for the help,
    Jack

    Sanjit,
    I uploaded the file to box.com (Adobe Muse - Box).  Let me know what I need to do to fix the problem.
    Thanks,
    Jack

  • Contact form response message not working

    So i am trying to move the location of my response message after the send button has been hit by the user. It comes up at the top of the screen but I want it to appear in a div just below. I read that using javascript should work. Here's what ive put:
    PHP:
    <?php
    if ($_POST){
    if (!filter_input(INPUT_POST, 'email', FILTER_VALIDATE_EMAIL)){
    $message="Please provide a correct email address";} else {
      $fname = strip_tags($_POST['fname']);
      $sname = strip_tags($_POST['sname']);
      $telephone = strip_tags($_POST['tel']);
      $email = $_POST['email'];
      $comments = strip_tags($_POST['comments']);
      $to = '[email protected]';
      $subject = 'Contact form submitted.';
      $body = $fname. "\n". $sname. "\n". $comments;
      $headers = 'From: ' .$email;
      if (mail($to, $subject, $body, $headers)) {
      echo 'Thanks for contacting us. We\'ll be in touch soon!';
      } else {
      $message = 'Sorry an error occurred. Please try again later.';
    ?>
    <?php echo "<p style='color:red'>$message</p>"; ?>
    Form:
    <div class="contact_form">
    <table class="table">
      <tbody>
    <form id="contactForm" action="" method="post">
        <tr>
          <th scope="row">First Name:</th>
          <td><textarea name="fname"  cols="100" rows="3" id="fname"></textarea></td>
        </tr>
        <tr>
          <th scope="row">Surname:</th>
          <td><textarea name="sname" cols="100" rows="3" id="sname"></textarea></td>
        </tr>
        <tr>
          <th scope="row">Email Address:</th>
          <td><textarea name="email" cols="100" rows="3" id="email"></textarea></td>
        </tr>
        <tr>
          <th scope="row">Telephone Number:</th>
          <td><textarea name="tel" cols="100" rows="3" id="tel"></textarea></td>
        </tr>
        <tr>
          <th scope="row">Comments:</th>
          <td><textarea name="comments" cols="100" rows="10" id="comments"></textarea></td>
        </tr>
        <tr>
          <th scope="row"></th>
          <td height="40px"><input type="submit"></td>
        </tr>
        <tr>
        </form>
        </tr>
      </tbody>
    </table>
    Javascript:
    <script type="text/javascript" src="morris_construction/jquery-1.11.2.min.js"></script>
    <script>
         $("#contactForm").submit(function(event)
             /* stop form from submitting normally */
             event.preventDefault();
             /* get some values from elements on the page: */
             var $form = $( this ),
                 $submit = $form.find( 'button[type="submit"]' ),
                 fname_value = $form.find( 'input[name="fname"]' ).val(),
      sname_value = $form.find( 'input[name="sname"]' ).val(),
      tel_value = $form.find( 'input[name="tel"]' ).val(),
                 email_value = $form.find( 'input[name="email"]' ).val(),
                 comments_value = $form.find( 'textarea[name="comments"]' ).val(),
                 url = $form.attr('action');
             /* Send the data using post */
             var posting = $.post( url, {
                               fname: fname_value,
        sname: sname_value,
        tel: tel_value,
                               email: email_value,
                               comments: comments_value
             posting.done(function( data )
                 /* Put the results in a div */
                 $( "#contactResponse" ).html(data);
                 /* Change the button text. */
                 $submit.text('Sent, Thank you');
                 /* Disable the button. */
                 $submit.attr("disabled", true);
    </script>
    </div><!-- end of contact form -->

    No javascript needed or desired for this solution.
    Instead of
    echo 'Thanks for contacting us. We\'ll be in touch soon!';
      } else {
    echo 'Sorry an error occurred. Please try again later.';
    make them variables, like this:
    $message = 'Thanks for contacting us. We\'ll be in touch soon!';
      } else {
    $message = 'Sorry an error occurred. Please try again later.';
    Then, in the location where you want the message to appear. . .
    <?php echo $message ?>

  • In dev server my payment advice form f110_prenum_chc  is not working

    hi,
    friends i need urgent help.
    1) i have copied f110_avis_in frm 000 client to 200 client with form name
       z_prenum_dup.
    2) i have copied f110_prenum_chc frm 000 client to 200 client form name
      zf110_prenum_chc1.
    3) then i modified my both forms in 200 saved assigned TRs and
    transported frm DEV server to PRD server(client 700).
    4)in dev server 200 client my both forms are working
      but in prd server 700 client my form cheque z_prenum_dup is
      working but payment advice form zf110_prenum_chc1 is
    not working.
    5) but i can see my both forms r their in 700 prd server in se71 t.code.
    6) if i run f-58 tr.code and by switching on debug mode i can see my
       cheque form but not payment advice form.
    7) if i run in 200 client i can see my both forms.
    can any body plz help me out of this issue.

    Dear,
       I will be able to put some points, if you can give me some more idea about ur problem,
    1, Does system giving any error..?
    2, Can you see a preview..?
      As I understood, it must not have any problem in transportation.
      You can also check with Respective functional consultant whether he has done with required customization in NACE..?
      One more thing you can do is,
      open a program RSNAST00 and put break point at "  PERFORM (tnapr-ronam) IN PROGRAM (tnapr-pgnam) USING returncode", here you can check at runtime ( While in debugging mode) the value of field TNAPR-FONAM, this value must be your SmartForm.  If it is not the case then, there is problem with NACE settings and contact your functional counterpart.
    Hope it's helpful .......Enjoy.
    Regards,
    Chetan

  • Is it still the case that the Muse CC Forms widget will not work properly unless you have Business Catalyst?

    I am looking into options for our next office website redesign.  We will definitely need a forms function.  I downloaded the Muse CC free trial and went through all of the tutorials.  The video on the forms (Contact Form) stated that the forms widget would not work or would not work properly if you do not have Business Catalyst.  I'm hoping that has changed since the video was created.
    Is this still true that you need to purchase the Business Catalyst product for Muse CC form widgets to work correcty??? 

    Piruki have you tried utilizing the Previous version option within the Creative Cloud Desktop application?  You can find additional details under the install Previous version section of CC desktop lists applications as "Up to Date" when not installed - http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html.

  • Infopath form load rule not working in browser forms but works on Client

    Hi
    I am working on an Infopath form and there are rules on form load. The form load checks for a value in a list, if the username() matches the one in the list, then the form would change its view.
    It works when I open it on client, but on the browser it fails.
    Have anyone encountered such an issue.

    Check below:
    http://stackoverflow.com/questions/16222681/infopath-rule-is-not-running-when-checking-sharepoint-list-field-value
    Ensure that "Include data for the active form only" was checked (I had to separate this field into another data connection because that box could not be checked for another field I was using), and
    Ensure that in the rule I was selecting from the "dataFields" folder under the data connection instead of "queryFields"
    http://sharepoint.stackexchange.com/questions/28554/infopath-form-load-rules-not-working
    if I edit the Infopath form on Infopath 2007, it seems that the rules for the load form will be visible if created.
    This look like a bug. Here are the steps below that will lead you to the bug:
    Step 1: Open the infopath form in Infopath 2010 and create 6 rules for Form Load and Save it as a file.
    Step 2: Open that infopath form that you created in Step 1 in InfoPath 2010 and go to the
    Form Load section. You will only see the first 5 rules. The 6th rules that you created for Step 1 will just "vanish". Now, close that infopath form.
    Step 3: Open that infopath form that you created in step 1 in InfoPath 2007 and select Tools > Form Option. In the
    Open and Save category, click the Rules button and add a new rule in it and save it.
    Step 4: Open that infopath form that you modify as describe in Step 3 in InfoPath 2010. That 6th rule will be visible.
    Therefore, there might be a bug in InfoPath 2010 that restrict Rules to a max of 5 in Form Load and thus if anyone open that form in SharePoint, only the first 5 rules will be executed.
    If this helped you resolve your issue, please mark it Answered

  • I am actually using a free trial of photoshop cc and the contact sheet option does not work-?

    i am actually using a free trial of photoshop cc and the contact sheet option does not work...

    Hi dmomoney24  ,
    Kindly refer : CC desktop lists applications as "Up to Date" when not installed.
    Please revert if the problem persists.
    Thanks,
    Atul Saini

  • Problem with contact forms on mobiles

    Hi,
    I've used the inbuilt contact forms on this site...
    http://www.claiming4u.co.uk/contact.html
    The forms work well until they are used on a mobile device, once the form is populated the submit button doesn't work. The site is hosted on Adobe business catalyst.
    Please could someone tell me what i've done wrong.
    Pete

    m having the same problem..But m not hosting on BC..forms are not working on other services....

  • Form button does not work when a program is moved from Windows 8.2 to Windows 7

    Hi,
    I have a few Excel programs which use the ODBC to get data from Access and which have macros which writes data to an external program, MYOB.
    When the macros tries to write the data to MYOB it fails if I am not running the program in administrator mode.   It seems that Windows 8.2 has a different level of security than Windows 7 and must be run in administrator mode for the ODBC to work. 
    I have had issues after running the program in administrator mode (testing) if I simply do a save (in administrator mode) and then send it to the customer.   The issue is that it just will not work on the customer's site.   I have gotten
    around this in the past by saving any changes, going back out of excel, loading the program again (not in administrator mode) and saving it - before sending it to the customer.   This worked until now.
    For some unknown reason, the last time I sent a program to the customer and carried out the above process, the program stopped working.   Originally I thought that the macro just wouldn't work on windows 7, but eventually found that it is the form button
    that will no longer work when the program is moved from 8.2 to 7.
    Does anyone know why there is an incompatibility between 8.2 and Windows 7 and what I should be doing to ensure that my programs work in my customers environment(windows7)?
    In the meanwhile, I have changed the form button to an activex button and the program works fine in both environments.
    Thanking you in advance,

    there is some OP report after Windows update Dec 2014 macro stop responding ( I cant confirm if this is also related to your issue) its because security update for Office maybe conflict with the active-x that you are installed
    try to
    Close Excel
    Start Windows Explorer.
    Select your system drive (usually C:)
    Use the Search box to search for *.exd
    Delete all the files it finds.
    Start Excel again
    Open that file and save it, and try open at Windows 7
    to get more detail about this issue, I suggest also contact Office forum
    this case also will be solve installing kb3025036
    good luck

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

  • PHP email form with Validation - not working

    Hello;
    I am new to using php. I usually use coldfusion or asp but this site requires me to write in php. I have a form I am trying to get to work and right now.. it doesn't do anyhting but remember what you put in the fields. It doesn't want to send, and it won't execute the validation script for the fields that are required. Can anyone help me make this work? I'm confused and a definate newbie to PHP.
    Here is my code:
    <?php    
                  $PHP_SELF = $_SERVER['PHP_SELF'];   
                  $errName    = "";   
                  $errEmail    = "";
                  $errPhone    = "";        
                  if(isset($_POST['submit'])) {        
                          if($_POST["ac"]=="login"){            
                        $FORMOK = TRUE;    // $FORMOK acts as a flag. If you enter any of the conditionals below,                             // it gets set to FALSE, and the e-mail will not be sent.
                        // First Name           
                        if(preg_match("/^[a-zA-Z -]+$/", $_POST["name"]) === 0) {               
                            $errName = '<div class="errtext">Please enter you name.</div>';               
                            $FORMOK = FALSE;           
                        // Email           
                    if(preg_match("/^[a-zA-Z]\w+(\.\w+)*\@\w+(\.[0-9a-zA-Z]+)*\.[a-zA-Z]{2,4}$/", $_POST["email"]) === 0) {                                                    $errEmail = '<div class="errtext">Please enter a valid email.</div>';               
                            $FORMOK = FALSE;           
                        // Phone           
                        if(preg_match("/^[a-zA-Z -]+$/", $_POST["phone"]) === 0) {               
                            $errPhone = '<div class="errtext">Please enter your phone number.</div>';               
                            $FORMOK = FALSE;           
                        if($FORMOK) {               
                                $to = "[email protected]";  
                                $subject = "my. - Contact Form";                  
                                $name_field = $_POST['name'];               
                                $email_field = $_POST['email'];               
                                $phone_field = $_POST['phone'];
                                $city_field = $_POST['city'];
                                $state_field = $_POST['state'];               
                                $message = $_POST['comment'];                
                                $message = "               
                                Name: $name_field               
                                Email: $email_field
                                Phone: $phone_field   
                                City: $city_field   
                                State: $state_field               
                                Message: $message";                
                                $headers  = 'MIME-Version: 1.0' . "\r\n";               
                                $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";                
                                // Additional headers               
                                $headers .= 'To: <[email protected]>' . "\r\n";               
                                $headers .= '[From] <$email_field>' . "\r\n";                
                                // Mail it               
                                mail($to, $subject, $message, $headers);                
                                header("Location: thankyou.php")
                                // I have no idea what these next 3 lines are for. You may just want to get rid of them.                   
    ini_set("sendmail_from","[Send from]");
    ini_set("SMTP","[mail server]");
    mail($to, $subject, $message, $headers);
                                } else {               
                                echo "Error!";              
                        ?>
    <form method="post" action="<?php $PHP_SELF ?>" id="commentForm">
    <input name="name" size="40" value="<?php echo $_POST["name"]; ?>" type="text">
                         <?php  if(isset($errName)) echo $errName; ?>
    <input name="email" size="40" value="<?php echo $_POST["email"]; ?>"  type="text">
            <?php  if(isset($errEmail)) echo $errEmail; ?>
    <input name="phone" size="40" value="<?php echo $_POST["phone"]; ?>" type="text" id="phone">
            <?php  if(isset($errPhone)) echo $errPhone; ?>
    <input name="city" size="40" value="<?php echo $_POST["city"]; ?>" type="text" id="city">
    <input name="state" size="40" value="<?php echo $_POST["state"]; ?>" type="text" id="state">
    <textarea name="comment" cols="30" rows="10" id="comment"><?php echo $_POST["comment"]; ?></textarea>
    <input type="submit" value="Submit" name="submit" class="contact-submit" />
    </form>
    It seems pretty simple.. but it's not working at all. I would also like this page to submit to it's self, and when it actually does send an email, to just make the form disappear and replace it with the thank you text instead of sending you to another page. I also do not need to use an smtp server, it goes directly to the network server when sent.
    I'm really sorry to ask all of this, I'm trying to learn this language and need to make this work.
    Thank you for anyones help in advance.

    .oO(BarryGBrown)
    > I have a php file which generates an email from a form
    in a website I have
    >designed. I just want to make some areas of the final
    generated email in bold
    >text. I know if people have plain text only selected in
    their email client they
    >won't see the bold text, but at least it will reach a
    certain percentage of
    >users.
    You can't do bold text in a normal email. Plain text is just
    that -
    plain text. For anything more you need HTML. _If_ you should
    need it.
    Usually plain text serves pretty well and is the most
    efficient way.
    > the line in question is -
    >
    > $body ="Booking request details from website:\n\n";
    >
    > I have tried putting  and ,
    syntax is used in some forum software, but besides that it
    has
    no meaning whatsoever.
    >inside the inverted commas, outside
    >etc, plus tried different declarations within the
    <head>, nothing works! What
    >am I doing wrong?
    You would have to create an entire HTML email with all the
    required
    headers and boundaries. Quite difficult to do by hand with
    PHP's mail()
    function.
    > I am a beginner with this php stuff, please be kind!
    Then you should start simple with plain text. There are some
    classes out
    there which make it easy to generate text and HTML emails
    (phpmailer for
    example), but you should be familiar with PHP coding if you
    want to use
    them.
    Micha

  • Auto resize of form fields does not work as supposed

    Back in the good old (?) days of compiling as Flash (as opposed to Flex 2) input fields in a form component could be made to streeeeeeetch automatically to fit the varying width of a model. If one  chose "Fit contents = Fit width" for both the iview, and the specific form in the iview, then the fields in the form would resize to fit the width of the loaded window (which of course varies depending on screen resolution and window size).
    Now we have upgraded to SPS 18 and I no longer am able to deploy as Flash (it fails at runtime) so I am left with Flex 2 (which is not a bad thing besides this one issue).
    I have tried all possible settings for my iview and form layouts, but nothing works as it did with Flash. I simply cannot get the fields to resize.
    Can anyone help?
    Henning Strand

    Just received this from SAP:
    17.04.2009 - 09:20:53 CET - Reply by SAP
    Hi Henning
    Thanks for contacting SAP and providing with most of the details required to analyze the issue.
    As per note 1235408,this is a known issue with Flex2.
    Visual Composer UI elements are displayed relative to the browser size and not relative to each other.
    Solution: None; there is no relative layout available for the Flex 2 runtime.
    Workaround: Choose the "Actual size" option in the "Fit contents" list in the Configure task panel of the UI elements.
    Please refer to the note for workaround on the issue.
    See mentioned note if this also applies to your problem.
    Henning

  • Form Personalization is not working for copied Sales Orders

    Hi All,
    We have a requirement in Sales Order form, if the order type is "Standard" then Ship method field should be mandatory.
    We were able to do this using below form personalization, it is working for new order creation.
    When we did the below testing it is not working
    Inactivated the ship method and try to copy the order with Standard type the field remains mandatory and null but still it is allowing to book the Sales Order.
    Please help to sort out this issue, let me know if it is not clear
    Condition
    Trigger Event : WHEN-NEW-ITEM-INSTANCE
    Trigger Object: ORDER.SOLD_TO
    Condition:
    (:ORDER.ORDER_TYPE not like '%STANDARD%')
    Action
    Type : Property
    Object Type : Item
    Target Object : ORDER.SHIPPING_METHOD
    Property Name: REQUIRED
    Value: True
    Thanks,
    CSK

    Hi CSK,
    try it in well validate item trigger.
    If that order type is list then you may disable the field in WHEN LIST CHANGED  trigger itself.
    Hope it will work,
    Regards,
    Soofi

  • Adobe forms layout editor  not working

    Hello
    the layout editor in <b>sfp</b> transaction for adobe forms is not working... it says " could not open layout editor" .
    can anyone plz suggest whether anything needs to be installed while installing the gui or any patch would do ...
    or atleast where to find the patch ..
    thanks in advance !

    Hi,
    Actually, after a bit more checking I've found SAP note 962763 with more detail.
    You do need Adobe LiveCycle Designer and can download the installer from SAP Service
    Marketplace:
    http://service.sap.com/installations
    Entry by Application Group
    -> SAP NetWeaver
    -> SAP NETWEAVER
    -> SAP NETWEAVER 2004S
    -> Installation and Upgrade
    -> <Choose any OS and DB combination.>
    -> Adobe LiveCycle Designer 7.1
    Refer the links -
    Adobe interactive forms tutorial
    adobe forms
    Adobe Forms
    Regards,
    Omkar.

  • Lost all my contacts in Mac address book.  Tried syncing my iPhone/iPad contacts to Mac is not working.  Please help

    Lost all my contacts in Mac address book.  Tried syncing my iPhone/iPad contacts to Mac via iTunes and is not working.  Please help

    Welcome to the Apple Community.
    Unless you have the contacts backed up somewhere, you won't be able to restore them.
    You and your son should have your own iCloud accounts then you can keep your own contacts and calendars etc and avoid deleting each others.

Maybe you are looking for