Users unable to submit form

I am having a problem with some of my users unable to submit forms. They can see the submit button but when they click on it nothing happens. I do not receive the data into my database and they do not recieve my automatic confirmation that they should get upon submission. Others have no problem. I've tested the link and seems to work fine for me in both IE and Firefox.

I am helping Shannon out with this one.  I'm sorry to hear you are having problems.
I have tested your form, but everything looks fine from this end.
Can you provide some information about the users who are experiencing the problem?  What operating system are they using? Windows 7? Windows XP? Mac?  What browser and version are they using?
At the top of the form, does the user see the message 'Javascript is not enabled in your browser.'?
Try closing all instances of the browser, open the browser, clear the browser cache, and reload the form.
Try another browser.
Can you provide a screenshot of the form when the user experiences the problem?
Thanks,
-DevRandy

Similar Messages

  • Unable to submit form wen convrting input type="submit" to a onclick=""

    Hi
    I have used following code successfully to submit my form in JSP
    <form action="email.do" name="emailForm" onsubmit="return (checkscript())">
    <input type="submit" name="actionSend" class="GRPButtonRed" value="Send">
    </form>
    Now I have subtituted above code with :
    <form action="email.do" name="emailForm" >
    Submit
    </form>
    The screen is just getting refreshed
    Edited by: money321 on Dec 16, 2008 11:14 AM
    Edited by: money321 on Dec 16, 2008 11:15 AM

    It is just because of the CSS which i hav to use which supports <a> tag for creating a button.
    But I am wondering y is screen just getting refreshed after clicking on this button which i hav created using
    <a href = "#" onclick="">

  • Unable to submit form through Windows XP Home edition

    Hi All Gurus,
    I am facing a strange problem with Windows XP Home edition users. We are mailing a survey form having some radio button, textarea, text box for each question asked and "Submit" button. When the user opens the mail, fill the survey form and press the submit button the form disappears, whereas users of other operating systems are able to submit the same form.
    Can someone help me urgently.
    Thanks
    Manu

    You should also be aware that Microsoft is facing a lot of pressure to close security holes in Outlook Express. One such hole is the ability to "execute" programs that are contained inside emails.
    Being able to submit a form directly from the email itself is one such potential security problem. For example, I could write a JavaScript routine that looks for files on the user's hard disk and mails that file as soon as the email itself is opened, by using the onload( ) property. Similarly, it is also possible to deposit cookies.
    I realize you need to solve the problem now, but at some point when it is convenient to do so, you will need to sit down with the rest of your team and think about alternative ways to send people surveys.
    Your survey would not work for me, despite the fact that I'm not using Windows XP HE, because my email program will not execute any HTML, it just simply displays the tags. I configured it that way to avoid security problems, namely trojan horses and spyware, and more and more people are disabling their email programs every day. You may just have to settle for emailing people a hypertext link to a web site with the form on it.

  • Unable to submit form without attachment if file upload fails

    Hi All,
    I have a form, in which I have a input file component.
    Scenario 1 - If i don't attach anything and submit the form, it is successful.
    Scenario 2 - If I attach a file of size less than 2 MB and then submit, it is successful.
    Scenario 3 - If I attach a file of size greater than 2 MB and then submit, ADF gives an error message saying " File is large" which is expected.
    3.1 - In the scenario 3, after file upload fails, I want to submit the form without attaching any file. But the form isn't submitted and the warning message always pops up.
    3.2 - If I upload file of size less than 2MB again and then submit, it is successful.
    Please help me in resolving the issue.
    Thanks,
    Harini.

    Try clearing the error messages
    <af:resource type="javascript">
    function clearMessagesForComponent(evt){
    AdfPage.PAGE.clearAllMessages();
    evt.cancel();
    </af:resource>Now all yo uneed to do is to call this javascript method e.g. using a <af:clientListener method="clearMessagesForComponent" type="focus"/>on a button or any other field.
    Timo

  • Unable to submit form on web page using Invoke-WebRequest

    Looking to automate the Web search on HP's website by serial number to get the warranty data.  I am able to successfully get back the web page, and I can populate the fields in the form. However, when I submit the POST, I don't seem to get back any
    data.
    Please look at the below script and tell me what I'm doing wrong. I am following the FACEBOOK "Example 2" from the Get-Help in PowerShell 3.0.
    $Serial = "CND1076GST"
    $Url = "http://h20566.www2.hp.com/portal/site/hpsc/public/wc/home/"
    $r = Invoke-WebRequest -Uri $Url -SessionVariable HP
    If ($r.StatusDescription -eq "OK" ) {
    Write-Host $r.StatusDescription
    $HP
    $form = $r.Forms.Item("wcFormDataItem")
    $form.Fields["serialNumber0"] = $Serial
    $r2 = Invoke-WebRequest -Uri ($Url + $form.Action) -WebSession $HP -Method POST -Body $form.Fields
    $r2.Content | Out-File c:\temp\test.htm -Force
    Write-Host $r2.StatusDescription
    } Else {
    Write-Host $r.StatusDescription
    Levi Stevens | Technical Consultant Dell Services

    This is how easy it is to lookup the same data from Dell.
    $GUID = "cac8daa8-6699-466b-a3d3-f07e571fba1f"
    $AppName = "Dell Warranty"
    $ServiceTag = "5LCQSY1"
    $WebProxy=New-WebServiceProxy -Uri http://xserv.dell.com/services/assetservice.asmx
    $WarrantyInformation=$WebProxy.GetAssetInformation($GUID,"Dell Warranty",$ServiceTag)
    $WarrantyInformation | Select-Object -ExpandProperty Entitlements
    Levi Stevens | Technical Consultant Dell Services

  • Can I edit the email created to send a PDF form back to me when a user clicks on Submit?

         I created several PDF fillable forms for our users to request services and send back data needed to deliver those services. They are simple forms, and users will click on Submit to return to a mailto: address.
    My question is about the email message that is auto-created when the user clicks on Submit. I can't find any config window to be able to edit the message in the body of the email. The message reads:
    Form Returned: 2014PrintingRequestForm.pdf
    The attached file is the filled-out form. Please open it to review the data.
    Is there any way to edit this message?

    majende,
    Adobe Reader for iOS does support a Submit button.
    (a) Button action to submit an entire PDF document via email
    (b) JavaScript submitForm to Adobe FormsCentral
    Do you use the desktop version of Adobe Acrobat to create a PDF form?
    For option (a)
    Add the "Submit a form" action to your Submit button.
    Enter "mailto:" (including a colon) followed by email recipient(s).  Please add a comma between two email addresses.
    Example: [email protected], [email protected]
    Select "PDF The complete document".
    This particular type of PDF form will work with Adobe Reader desktop and mobile products (including Adobe Reader for iOS and Android).
    In Adobe Reader for iOS, a user can do the following steps to submit the particular type of PDF form.
    Fill out the PDF form.
    Tap the Submit button in the PDF form.
    Select "Share Original Document" or "Share Flattened Copy" from the Share File dialog.
    Adobe Reader for iOS will automatically fill in the email address(es) that you specified when you created the PDF form.
    Tap the Send button in the upper right corner.
    Adobe Reader for iOS will send the PDF form as an email attachment via Apple Mail (the default mail app for iOS).
    Please let us know if you have additional questions.

  • Cannot submit form from workspace

    Good morning,
    for a long time we experience an issue when completing  form in workspace. I can fill the form and click the Complete button. Nothing happens, form remains open and is unable to be submitted. If I click the button many times, sometimes it helps and forms is submitted after many clicks.
    The issue doesn't occur regulary. Close and start browser sometimes helps, sometimes user have to logout and logon.
    Forms architecture is simple: several text fields without scripts and AWS workflow fields collection.
    I have upgraded LiveCycle ES server to the latest service pack 3.
    The reader is version 8.1.3.
    Please help.
    --- Jaroslav

    Nith,
    I'm sorry, I don't thing so. Render function is called before the form is displayed on the screen and it's function is to preset workflow fields with actual process, task id, submit URL, server email and so. At the end it injects javascript called form bridge to the form. I checked forms that were submitted well, forms that cannot be submitted at all and forms that was submitted after some time of clicking the button. I have not found differences, all the forms where prefilled well.
    The submit function is called after the form is submitted and data are passed to the workspace-server. That data are input parameters of the submit function and you can validate them, make computations and so on. Unfortunatelly in my case this sometime never happen. Form is unable to submit the data. And if data are not submitted, no submit function is called.
    For that reasons I do think there is no problem in render / submit function.
    --- Jaroslav

  • Upgrade from 8.2 to 9.0 - buttons missing to submit form

    Hello everyone,
    We have upgraded to LiveCycle ES2 from LiveCycle ES.
    When we open the tasks via Workspace ES2, the buttons are missing to submit form. Buttons which should be there because "User must select a route to complete this task" option is selected; and it was working fine in version 8.2. There is only a submit button which appears on the form.
    Could you advice about the case please?
    Thanks in advance
    Sedat,

    Hi Sedat,
    which version of Adobe Acrobat/Reader are you using? Seems that you're using Version 8.x, right?
    Nico

  • Firefox crashed when I restarted it to install plugins and the crash reporter is unable to submit a report for this crash. How can I submit this report?

    # This file is in the UTF-8 encoding
    [Strings]
    # LOCALIZATION NOTE (isRTL):
    # Leave this entry empty unless your language requires right-to-left layout,
    # for example like Arabic, Hebrew, Persian. If your language needs RTL, please
    # use the untranslated English word "yes" as value
    isRTL=
    CrashReporterTitle=Crash Reporter
    # LOCALIZATION NOTE (CrashReporterVendorTitle): %s is replaced with the vendor name. (i.e. "Mozilla")
    CrashReporterVendorTitle=%s Crash Reporter
    # LOCALIZATION NOTE (CrashReporterErrorText): %s is replaced with another string containing detailed information.
    CrashReporterErrorText=The application had a problem and crashed.\n\nUnfortunately the crash reporter is unable to submit a report for this crash.\n\nDetails: %s
    # LOCALIZATION NOTE (CrashReporterProductErrorText2): The first %s is replaced with the product name (i.e. "Firefox"), the second is replaced with another string containing detailed information. These two substitutions can not be reordered!
    CrashReporterProductErrorText2=%s had a problem and crashed.\n\nUnfortunately the crash reporter is unable to submit a crash report.\n\nDetails: %s
    CrashReporterSorry=We're Sorry
    # LOCALIZATION NOTE (CrashReporterDescriptionText2): The %s is replaced with the product name.
    CrashReporterDescriptionText2=%s had a problem and crashed.\n\nTo help us diagnose and fix the problem, you can send us a crash report.
    CrashReporterDefault=This application is run after a crash to report the problem to the application vendor. It should not be run directly.
    Details=Details…
    ViewReportTitle=Report Contents
    CommentGrayText=Add a comment (comments are publicly visible)
    ExtraReportInfo=This report also contains technical information about the state of the application when it crashed.
    # LOCALIZATION NOTE (CheckSendReport): The %s is replaced with the vendor name.
    CheckSendReport=Tell %s about this crash so they can fix it
    CheckIncludeURL=Include the address of the page I was on
    CheckSendEmail=Email me when more information is available
    EmailGrayText=Enter your email address here
    ReportPreSubmit2=Your crash report will be submitted before you quit or restart.
    ReportDuringSubmit2=Submitting your report…
    ReportSubmitSuccess=Report submitted successfully!
    ReportSubmitFailed=There was a problem submitting your report.
    ReportResubmit=Resending reports that previously failed to send…
    # LOCALIZATION NOTE (Quit2): The %s is replaced with the product name.
    Quit2=Quit %s
    # LOCALIZATION NOTE (Restart): The %s is replaced with the product name.
    Restart=Restart %s
    Ok=OK
    Close=Close
    # LOCALIZATION NOTE (CrashID): The %s is replaced with the Crash ID from the server, which is a string like abc12345-6789-0abc-def1-23456abcdef1
    CrashID=Crash ID: %s
    # LOCALIZATION NOTE (CrashDetailsURL): The %s is replaced with a URL that the user can visit to view the crash details.
    CrashDetailsURL=You can view details of this crash at %s
    ErrorBadArguments=The application passed an invalid argument.
    ErrorExtraFileExists=The application didn't leave an application data file.
    ErrorExtraFileRead=Couldn't read the application data file.
    ErrorExtraFileMove=Couldn't move application data file.
    ErrorDumpFileExists=The application did not leave a crash dump file.
    ErrorDumpFileMove=Couldn't move crash dump.
    ErrorNoProductName=The application did not identify itself.
    ErrorNoServerURL=The application did not specify a crash reporting server.
    ErrorNoSettingsPath=Couldn't find the crash reporter's settings.
    ErrorCreateDumpDir=Couldn't create pending dump directory.
    # LOCALIZATION NOTE (ErrorEndOfLife): The %s is replaced with the product name.
    ErrorEndOfLife=The version of %s you are using is no longer supported. Crash reports are no longer being accepted for this version. Please consider upgrading to a supported version.

    I think you may have pasted the wrong thing into the Description.
    To try and resubmit a pending report (for example if you lost your internet connection):
    #Go to about:crashes in the location bar
    #Click the latest report link to resubmit it
    If there isn't a pending crash report listed, I'm afraid you may be out of luck for that crash report.

  • Struggling with the Submit Form

    My incomplete site has three links which don't seem to work at all. Unsurprisingly they are all the same file type and I don't have the slightest clue on how to fix it!
    http://www.expertpcguides.com/contact-us.html
    I have supplied the coding for one of my pages 'Site Feedback'. My goal is to create a send-able form where the user can contact us at [email protected]. You guys supplied me with this script, but for some reason (probably due to my own fault) it isn't working! Thanks for the help.
    Technical Support Page:
    <!DOCTYPE HTML>
    <html>
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>technical-support</title>
            <link rel="stylesheet" href="css/common-reset.css" type="text/css" media="screen" />
            <link rel="stylesheet" href="css/common-style.css" type="text/css" media="screen" />
            <link href="lightbox/css/lightbox.css" rel="stylesheet" />
            <link href='http://fonts.googleapis.com/css?family=Open+Sans%7CBaumans%7CArvo%7CRoboto' rel='stylesheet' type='text/css' />
            <script src="js/modernizr.js"></script>
            <script src="js/respond.min.js"></script>
            <!-- include extern jQuery file but fall back to local file if extern one fails to load !-->
            <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
            <script type="text/javascript">window.jQuery || document.write('<script type="text/javascript" src="js\/1.7.2.jquery.min"><\/script>')</script>
            <script src="lightbox/js/lightbox.js"></script>
            <script src="js/prefixfree.min.js"></script>
            <script src="js/jquery.slides.min.js"></script>
            <!--[if lt IE 9]>
                <style>
                    header
                        margin: 0 auto 20px auto;
                    #four_columns .img-item figure span.thumb-screen
                        display:none;
                </style>
            <![endif]-->
            <script>
            $(function() {
              $('#slides').slidesjs({
                height: 235,
                navigation: false,
                pagination: false,
                effect: {
                  fade: {
                    speed: 2600
                callback: {
                    start: function(number)
                        $("#slider_content1,#slider_content2,#slider_content3").fadeOut(500);
                    complete: function(number)
                        $("#slider_content" + number).delay(200).fadeIn(1000);
                play: {
                    active: false,
                    auto: true,
                    interval: 28000,
                    pauseOnHover: false
            </script>
         <style type="text/css">
    <!--
    .style4 {
      font-size: 20px
    .style5 {color: #0000FF}
    .style6 {
      color: #0099CC;
      font-weight: bold;
    .style9 {
      color: #CCCCCC;
      font-size: 90%;
    .style12 {font-family: Georgia, "Times New Roman", Times, serif; color: #000000; font-size: 120%; }
    .style16 {color: #000099}
    .style45 {font-family: Georgia, "Times New Roman", Times, serif; color: #0000FF; font-size: 120%; }
    .style46 {color: #000000}
    -->
            </style>
    </head>
      <body>
            <header>           
                <h1 class="style5">Expertpcguides.com</h1>
              <p class="style6">Technology Explained.</p>
    <select id="alternative_menu" size="1">
                    <option>Home</option>
                    <option>About</option>
                    <option>Contact us</option>
                    <option>Login/Register</option>
                    <option>Forums</option>
    <option>Privacy Policy</option>
                    <option>Disclaimer</option>
                    <option>Legal Notice</option>
                </select>
                <nav>
                <h2 class="hidden">Our navigation</h2>
                    <ul>
                        <li><a href="index.html" class="style46">Home</a></li>
                      <li><a href="about-us.html" class="style46">About</a></li>
                      <li><a href="javascript:void(0)" class="style46">Contact us</a></li>
                      <li><a href="javascript:void(0)" class="style46">Login/Register</a></li>
                      <li><a href="javascript:void(0)" class="style46">Forums</a></li>
                  </ul>
                </nav>
            </header>
            <section id="spacer"> 
            <h2 class="hidden">Dolor sit amet</h2>         
                <p><span style="color:#5cb3ff;">D</span><span style="color:#6cbafe;">i</span><span style="color:#7cc1fe;">c</span><span style="color:#8cc9fd;">t</span><span style="color:#9cd0fd;">i</span><span style="color:#abd7fc;">o</span><span style="color:#bbdefc;">n</span><span style="color:#cbe6fb;">a</span><span style="color:#dbedfb;">r</span><span style="color:#ebf4fa;">y</span> | <span style="color:#ffffff;">A</span><span style="color:#dcf1ff;">r</span><span style="color:#b9e3ff;">t</span><span style="color:#96d5ff;">i</span><span style="color:#74c8ff;">c</span><span style="color:#51baff;">l</span><span style="color:#2eacff;">e</span><span style="color:#0b9eff;">s</span> | <span style="color:#1c95ff;">C</span><span style="color:#299bff;">o</span><span style="color:#35a0ff;">m</span><span style="color:#42a6ff;">p</span><span style="color:#4facff;">u</span><span style="color:#5bb2ff;">t</span><span style="color:#68b7ff;">e</span><span style="color:#75bdff;">r</span><span style="color:#81c3ff;"> </span><span style="color:#8ec9ff;">H</span><span style="color:#9bceff;">i</span><span style="color:#a7d4ff;">s</span><span style="color:#b4daff;">t</span><span style="color:#c1e0ff;">o</span><span style="color:#cde5ff;">r</span><span style="color:#daebff;">y</span> | <span style="color:#1c95ff;">F</span><span style="color:#2d9dff;">r</span><span style="color:#3fa5ff;">e</span><span style="color:#50adff;">e</span><span style="color:#62b6ff;"> </span><span style="color:#73beff;">D</span><span style="color:#85c6ff;">o</span><span style="color:#96ceff;">w</span><span style="color:#a8d6ff;">n</span><span style="color:#b9deff;">l</span><span style="color:#cbe7ff;">o</span><span style="color:#dcefff;">a</span><span style="color:#eef7ff;">d</span><span style="color:#ffffff;">s</span></p>
    <div class="search">
    <form id="searchbox_000429658622879505763:gczdzyghogq" action="https://www.google.com/cse/publicurl?cx=000429658622879505763:gczdzyghogq">
    <input value="000429658622879505763:gczdzyghogq" name="cx" type="hidden"/>
    <input value="FORID:11" name="cof" type="hidden"/>
    <input id="q" style="width:150px;" name="q" size="70" type="text" />
    <input value="Search" name="sa" type="submit"/>
    </form>
    </div>
        </section>
    <section id="boxcontent">
    <section id="four_columns">
                <h2 class="style16">
                    Support</h2>   
                <p class="style45">
                    <?phpif(isset($sent)) {
        echo "<h3>$sent</h3>";
    if(isset($error)) {
    echo "<h3>$error</h3>";
    ?>
    <form id="form1" name="form1" method="post" action="">
    <p><span class="style46"><strong>Name:</strong></span></p>
    <form name="form1" method="post" action="">
      <label>
      <input type="text" name="Namefield" id="Namefield">
      </label>
    </form>
    <p><span class="style46"><br />
    </span></p>
    <p><span class="style46"><strong>Email:</strong></span></p>
    <form name="form2" method="post" action="">
      <label>
      <input type="text" name="emailfield" id="emailfield">
      </label>
      <span class="style46"><br />
      </span>
    </form>
    <p><span class="style46"><strong>Computer Brand:</strong></span></p>
    <form name="form3" method="post" action="">
      <label>
      <select name="computerbrandfield" size="5" id="computerbrandfield">
        <option>Atari</option>
        <option>Compaq</option>
        <option>CTX</option>
        <option>Custom Built</option>
        <option>Cyber Max</option>
        <option>Dell</option>
        <option>Digital</option>
        <option>DTK</option>
        <option>E-machine</option>
        <option>Gateway</option>
        <option>Hand Held</option>
        <option>Hewlett Packard</option>
        <option>IBM</option>
        <option>Lenevo</option>
        <option>Macintosh</option>
        <option>Micron</option>
        <option>Midwest Micro</option>
        <option>NEC</option>
        <option>Packard Bell</option>
        <option>Quantex</option>
        <option>Sharp</option>
        <option>Sony</option>
        <option>Sun</option>
        <option>Systemax</option>
        <option>Tiger Direct</option>
        <option>Toshiba</option>
        <option>Twinhead</option>
        <option>Winbook</option>
        <option>Xi Computer</option>
        <option>Zenith</option>
        <option>Other Computer Brand</option>
        <option>Other Device</option>
      </select>
      </label>
    </form>
    <p><span class="style46"><br />
    </span></p>
    <p><span class="style46"><strong>Operating System:</strong></span></p>
    <form name="form4" method="post" action="">
      <label>
      <select name="computerbrandfield3" size="5" id="computerbrandfield3">
        <option>Windows 8</option>
        <option>Windows 7</option>
        <option>Windows Vista</option>
        <option>Windows XP</option>
        <option>Windows 2000</option>
        <option>Windows 2003</option>
        <option>Mac OS</option>
        <option>Linux Variant</option>
        <option>BSD</option>
        <option>DOS / PC-DOS</option>
        <option>OS/2 Warp</option>
        <option>Windows 98</option>
        <option>Windows 95</option>
        <option>Windows CE</option>
        <option>Windows ME</option>
        <option>Windows NT</option>
        <option>Windows 3.x</option>
        <option>Other</option>
        <option>Unknown</option>
        </select>
      </label>
    </form>
    <p><span class="style46"><br />
    </span></p>
    <p><span class="style46"><strong>Amount of RAM:</strong></span></p>
    <p><span class="style46">
      <select name="computerbrandfield2" size="5" id="computerbrandfield2">
        <option>0mb-1GB</option>
        <option>1GB-2GB</option>
        <option>2GB-4GB</option>
        <option>More than 4GB</option>
        </select>
      </span></p>
    <p><span class="style46"><br />
    </span></p>
    <p><span class="style46"><strong>CPU Type:</strong></span></p>
    <p>
      <select name="computerbrandfield4" size="5" id="computerbrandfield4">
        <option>Power PC</option>
        <option>Rise mP6</option>
        <option>Transmeta Crusoe</option>
        <option>Other</option>
        <option>Unknown</option>
        </select>
    </p>
    <p> </p>
    <p><span class="style46"><strong>Computer Type:</strong></span><span class="style46"><br />
    </span></p>
    <p><span class="style46">
      <select name="computerbrandfield5" size="5" id="computerbrandfield5">
        <option>Desktop/Workstation</option>
        <option>Gaming System</option>
        <option>Laptop</option>
        <option>PDA / Mobile</option>
        <option>Server</option>
        <option>Other</option>
        </select>
      <br />
    </span></p>
    <label><span class="style46"><strong>Question:</strong><br />
    </span><br />
    <textarea name="textarea" id="textarea" cols="45" rows="5"></textarea>
    </label>
    <p> </p>
    <p>
    <label>
    <input type="submit" name="Submit" id="Submit" value="Submit" />
    </label>
    </p>
        <p class="style12"><br class="clear"/>
        </p>
      </section><br class="clear"/>
        </section>
    <section id="text_columns">
    <section class="column2"></section>
            </section>
    <footer>
          <h2 class="hidden">Our footer</h2>
          <section id="copyright">
            <h3 class="hidden">Copyright notice</h3>
            <div class="wrapper">
              <div class="social"> <a href="index.html"><img src="img/G.png" alt="G" width="25"/></a> <a href="index.html"><img src="img/U.png" alt="U" width="25"/></a> <a href="index.html"><img src="img/I.png" alt="I" width="25"/></a> <a href="index.html"><img src="img/D.png" alt="D" width="25"/></a> <a href="index.html"><img src="img/E.png" alt="E" width="25"/></a> <a href="index.html"><img src="img/S.png" alt="S" width="25"/></a> </div>
              &copy; Copyright 2014 by Expertpcguides.com. All Rights Reserved. </div>
    </section>
          <section class="wrapper">
            <h3 class="hidden">Footer content</h3>
            <article class="column hide">
              <h4>Site Links</h4>
                <div class="class1">
                  <p class="footer-text"><a href="web-contributors.html" >Developers/Contributors</a></p>
                </div>
              <div class="class1">
                  <p><a href="create-a-page.html" class="style10">Create a page</a></p>
              </div>
              <div class="class1">
                <p><a href="point-system.html" class="style10">Rewards System</a></p>
              </div>
              <div class="class1">
                <p><a href="privacy.html" class="style10">Privacy</a></p>
              </div>
            </article>
    <article class="column midlist2">
              <h4 class="style4">Follow Us</h4>
              <ul class="style4">
                <li><div class="class1">
                    <p class="footer-text"><img src="img/Facebook-logo.png" alt="Facebook Image" width="32" height="34"/> <a href="https://www.facebook.com/expertpcguides" class="style23">Facebook</a></p></div></li>
    <li><div class="class1">
                  <p class="footer-text"><img src="img/Twitter-Logo.jpg" alt="Twitter Image" width="30" height="33"/><a href="https://twitter.com/ExpertPcGuides" class="style23" > Twitter</a></p></div></li>
      <li><div class="class1">
        <p class="footer-text"><img src="img/Google+Logo.jpg" alt="Google + Image" width="31" height="35"/><a href="https://plus.google.com/115474035983654843441" class="style23"> Google Plus</a></p></div></li>
      <li><div class="class1">
        <p class="footer-text"><img src="img/Pininterest-Logo.png" alt="Pininterest Image" width="33" height="34" ><a href="http://www.pinterest.com/expertpcguides/" class="style23"> Pininterest</a></p></div></li>
              </ul>
            </article>
            <article class="column rightlist">
              <h4>Interested in Exclusive Articles?</h4>
                <div class="class2">
                  <p><a href="login.html" class="style10">All you need to do is login/register</a></p>
                </div>
            </article>
          </section>
    <section class="wrapper"><h3 class="hidden">If you are seeing this, then the site is losing stability</h3></section>
            </footer>
                                    </body>
    </html>

    Also, what's this about? There's no form at all!
      <body>
            <header>          
                <h1 class="style5">Expertpcguides.com</h1>
              <p class="style6">Technology Explained.</p>
    <select id="alternative_menu" size="1">
                    <option>Home</option>
                    <option>About</option>
                    <option>Contact us</option>
                    <option>Login/Register</option>
                    <option>Forums</option>
    <option>Privacy Policy</option>
                    <option>Disclaimer</option>
                    <option>Legal Notice</option>
                </select>
    By the way, you are going to drive yourself crazy if you don't stop using the Property inspector to style your content -
         <style type="text/css">
    <!--
    .style4 {
      font-size: 20px
    .style5 {color: #0000FF}
    .style6 {
      color: #0099CC;
      font-weight: bold;
    .style9 {
      color: #CCCCCC;
      font-size: 90%;
    .style12 {font-family: Georgia, "Times New Roman", Times, serif; color: #000000; font-size: 120%; }
    .style16 {color: #000099}
    .style45 {font-family: Georgia, "Times New Roman", Times, serif; color: #0000FF; font-size: 120%; }
    .style46 {color: #000000}
    -->
            </style>

  • Change filename prompted when submit form by email

    My form has a submit by email button for users to submit the filled form through email(attached as pdf). Upon clicking the submit button, I want the pdf attachment to be in a customized filename (eg:YYYYMMDD_form1_txtfield1.pdf), or the least if user choose to submit using external webmail and prompted to first save the file, the filename(on the Save As dialog) will automatically be set to the customized filename.
    Is this possible? or Is there any other alternatives? I had went through a number of forums/articles on this but I did not find the solution.
    Thanks loads.

    The send pdf in an email will save the fiel as is in a temp folder with the name of the PDF that already exists. If you want to change that name you will have to do a file save operation. For security reasons you cannot automate the file save without the user's knowledge (they have to click OK). I do not know of a way to seed the SaveAs dialog with the filename that you want.
    Paul

  • Submit Form Button Acrobat X Pro Mac

    I used Acrobat X Pro for the first time a couple of months ago. I created a form and when I was finished there was a Submit Form button in the purple field at the top of the document next to the Highlight Existing Fields button, and the text to the left of the buttons said "Please fill out the following form. When finished, click Submit Form to return the completed form. You can save data typed in this form.". I did not create any buttons on this form manually. I want to do this again for another form but I cannot figure out how I did it the first time. I have seen discussions on how to create a submit button, but I cannot get that to work either. Plus I think the Submit Form button looks nicer anyway. Please Help!!
    What I Need:
    - a pdf form with a submit button that will email me a copy of the completed form when pressed
    - the person filling out the form also needs to be able save a copy for themselves
    My System:
    Macbook Pro OS X 10.6.7
    Office 2011 for Mac 14.0
    Acrobat X for Mac 10.0.2

    I just did what it sounds like you want to do using these instructions for Acrobat Pro 9. Here is the link: http://help.adobe.com/en_US/Acrobat/9.0/Standard/WS3593E0A4-C5E2-4cde-A09E-2A984346DDD2.w. html
    To make it so your user can save a copy go to the Advanced Tab and click on Extend Features in Adobe Reader. That should do it. Good Luck.
    Best,
    Lisa

  • Hiding the "Submit Form" button in Reader

    I am referring to the "Submit Form" button that is part of the application (just to the right of the Highlight Fields button) rather than one that appears on the PDF document itself.
    This is for a PDF form for a company with many branches.
    I want to create a form that users can fill out and save in Reader, but I don't want them to submit it electronically, because I need them to provide a photo as well. I just want them to save the filled-out form and then email it together with a photo to their local branch manager, and I do not have a complete list of branch managers; I am assuming that the user knows the email address of their branch manager. So I either want to hide the Submit Form botton or change it to Save Form.
    I am trying this  on a PC (specifically Acrobat 9, Acrobat Reader 9 and Windows Vista Home Premium), and also on a Mac. On both platforms, when I take an existing form and distribute it to get one that can be filled out n Reader, Acrobat generates a form that Reader displays with the Submit Form button.

    Here is the answer to my own question. Don't use Distribute Form to generate the Reader-enabled form. Instead, in Acrobat 9, go to Advanced --> Extend Forms Fill-in and Save in Adobe Reader to generate the form. In Acrobat X, go to File>Save as.

  • Submit form button on fill in form

    How do I change default message in email in the submit form button?   It says "form attached"' etc.
    I tried java script and it worked for most, but iPad users couldn't select the button

    thank you for your response.  I really don't want to customize the form, I just wanted to know if there is a way to modify the default language in the email message from the submit button.  The body says:
    Form Returned: Class-Reg-Test-09-04-12.pdf
    The attached file is the filled-out form. Please open it to review the data.
    Thanks - I am looking into an Acrobat class.
    Sent from my iPad

  • "Submit Form" button automatically created when opening form in non-adobe program

    I tried browsing the forum for a solution to getting rid of this annoying automatic button but got nothing. It gets generated on the body of the form (top right) when I publish for distribution using any method for collection. I'm using pdf expert 5 to fill and submit forms because adobe reader doesn't do what I need how I need it. Everything is perfect except for that annoying submit form button that specifies submitting by email because 'user is not using reader or acrobat version whatever'.
    Anyone know how to get rid of this button?
    Thanks!

    Yes, that is correct.
    I did not manually add this button, so I am assuming it was somehow automatically created.
    It worked great up until now that I need to change the "To:" email address.
    I've look through the XML code associated this this email address and changed it every where I could find it, but it still hasn't changed my results.  So, I have no idea how to change this and as stated above, if I create a new form it automatically sets it up to be sent to the wrong email address.  Not sure why or how to change it?
    Let me know if you need further info to help me out.
    Thanks again

Maybe you are looking for

  • How do i change the sounds on my mac to custome ones?

    Hi i have a few files from a dungeon keeper extras disk. they include things like youve got mail . trash emptyed. alert noise, a click, minimize and maximise noises , sleep and wake up , start up and shut down nosies , program unexepliatly ended nois

  • SPA 525G[2]: monitor mjpeg video RTSP , remove PATH constraint

    Having read the forum's guide on the topic , https://supportforums.cisco.com/docs/DOC-9806 , and related errata it's clear the phone can render MJPEG via RTSP.  The defect is the expectation of a needlessly specific URI PATH rtsp://10.20.30.40/img/jp

  • Z report downloading problem

    One of our user has installed office 2007. Previously user was using 2003. While user want to download data for report ZMM60 he gets know data. While I am  using 2003 I was able to download and see data in that. User get only blank excelsheet. Does a

  • Printing a hashtable to screen, Server & Client (Java & CORBA)

    Hi all, I have written a server method that prints a hashtable's contents to screen:      public void viewAllEquipment () throws noEquipmentInTable {           // Does any equipment exist?           if (equipmentList.isEmpty() == true) {             

  • My disappearing audio

    Hi. I've found a few other posts that could be related but here's my problem. I burned a CD from iTunes today, listened to the music and the resulting CD to check it, then later on a data CD with Toast. After some word processing and a sleep, I went