Autofill web forms doesn't allow choice of email address

Using a new MacBook Pro with Lion installed.  I have multiple email addresses and want to use a particular one when filling out personal data on a web form.  Autofill doesn't seem to allow that option.  Is there a fix for this?

Well that is nice but before all I only had to enter in the first letter and I get a list starting with the first letter and usually the person I need is right there now I have to keep typing? This is not a upgrade in my opinion. IS there an option to just list starting with the first letter? IF not there should be. Is there a way to go back to the last version?
There is an old saying in engineering, "if it ain't broke, don't fix it."
I get a little of programers over working a product that works great all ready don't screw with the interface unless you make it a choice for the user. Adobe does this all the time I have to relearn the interface each time a programing has a bright idea.
Dennis

Similar Messages

  • ERROR: Your web form must capture customer name and email address.

    Hi,
    I keep receiving this error message when trying to checkout and submit a payment.
    ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page.
    The strange thing is it's only happening in chrome. It works perfectly in IE and firefox, the form submits and takes me to the order confirmation page. I've tested it on multiple PCs so it's definitely a chrome issue. Does anyone have any advice as to what could be causing this issue with chrome?
    Thanks,
    Pete

    Check your eCommerce web form in the admin has the ID - 211729
    This is what the form ID is, if you have deleted it and made a new one it will not Marry up
    The things you normally look for with this error is The first name and last name along with email fields have the right ID and name parameters on the input. The javascript is picking those up so it looks like that is working.
    So next is the form in the admin marrying up with the form on the page or in this case the Registration Buy layout.

  • How do i fix the "web form must capture customer name and email address" error?

    Hi all,
    I have a webform that is submitting securely to the bc servers. I get the response:
    {"SystemMessage": { "success": False, "message": "ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page." }}
    I have verified that the "FirstName","LastName","EmailAddress" are actually gettting sent with their corresponding values. I can't seem to figure out why i keep getting this error. Can someone please lend a helping hand?!? Thanks guys... here's my code:
    var rAction = 'https://site.worldsecuresystems.com/FormProcessv2.aspx?WebFormID=85886&OID={module_oid}&OTYPE={module_otype}&EID={module_eid}&CID={module_cid}&CC={module_urlcountryc ode}&Referrer={module_siteurl,true,true}&JSON=1';
    var rData = 'FirstName='+escape(fName.val())+'&LastName='+escape(lName.val())+'&EmailAddress='+escape (email.val())+'&Username='+escape(username.val())+'&Password='+escape(passwd.val())+'&Pass wordConfirm='+escape(passwd2.val())+'&BillingAddress='+escape(baddress.val())+'&BillingCit y='+escape(bcity.val())+'&BillingState='+escape(bstate.val())+'&BillingZip='+escape(bzip.v al())+'&PaymentMethodType='+escape(paymentMethodType)+'&CardName='+escape(cName.val())+'&C ardNumber='+escape(cNum.val())+'&CardExpiryMonth='+escape(expMonth)+'&CardExpiryYear='+esc ape(expYear)+'&CardType='+escape(cType)+'&CardCCV='+escape(ccv.val())
    $.ajax({
    type: 'POST',
    url: rAction,
    data: rData,
    success: function(msg){
    console.log('success');
    $('#result').html(msg);
    error: function(msg){
    console.log('error');
    $('#result').html(msg);

    Ok -- after testing this out a little on my own I think it must have to do with not properly serialzing the data you are passing in the ajax function.  In the example I linked to earlier they are just serialzing the form data and it works because it converts the data in the form's input fields to URL encoded notation.
    If you aren't using an actual form on your site to mimick the example I linked to then when building your "rData" string instead of using the "escape" function for each of the parameter values, you should be using the "encodeURIComponent" function instead which instead of escaping characters will convert it to URL encoded notation.  That's probably your issue. Here's more about encodeURIComponent(): http://www.w3schools.com/jsref/jsref_encodeURIComponent.asp
    Try this with the rData variable instead:
    var rData = 'FirstName='+encodeURIComponent(fName.val())+'&LastName='+encodeURIComponent(lName.val()) +'&EmailAddress='+encodeURIComponent(email.val())+'&Username='+encodeURIComponent(username .val())+'&Password='+encodeURIComponent(passwd.val())+'&PasswordConfirm='+encodeURICompone nt(passwd2.val())+'&BillingAddress='+encodeURIComponent(baddress.val())+'&BillingCity='+en codeURIComponent(bcity.val())+'&BillingState='+encodeURIComponent(bstate.val())+'&BillingZ ip='+encodeURIComponent(bzip.val())+'&PaymentMethodType='+encodeURIComponent(paymentMethod Type)+'&CardName='+encodeURIComponent(cName.val())+'&CardNumber='+encodeURIComponent(cNum. val())+'&CardExpiryMonth='+encodeURIComponent(expMonth)+'&CardExpiryYear='+encodeURICompon ent(expYear)+'&CardType='+encodeURIComponent(cType)+'&CardCCV='+encodeURIComponent(ccv.val ())

  • Web form doesn't allow text entries and showing smart lists

    Hi,
    I am using Hyp 11.1.2 and facing 2 issues with webforms .
    One of them is a cell under Account dimension should accept Text Value , which is allowing numeric only. I am able to enter text but not getting saved , showing an error msg that invalid entry..etc. Also I found everymember in outline is numeric. Even if I refreshed the Text type member with data type Text , it is still showing numeric in Outline.
    Second one is even If defined a smart list on another member under Account, the cell is not showing it.
    Is it relevant setting Evaluation Order or any thing else?
    suggestions appreciated
    Thanks in advance

    The Text member like Smart List will be based on the evaluation order which for Classic is set by carrying out the following - http://docs.oracle.com/cd/E17236_01/epm.1112/planning_admin_11122300/enum_dim.html for EPMA - http://docs.oracle.com/cd/E17236_01/epm.1112/epma_admin/epma_data_type_eval.html
    Checking the Essbase outline is not an option because the text information is all stored in the planning relational repository (table HSP_TEXT_CELL_VALUE) and the numerical value associated with it is stored in essbase.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Contact form doesn't work with some email addresses

    My contact form was working fine until a few weeks ago, now it won't work with the e-mail address I was using. I have tried different address some work some don't , what gives here.
    For what I'm paying I should not be having this problem.

    Please find a similar discussion here and try the suggestion mentioned :
    http://forums.adobe.com/message/6304524#6304524
    Thanks,
    Sanjit

  • I have an Ipad My apple ID and password works for Ibooks and Icloud but when I try to get into the app store it doesn't show my entire email address on the account. When I try to get into the app store it tells me my password is incorrect.  How can I corr

    I have an Ipad My apple ID and password works for Ibooks and Icloud but when I try to get into the app store it doesn't show my entire email address on the account. When I try to get into the app store it tells me my password is incorrect.  How can I correct this? I have been emailing support but so far they have been no help

    Open the App Store app, go to the Featured pane, swipe to the bottom, tap the Apple ID and sign out. Tap again and sign in with the Apple ID of your choosing.

  • Acrobat Form Wizard, need to change distribution email address

    When I'm using the Acrobat Form Wizard, I don't want my respondents to email me, I want them to email the Department I'm creating the form for. How do I change the email address?

    I've got a PDF form, created by a client, which I'm trying to setup for email collection of completed forms.
    Problem is, when I go through the steps to "distribute" the form, it never asks me what email address I'd like the completed forms sent to. And in the end, it choose my own personal email address.
    Instead, I'd like to be able to specify my client's email address so he can receive the completed forms.
    Can anyone tell me how to change the default address for receiving forms?
    Thanks,
    Jade

  • Filled form is blank when sent to email address

    trying to get a form to send to my email address. It working fine and i must have deleted something accidentaly.
    Here is the link to my site page
    http://www.owendawsonpga.com/contactformprocess_original_db.html
    html 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"><!-- InstanceBegin template="/Templates/PGATEMPLATE3.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Golf Lessons in Baltimore Owen Dawson PGA, GOLF INSTRUCTION IN MARYLAND, GOLF LESSONS IN BALTIMORE</title>
    <meta name="Keywords" content="GOLF INSTRUCTION, GOLF LESSONS IN BALTIMORE, BALTIMORE, MARYLAND, GOLF INSTRUCTION BALTIMORE,SHORT GAME,BUNKER PLAY" />
    <meta name="Description" content="Golf Instruction in Baltimore Maryland" />
    <!-- InstanceEndEditable -->
    <link href="twoColFixRtHdr.css" rel="stylesheet" type="text/css" />
    <!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixRtHdr #sidebar1 { width: 220px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    .style1 {
        font-size: small
    .style2 {
        font-family: "Comic Sans MS", Papyrus;
        font-size: small;
    .style6 {font-size: smaller; font-family: "Comic Sans MS", Papyrus; }
    .style7 {font-family: "Comic Sans MS", Papyrus}
    .style8 {
        color: #0000FF;
        font-family: Georgia, "Times New Roman", Times, serif;
    a:link {
        text-decoration: none;
        color: #000000;
        background-color: #EBEBEB;
    a:visited {
        text-decoration: none;
        color: #000000;
    a:hover {
        text-decoration: none;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #001EF1;
        border-right-color: #001EF1;
        border-bottom-color: #001EF1;
        border-left-color: #001EF1;
        color: #000000;
        background-color: #EBEBEB;
    a:active {
        text-decoration: none;
    .style9 {font-family: Georgia, "Times New Roman", Times, serif}
    .style10 {font-family: Georgia, "Times New Roman", Times, serif; font-size: small; }
    .style11 {color: #000000}
    .style12 {
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #FF0000;
        font-weight: bold;
    .style13 {color: #FF0000}
    -->
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <script type="text/javascript">
    function submitForm(){
        var myform = document.getElementById('form1');
        var fname = document.getElementById('textfield');
        var lname = document.getElementById('textfield2');
        var phone = document.getElementById('textfield3');
        if (fname.value == ''){
            alert('First name is a required field.  Please enter your first name to continue.');
            fname.focus();
            return false;
        if (lname.value == ''){
            alert('Last name is a required field.  Please enter your last name to continue.');
            fname.focus();
            return false;
        if (phone.value == ''){
            alert('Phone number is a required field.  Please enter your preferred phone number to continue.');
            fname.focus();
            return false;
        myform.submit();
    function messageSent(){
        var status = document.getElementById('msg');
        status.innerHTML = 'Message sent successfully.';
    </script><!-- InstanceEndEditable -->
    </head>
    <body class="twoColFixRtHdr">
    <div id="container">
      <div id="header">
        <h1><img src="photos/newpgabannerfinal3_2_10.png" width="739" height="210" /></h1>
        <!-- InstanceBeginEditable name="EditRegion4" -->
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html" class="style1">Home</a></li>
          <li><a href="V1Login.html" class="style1">V1 Student Videos</a></li>
          <li><a href="Private_Lessons.html" class="style1">Private Lessons</a></li>
          <li><a href="Clinics.html" class="style1">Clinics</a></li>
          <li><a href="Gift_Certificates.html" class="style1">Gift Certificates</a></li>
          <li><a href="mailto:[email protected]" class="style1">Contact Owen</a></li>
        </ul>
        <!-- InstanceEndEditable -->
        <p align="center"> </p>
      <!-- end #header --></div>
      <div id="sidebar1">
        <p class="style12"><a href="newfor2010.html" class="style13">New V1 Swing Analysis Software for 2010</a></p>
        <p class="style7"><a href="contactformprocess_original_db.html" class="style9">Instructional Form </a></p>
        <p class="style7"><span class="style9"><span class="style9"><a href="Sample_Lesson.html">Sample Lesson</a></span></span></p>
        <p class="style9"><a href="http://www.youtube.com/user/owenpga" target="_blank">Video tutorials</a></p>
        <p class="style9"><a href="http://owendawsonpga.blogspot.com" target="_blank">Instructional Blog</a></p>
        <p class="style7 style8"><a href="PGAPHOTOGALLERY/index.html" target="_blank" class="style9">Photo Gallery</a></p>
        <p class="style7 style8 style11"><a href="Instructional_Video.html">Intructional Video</a></p>
        <p class="style7 style8"> </p>
        <p class="style10">Testimonials</p>
        <p class="style6 style9">“I have been working with Owen Dawson for the past 7 years. During that time my swing has dramatically changed and improved. This has happened through Owen's drills and use of video. It is because of these techniques, that I understand how to hit good shots but just as importantly why I hit a shot poorly. I’m glad I’ve had the opportunity to work with Owen and would highly recommend him. ” <strong>Sam Young - Country Club of Maryland - 2009 Men's Club Champion </strong></p>
        <p class="style2">.............................................</p>
        <p class="style6 style9">“Owen does two things  particularly well, in my opinion.  First, he is a master of recording  technology, and it really helps me to see what I need correcting, and what the  new move needs to be.  Second, Owen knows what the best next step should be  in your own journey to a better swing.  I have taken one or two lessons  from Owen each year for the last three or four years – one relatively small  step at a time, and then worked on grooving that step.  In that period, my  index has dropped about 8 strokes, and in 2007 I won the Club’s “Most Improved  Player” award.  Kudos to Owen!”</p>
        <p class="style6 style9"><strong>Bill Smillie -CCofMD</strong></p>
        <h3 class="style2"><a href="Testimonials.html">Read other testimonials  </a></h3>
        <!-- end #sidebar1 -->
      </div>
      <!-- InstanceBeginEditable name="MAINCONTENT" --> 
      <div id="mainContent">
           <form action="contactformprocess_original_db.php" method="post" enctype="multipart/form-data" name="form1" id="form1" target="ifr">
          <p class="style5">Name</p>
          <p>
            <label for="textfield"><span class="style5">First</span></label>
            <input type="text" name="textfield" id="textfield" />
            </p>
          <p>
            <label for="textfield2"><span class="style5">Last</span></label>
            <input type="text" name="textfield2" id="textfield2" />
          </p>
          <p><span class="style5">Phone number
              <label>
              <input type="text" name="textfield3" id="textfield3" />
              </label>
          </span></p>
          <p><span class="style5">Email</span>
            <label>
            <input type="text" name="textfield4" id="textfield4" />
            </label>
          </p>
          <p><span class="style5">Address
              <label>
              <input type="text" name="textfield5" id="textfield5" />
              </label>
          </span></p>
          <p><span class="style5">State</span>
            <label>
            <input type="text" name="textfield6" id="textfield6" />
            </label>
          </p>
          <p><span class="style5">Zip Code</span>
            <label>
            <input type="text" name="textfield7" id="textfield7" />
            </label>
          </p>
          <p><span class="style5">How did you find me?</span>
            <label for="select"></label>
            <select name="select" id="select">
              <option value="internet">Internet Search</option>
              <option value="friend referral">Friend Referral</option>
              <option value="ccmdsite">Country Club of MD website</option>
              <option value="other">Other</option>
            </select>
          </p>
          <p><span class="style5">What are your golfing goals?</span>            
            <select name="select2" id="select2">
              <option value="break 100">Break 100</option>
              <option value="break 90">Break 90</option>
              <option value="break 80">Break 80</option>
              <option value="stop slice">Stop Slicing the Ball</option>
              <option value="stop hook">Stop Hooking the Ball</option>
              <option value="Compete">Compete in local tournaments</option>
              <option value="More Consistant">Hit more consistant shots</option>
            </select>
          </p>
          <p><span class="style5">How much can you practice?</span>
            <label for="select3"></label>
            <select name="select3" id="select3">
              <option value="1 hour">1 hour</option>
              <option value="2 hours">2 hours</option>
              <option value="3 hours">3 hours </option>
              <option value="> 3 hours">More than 3 hours a week</option>
            </select>
          </p>
          <p><span class="style5">What would you like to learn?</span>
            <label for="select4"></label>
            <select name="select4" id="select4">
              <option value="full swing">Full Swing Mechanics Irons</option>
              <option value="driver swing">Full Swing Mechanics Driver</option>
              <option value="short pitches">Short Pitch Shots inside of 50 yards</option>
              <option value="bunker play">Bunker Play</option>
              <option value="chipping">Chipping</option>
              <option value="short shots">Short shots from rough</option>
              <option value="putting">Putting</option>
            </select>
          </p>
          <p class="style5">What is your Handicap?<label for="select5"></label>
            <select name="select5" id="select5">
              <option value="scratch to 5">Scratch - 5 HDCP</option>
              <option value="6 to 10">6 - 10 HDCP</option>
              <option value="11 to 15">11 - 15 HDCP</option>
              <option value="15 to 20">15 - 20 HDCP</option>
              <option value="> 21">21 and Higher</option>
            </select>
          </p>
          <p class="style5">How long have you been playing?
            <label for="select6"></label>
            <select name="select6" id="select6">
              <option value="beginner">Beginner</option>
              <option value="2 to 5 years">2-5 yrs</option>
              <option value="6 to 10 years">6-10 yrs</option>
              <option value="11 to 15 years">11-15yrs</option>
              <option value="> 15 years">More than 15 years</option>
            </select>
          </p>
          <p class="style5">Have you ever had a lesson?
            <label for="select7"></label>
            <select name="select7" id="select7">
              <option value="yes">YES</option>
              <option value="no">NO</option>
            </select>
          </p>
          <p class="style5">Additional Information
            <label>
            <textarea name="textfield8" cols="40" id="textfield8"></textarea>
            </label>
          </p>
          <div>
            <div style="float:left;width:120px"><input type="button" name="button" id="button" value="Submit" onclick="submitForm()" /></div>
            <div id="msg" style="font:bold 12px arial;float:left;margin-left:10px;width:200px"></div>    
          </div>
        </form>
        <p align="center" class="style8"><br />
        </p>
        <p class="style8"> </p>
        <p class="style8"> </p>
        <p class="style8 style12"><strong><br />
         </strong></p>
        <p align="left"> </p>
        <h1> </h1>
        <!-- end #mainContent -->
      </div>
      <!-- InstanceEndEditable -->
      <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
      <br class="clearfloat" />
      <div id="footer">
        <p align="center"><a href="http://www.v1golf.com" target="_blank"><img src="photos/GAW.png" width="163" height="60" hspace="20" border="0" /><img src="photos/logo.png" width="80" height="76" hspace="40" border="0" /></a><a href="http://www.owendawsonphotography.com" target="_blank"><img src="photos/ody.png" width="199" height="59" border="0" /></a></p>
        <h2 align="center" class="style6">©Owen Dawson P.G.A. ™ All rights reserved</h2>
        <!-- end #footer -->
      </div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    <iframe id="ifr" name="ifr" style="display:none"></iframe>
    </body>
    <!-- InstanceEnd --></html>
    php page
    <?
    $fname = $HTTP_POST_VARS['textfield'];
    $lname = $HTTP_POST_VARS['textfield2'];
    $phone = $HTTP_POST_VARS['textfield3'];
    $email = $HTTP_POST_VARS['textfield4'];
    $address = $HTTP_POST_VARS['textfield5'];
    $state = $HTTP_POST_VARS['textfield6'];
    $zip = $HTTP_POST_VARS['textfield7'];
    $find = $HTTP_POST_VARS['select'];
    $goals = $HTTP_POST_VARS['select2'];
    $practice = $HTTP_POST_VARS['select3'];
    $learn = $HTTP_POST_VARS['select4'];
    $handicap = $HTTP_POST_VARS['select5'];
    $timeplaying = $HTTP_POST_VARS['select6'];
    $lesson = $HTTP_POST_VARS['select7'];
    $additional = $HTTP_POST_VARS['textfield8'];
    mail('[email protected]','Owen Dawson PGA Contact Form Submission',"First Name: $fname\nLast Name: $lname\nPhone Number: $phone\nEmail: $email\nAddress: $address\nState: $state\nZip Code: $zip\nHow did you find me? $find\nWhat are your goals? $goals\nHow much can you practice? $practice\nWhat would you like to learn? $learn\nWhat is your handicap? $handicap\nHow long have you been playing golf? $timeplaying\nHave you ever taken a lesson? $lesson\nAdditional Information: $additional\n",'From: [email protected]');
    ?>
    <html>
    <head>
        <title>Contact Us Submission Page</title>
        <script type="text/javascript">
        window.onload= function(){
            parent.messageSent();
        </script>
    </head>
    <body>
    </body>
    </html>

    The only thing that really jumps out at me with your script is $HTTP_POST_VARS.  That is a deprecated function as of PHP 4. something I don't remember the exact number.  It is possible if your host upgraded the PHP installation that the function is now replaced by the simpler $_POST global variable ( http://php.net/manual/en/reserved.variables.php ).
    Also the easiest way to test this type of thing is to print your email text to the screen and stop the PHP script there before the mail can execute.  Then you can check out what variables exist and what don't before finishing your script.  Also I hope you have left stuff out for security reasons, because right now you appear to have no way to validate that a form was submitted in the first place.

  • How do I setup a form to validate a user's email address by having the user type in his/her address twice

    hiya guys, can anybody help with this? I have a form already that works great but I have found some people are not typing in their correct email address - so really would like to have the validation which wont let them carry on until their email typed in correct
    thanks

    Hi kidsdomain ,
    Where have you designed the file (Acrobat, Forms Central, Live Cycle designer)?
    Please help us with the information mentioned above to help you further on this.
    Thanks,
    Vikrantt Singh

  • Email pdf form to field value and actual email address

    I have a couple of issues I'm trying to solve and am not sure how to proceed. I need the Submit button to pick up a value from a field that the user has filled in and I need to supply an email address.
    I need to provide the text for the subject line of the email plus add a value from a field that the user fills in.
    I got those two elements to work based  on scripts I got from the Forum.
    But I also need the top half (or first page) of the form to be sent as a pdf and the second half (or second page) to still be an interactive form and a submit button that works similarly to the first Submit button.
    How can I accomplish this? Apparently, I'm still not able to attach a copy of the form.
    Thanks in advance.
    MDawn

    Hi Margaret,
    I am guessing that the forum has put in the spaces in your script(?)
    Here is a screenshot of Paul's form:
    You will see that Paul is passing "form1" through to the function. This is the name of the root node, so when clicked it will lock everything.
    If this form had multiple pages and just just wanted to lock the first page "purchaseOrder", then the script would look like this:
    myScriptObject.LockAllFields(purchaseOrder);
    A couple of things to watch out for:
    The script object "myScriptObject" is under the root node in the hierarchy;
    That the script object name in your event matches the name in the hierarchy;
    That the function name in the script matches that in the script object;
    The script object name and function name should be different and also do not use reserved words like "node";
    The name you are passing through to the function should match the name of a container in the hierarchy
    A couple of things you can try would include setting up a trial button and having the script in the click event, just to get it working.
    Also when previewing the form, press Control + J to open the javascript console. Then when you click the button, it will return any problem that is making the script fall over. This then makes it easier to find a solution.
    Hope that helps,
    Niall
    PS Just spotted that the script object is not under the root node. This isn't an issue here because there is only one page and the button calling the script object in under the same node. As far as I know if you have multiple pages that call the script object, then it is better to have the script object under the root node, where it is available from all pages.

  • When I use a simple form, I get this error message "Form communication is configured with an email address of..." and the person's email address did not get sent a message

    I was unable to use the simple form to which I should simply put the email address of the person to whom the form should be sent to.  I get this error message:
    As a result of this, this person did not get any filled form response.  Where did I go wrong and how can fix this.
    Second question, I am using GoDaddy.com account and they have their own set of php form.  If I want to use their php form, where in Adobe muse, can I insert their php?

    Hello Tonchee
    If you are seeing an Apple ID that is not yours, then you have purchased content on your iPad that is tied to that Apple ID. You would need to know that password or remove the content that is associated with that Apple ID.
    Using your Apple ID for Apple services
    http://support.apple.com/kb/ht4895
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Adobe 9 Forms Wizard automatic Submit Button - Change Email Address

    Hi,
    I was wondering if someone would be able to assist me with an issue I have.
    I am quite a new user with Adobe 9 Standard and have created an editable form using the Adobe 9 Form Wizard.  The form creates fine but when I create it for distribution it creates a submit button in the top right of the form that can be seen by users who would fill out the form and it puts an email address, subject and attachement details into the button but when I go to edit the form in Adobe 9 I am unable to see this button or edit the details as I wish to change the email address.
    When I first installed Adobe 9 and created an editable form I guess I was prompted for details for this but can not find where I can change these details.
    From investigating this further by opening the form in Adobe 8 then saving a copy and then opening it again in Adobe 9 I can see the button and that the button executes a Java Script, as a work around I tried to edit the Java Script but this does not appear to work.
    Ideally I would not like to use the work around to change it in the Java Script but would like to know what to change to make this work (just for future reference) I would like to find out how to get Adobe to prompt me for the email details again?
    Your assistance is appreciated.
    With Kindest Regards
    Laig007

    I had the same problem with the email address. Took forever to figure out, but fortunately the answer is simple. On the Acrobat menu, go to Edit > Preferences, thenin the Categories section click on "Identity". Whatever name and email address you put there will stay with the document.

  • Web mail log in is preserving an email address w/ exposed password. How can this be fixed?

    when logging into web mail, I mistakenly entered my email password while still in the address box. Now, whenever I begin to enter my email address, the complete address shows up (cool) and underneath that is the "alternative" address which includes my password (uncool). I have gone to Tools and cleared cache and cookies to no avail. How can this be cleared?

    Remove saved Password(s): [http://kb.mozillazine.org/Menu_differences Firefox > Preferences] > Security: Passwords: "Saved Passwords" > "Show Passwords"
    See also:
    * http://kb.mozillazine.org/Deleting_autocomplete_entries

  • Web form doesn't fill the whole screen

    I have forms (version 6i) running on the intranet. When I run these as client/server the forms fill the whole of the physical screen; but when in the brower, the forms leave a 2 inch border on the right hand side. I want the forms to occupy the whole of the browser window, but cannot seem to be able to do this. I've tried maximizing the MDI and the form windows etc etc, but still no luck. Anyone have any advice?
    Many thanks in advance.
    Harry
    null

    Hi,
    When displaying forms in web,
    the size of the form that is shown in browser is based on the height and width that you specified in you html file.
    The html file in this case means the one that holds your forms java applets.
    eg. width=800 height=600
    View source the html file when you run the forms in web.(right click to view source from the 2 inches area) and check what's your height and width.
    Hope this helps.

  • Applet opens a form doesn't allow keyboard input

    Hi,
    I testing something so everything I've done is really simple. I wrote a JApplet that has a JMenubar. Selecting a menu item opens a new webpage which contains an HTML form. The form has 2 radio buttons and a text field. The problem is I can't type anything into the text field. Press keys just causes the computer to go "ding" at me.
    If I open a new browser for the form the text field is accessible. I want to keep the form in the same window. What's wrong with my code?
    <applet>
    import java.applet.Applet;
    import java.awt.Graphics;
    import javax.swing.*;
    import javax.swing.JApplet.*;
    import java.awt.event.*;
    import java.net.*;
    public class MenuApplet extends JApplet
    StringBuffer buffer;
    public void init()
    buffer = new StringBuffer();
    /* addItem("init..."); */
    try
    javax.swing.SwingUtilities.invokeAndWait(new Runnable()
    {public void run()
                                                             {createMenu();}
    catch (Exception e)
    { System.err.println("createMenu didn't successfully complete"); }
    void createMenu()
    JMenuBar jmb = new JMenuBar();
    setJMenuBar(jmb);
    JMenu menu = new JMenu("Listings");
    jmb.add(menu);
    JMenuItem contactList = new JMenuItem("Contacts");
    menu.add(contactList);
    JMenuItem customerList = new JMenuItem("Customers");
    menu.add(customerList);
    contactList.addActionListener(new ActionListener()
    { public void actionPerformed(ActionEvent ae)
    { boolean good;
    good = linkTo("file:///c:/1.private/pages/testform.html");
    void addItem(String newWord)
    System.out.println(newWord);
    buffer.append(newWord);
    repaint();
    private boolean linkTo(String theURLString)
    try
    URL theURL = new URL(theURLString);
    getAppletContext().showDocument(theURL);
    catch(MalformedURLException e)
    System.out.println("Bad URL: " + theURLString + "\n");
    return false;
    return true;
    </applet>
    <html>
    <HTML>
    <HEAD>
    <TITLE></TITLE>
    <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
    <meta name="generator" content="CSE HTML Validator Professional (http://www.htmlvalidator.com/)">
    </HEAD>
    <BODY>
    <APPLET CODE="MenuApplet.class" WIDTH="100%" HEIGHT="25px"></APPLET>
    </BODY>
    </HTML>
    </html>
    <html form>
    <HTML>
    <HEAD>
    <TITLE>Testing forms</TITLE>
    </HEAD>
    <BODY ONLOAD="document.tf.criteria.focus()">
    <!-- <FORM METHOD="POST" ACTION="tracker/jte/contactslist.p"> -->
    <FORM NAME="tf" METHOD="POST" ACTION="file:///c:/1.private/pages/tables.html">
    <FIELDSET>
    <P>Search by:<BR>
    <INPUT TYPE="RADIO" NAME="searchtype" VALUE="customer" CHECKED>Customer <BR>
    <INPUT TYPE="RADIO" NAME="searchtype" VALUE="contact">Contact <BR>
    </P>
    <P>
    Enter name:
    <INPUT TYPE="TEXT" NAME="criteria" VALUE="who">
    </P>
    <INPUT TYPE="SUBMIT">
    </FIELDSET>
    </FORM>
    </BODY>
    </HTML>
    </html form>

    P.S. This problem occurs when using Netscape 6.2. The applet works fine with IE 6.0.26. Other than "use ie" does anyone have any suggestions?

Maybe you are looking for