Retaing information in forms

Hi, was looking for some advice. I am working on servlets that use forms to pass information. The problem is that when I move back a page the drop down menus that have been used to enter information will not retain there values. Any suggestion?

Start here:
HTTP/1.1 Cache-control header field definition
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9
However, I think this will be of limited use where the page is requested with POST values. This limitation is for security reasons.

Similar Messages

  • In firefox I am unable to submit information via form buttons. The buttons are present and clickable but nothing happens once they are clicked.

    I am having trouble submitting information via form buttons. I click on the button but nothing happens. It isn't site specific and is a problem that has only started to happen recently. I have uninstalled firefox and reinstalled it without any rememdy. The problem does not replicate itself in Chrome or Internet Explorer. Can anyone advise what maybe the problem? Is it s a javascript setting within firefox that I may have accidentally turned off? Please help.

    Thank you for the help but I found the answer here: http://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&comments_parentId=601699&forumId=1
    I am pretty sure you had the same diagnosis and solution to start it in safe mode, and if it does work, go disabling each extension one by one until you determine which extension is the culprit.
    Thanks!

  • Saving information in forms

    Hi i hace been able to save information in forms after moving from one form to another in java swing applcation. i got rid of the dispose() code. however is there a way to actually keep the cutrrent values when i exit the application and open it again with the values that were entered before still there in the textfields. thank you

    To save the information in a Form/Dialog when you exit the Swing Application.
    Make your form class implement java.io.Serializable
    To save the form:
    See http://exampledepot.com/egs/java.io/SerializeObj.html
    To read the form:
    http://exampledepot.com/egs/java.io/DeserializeObj.html?l=rel
    To save (using a different filename of each saved form):
    object = instance of the form to save
       try {
            // Serialize to a file
            ObjectOutput out = new ObjectOutputStream(new FileOutputStream("filename.ser"));
            out.writeObject(object);
            out.close();
        } catch (IOException e) {
        }To read back
    Object obj;
    try {
            // Deserialize from a file
            File file = new File("filename.ser");
            ObjectInputStream in = new ObjectInputStream(new FileInputStream(file));
            // Deserialize the object
            obj = in.readObject();
            in.close();
        } catch (ClassNotFoundException e) {
        } catch (IOException e) {
    if (obj instanceof 'your form's class') {
    // Cast it to the correct class and away you go
    }

  • Information about forms

    Hi.
    Does anybody knows, what is the name of DB table where information about all existing OIM (903) forms (fields, version history) is stored?

    Check these three tables:
    SDK : It stores the information about form.
    SDC : It stores the information about version and form fields.
    SDH : It stores the information about nested forms.
    Thanks,
    Devendra Jain

  • Where I can find information about forms 11g

    Hi,
    I want know ,where I can find information about forms 11g?
    Thanks,
    Pavan.

    On the [ forms Modernization|http://www.oracle.com/technology/products/forms/forms_modernization.html] page is a presentation/webcast with new features.
    I hope this helps...
    Edited by: poelger on Feb 27, 2009 7:26 AM

  • Is there a way to embed copyright information with forms?

    I would like to put a copyright on custom forms I am creating, or not really a copyright but just an acknowldgement of my company as the creator of the form and of the practice which is using the form. Is there a way to embed this in a PDF. Not necessarily in a visible way either. I am using Adobe Acrobat Pro 9. My boss is demanding this so please help!

    First you can add the information as a footer in the authoring program.
    Next you can add custom meta data fields to include the copyright notice, contact information, and usage restrictions through the "File => Properties => Custom" UI or with JavaScript. Doc Properties info
    You can also set the meta daa copyright through the "File => Properties => Description => Additional Metadata..."  or with JavaScript. Doc Properties metadata
    You can modify these scripts to make them functions that can be accessed by adding an option to an Acrobat menu item or as a tool bar button.
    app addMenuItem method
    app add subMenu
    app addToolButton
    app removeToolButton

  • Gather information from form fields, sort into links for searching

    I have a PDF Acrobat form that I email to about 100 people, they return the completed forms to me and I put all the forms together into a single PDF.This removes the form fields, but leaves the form information that was filled out.
    I need to set up an easy way for people to navigate and search the forms by several criteria: a person's name, their country of origin, company name, and so forth. Other than manually creating links for each of these search criteria, is there a more efficient way?

    You can export the data form the PDF using the FormDataIntegration service.
    Once you have the data in xml format, you can use a setValue and concatenate the value of the two nodes you're interested in.
    Jasmin

  • Autonomous transaction - user updating information through form

    Good afternoon,
    I have a form that has a database datablock that is populated using a cursor that does a select on 4 tables, being one the most important (table A). When the user is done he commits the changes and the information is saved in table B, the "source" of the datablock.
    This generates a concurrency problem: if two users give the same parameters the cursor populates the same information in their respective sessions and the information is saved twice. I want to prevent this, only one person should be allowed to use the information.
    I know about autonomous transactions and perhaps this is the best idea: update the status of the row in table A in order to prevent any further uses but i want to check any other solution. Perhaps i could write the user and the time and the second person would get a message: "being used by"
    Thanks,

    Yes i too have read about autonomous transaction and its very rare usability.
    Ok here's the situation:
    Table B
    code_B (number) PK
    code_B1 (number PK
    description
    selected (Y/N), default N
    more fields...
    Table A
    code_A PK
    description
    code_B NOT part of PK_A
    code_B1 NOT part of PK_A
    more fields
    step 1: user opens form X and marks some records from table B, setting selected to Y
    step 2: User open forms Y and populates block Z (table A) based on a cursor (PL/sql run through a push button) that looks for all the records from B that have selected = Y
    step 3: user commits and the form updates table A with new records
    this is the normal procedure but sometimes two users open form Y at almost the same time and the both populate the datablock Z with the same info.
    I have thought about creating a new hidden datablock in form Y that uses table B, in order to block other users.
    and these forms have been like this for years now, i did not create them and the tables have millions of records now...
    This was a design flaw, not taking concurrency into account i guess
    Many thanks
    Edited by: user474437 on Apr 17, 2010 10:38 AM

  • Information / Contact Form is Not Working...

    I have a form on a website I am designing that I can not seem to get to work.
    Here is the html part of the form:
    <div id="form">
    <div align="center"><img src="images/contact_form.jpg" />
    </div>
    <p align="center" class="style10">Fill out our form and one of our associates will contact you within 24 hours<br/>or<br/>
       call<span class="style19"> 1-800-605-983</span><span class="style19">1</span> for assistance.</p>
    <br/>
    <form style="font-size:15px; font-family:"Times New Roman" action="form.php" method="post">
    <span class="style9">First Name:</span><br/>
    <input type="text" size="25" name="FirstName" /><br/><br/>
    <span class="style8">Last Name:</span><br/>
    <input type="text" size="25" name="LastName"/><br/><br/>
    <span class="style8">Address:</span><br/>
    <input type="text" size="25" name="Address" /><br/><br/>
    <span class="style8">Date of Birth:</span><br/>
    <input type="text" size="25" name="DateofBirth" /><br/>
    <span class="style8"><br/>
    Phone:</span><br/>
    <input type="text" size="25" name="Phone" /><br/><br/>
    <span class="style8">Alt Phone:</span><br/>
    <input type="text" size="25" name="AltPhone" /><br/><br/>
    <span class="style8">Best Call Time:</span><br/>
    <select name="BestCallTime">
    <option value="Morning">Morning</option>
    <option value="Afternoon">Afternoon</option>
    <option value="Evening">Evening</option>
    </select>
    <br/><br/>
    <span class="style8">Email:</span><br/>
    <input type="text" size="25" name="Email" /> <br/>
    <span class="style8"><br/>
    Total Debt:</span><br/>
    <select name="TotalDebt">
    <option value="$10,000 - $30,000">$10,000 - $30,000</option>
    <option value="$30,000 - $60,000">$30,000 - $60,000</option>
    <option value="$60,000 - $90,000">$60,000 - $90,000</option>
    <option value="$90,000 - $120,000">$90,000 - $120,000</option>
    <option value="$120,000 - $150,000">$120,000 - $150,000</option>
    <option value="$150,000 - $180,000">$150,000 - $180,000</option>
    <option value="$180,000 - $210,000">$180,000 - $210,000</option>
    <option value="$210,000 - $240,000">$210,000 - $240,000</option>
    <option value="$240,000 - $270,000">$240,000 - $270,000</option>
    <option value="$270,000 - $300,000">$270,000 - $300,000</option>
    <option value="$300,000 +">$300,000 +</option>
    </select>
    <p class="style23">(Please note there is a $10,000 minimum).</p>
    <br/><br/>
    <span class="style8">Comments: </span><br/>
    <textarea name="Comments" cols="22" rows="7"> </textarea><br/><br/>
    <input type="submit" value="Submit" />
    </form>
    Now here is the php document:
    <?php
    $FirstName = $_POST['FirstName'];
    $LastName = $_POST['LastName'];
    $Address = $_POST['Address'];
    $Date_of_Birth = $_POST['DateofBirth'];
    $Phone = $_POST['Phone'];
    $Alt_Phone = $_POST['AltPhone'];
    $Best_Call_Time = $_POST['BestCallTime'];
    $Email = $_POST ['Email'];
    $Total_Debt = $_POST['TotalDebt'];
    $Comments = $_POST ['Comments'];
    echo "Returned Information:<br><br>".$FirstName."<br>".$LastName."<br>".$Address."<br>".$Date_of_Birth." <br>".$Phone."<br>".$Alt_Phone."<br>".$Best_Call_Time."<br>".$Email."<br>".$Total_Debt."<b r>".$Comments."<br>";
    mail( ' [email protected] ' , ' basic inquiry ' , $text, ' From:  '  . $FirstName . ' < ' . $Email . ' >'    );
    header( ' Location: step3.html ' );
    ?>
    I have looked over many tutorials and I can not seem to find my mistake...PLEASE HELP.
    Thank you.

    HTML CODE:
    <div id="form">
    <div align="center"><img src="images/contact_form.jpg" />
    </div>
    <p align="center" class="style10">Fill out our form and one of our associates will contact you within 24 hours<br/>or<br/>
       call<span class="style19"> 1-800-605-983</span><span class="style19">1</span> for assistance.</p>
    <br/>
    <form style="font-size:15px; font-family:"Times New Roman" action="form.php" method="post">
    <span class="style9">First Name:</span><br/>
    <input type="text" size="25" name="FirstName" /><br/><br/>
    <span class="style8">Last Name:</span><br/>
    <input type="text" size="25" name="LastName"/><br/><br/>
    <span class="style8">Address:</span><br/>
    <input type="text" size="25" name="Address" /><br/><br/>
    <span class="style8">Date of Birth:</span><br/>
    <input type="text" size="25" name="DateofBirth" /><br/>
    <span class="style8"><br/>
    Phone:</span><br/>
    <input type="text" size="25" name="Phone" /><br/><br/>
    <span class="style8">Alt Phone:</span><br/>
    <input type="text" size="25" name="AltPhone" /><br/><br/>
    <span class="style8">Best Call Time:</span><br/>
    <select name="BestCallTime">
    <option value="Morning">Morning</option>
    <option value="Afternoon">Afternoon</option>
    <option value="Evening">Evening</option>
    </select>
    <br/><br/>
    <span class="style8">Email:</span><br/>
    <input type="text" size="25" name="Email" /> <br/>
    <span class="style8"><br/>
    Total Debt:</span><br/>
    <select name="TotalDebt">
    <option value="$10,000 - $30,000">$10,000 - $30,000</option>
    <option value="$30,000 - $60,000">$30,000 - $60,000</option>
    <option value="$60,000 - $90,000">$60,000 - $90,000</option>
    <option value="$90,000 - $120,000">$90,000 - $120,000</option>
    <option value="$120,000 - $150,000">$120,000 - $150,000</option>
    <option value="$150,000 - $180,000">$150,000 - $180,000</option>
    <option value="$180,000 - $210,000">$180,000 - $210,000</option>
    <option value="$210,000 - $240,000">$210,000 - $240,000</option>
    <option value="$240,000 - $270,000">$240,000 - $270,000</option>
    <option value="$270,000 - $300,000">$270,000 - $300,000</option>
    <option value="$300,000 +">$300,000 +</option>
    </select>
    <p class="style23">(Please note there is a $10,000 minimum).</p>
    <br/><br/>
    <span class="style8">Comments: </span><br/>
    <textarea name="Comments" cols="22" rows="7"> </textarea><br/><br/>
    <input type="submit" value="Submit" />
    </form>
    PHP CODE:
    <?php
    $FirstName = $_POST['FirstName'];
    $LastName = $_POST['LastName'];
    $Address = $_POST['Address'];
    $Date_of_Birth = $_POST['DateofBirth'];
    $Phone = $_POST['Phone'];
    $Alt_Phone = $_POST['AltPhone'];
    $Best_Call_Time = $_POST['BestCallTime'];
    $Email = $_POST ['Email'];
    $Total_Debt = $_POST['TotalDebt'];
    $Comments = $_POST ['Comments'];
    $msg = "First Name: " . $FirstName . "\n";
    $msg .= "Last Name: " . $LastName . "\n";
    $msg .= "Address: " . $Address . "\n";
    $msg .= "Date of Birth: " . $Date_of_Birth . "\n";
    $msg .= "Phone: " . $Phone . "\n";
    $msg .= "Alt Phone: " . $Alt_Phone . "\n";
    $msg .= "Best Call Time: " . $Best_Call_Time . "\n";
    $msg .= "Email: " . $Email . "\n";
    $msg .= "Total Debt: " . $Total_Debt . "\n";
    $msg .= "Comments: " . $Comments . "\n";
    $headers = "From: " . $Email . "\r\n" .
        "Reply-To: " . $Email . "\r\n";
    mail('[email protected]', 'basic inquiry', $msg, $headers);
    header('Location: confirm.html');
    ?>

  • Including Username Information in Form

    Based on the huge success earlier, here is a problem I posted a while back...
    I need to include User Information in the Designer Form each time the form is printed out. For example:
    "Printed by Joe Bloggs on the 23/11/2005 at 10:32am"
    "Printed by Jane Smith on the 24/11/2005 at 3:45pm"
    The date I can do, however I cannot find a way to to get Designer to insert the user information of the person actually viewing the document or printing the document at any particular time. I need to do this, so that we can track who has printed out the document.
    Any help gratefully received.
    Thanks,
    Niall

    Thanks Chris, Yes it was the Windows User information I needed. I am not quite at the Server stage yet, so I will work around it.
    If you get a chance, I am having two issues with Designer 7.0
    1) It is crashing alot when designing the forms (10 to 20 times a day) and;
    2) I have set up the forms as Dynamic, however when I save them they are saved as Static. I keep having to remember to do a File / Save As to force the Dynamic format. I have looked through the help file and I have Dynamic the default!!!
    Any help gratefully received. Niall

  • Same information multiple forms

    I have multiple forms, all pdf and working just great (more than 10) in which some fields repite. (5 fields like DBA, bus. Address, bus ph# etc) and at very often I use several of this forms at the same time. How can I do to enter the information on just one form and have it populate on the same fields (fields with the same name) but through out all the forms I have in my folder. That way I won’t have to retype everything all over again on each form I open. Just add the specific information pertaining to each form and then print them.

    The first part is easy: You go to Tools - Forms - More Form Options and there you'll see the options to export and import form data.
    For the second solution they'll need to study the Acrobat version of JavaScript: JavaScript for Acrobat | Adobe Developer Connection

  • Contact Us form not sending information from form

    I have wasted days trying to figure out what I need to do to get this form to work and I realize this is way over my head.   I am a novice with Dreamweaver and I am trying to figure out what the person before me did (who also was a novice).  I am very confused.  Can someone help me please?
    Here is the html for the contact us page in question:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
        <head>
            <title>Americanwestjets.com</title>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="Designed and developed by Codify Design Studio - codifydesign.com"/>
            <link rel="stylesheet" type="text/css" href="Templates/Publish/stylesheet.css" />
            <script src="Templates/Publish/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
            <link href="Templates/Publish/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
        <meta name="Description" content="Americanwestjets.com
    " />
        <meta name="Keywords" content="American West Jets, airlines, love, pacific, fun, vacation, free, discount" />
        <style type="text/css">
        body {
        background-color: #FF9;
        body,td,th {
        color: #006;
        #apDiv1 {
        position:absolute;
        left:42px;
        top:408px;
        width:643px;
        height:2px;
        z-index:1;
        background-color: #FF9900;
        overflow: auto;
        #apDiv1 {
        background-color: #306;
        background-image: url(images/%5Bwallcoo_com%5D_blue_sky_white_clound_010hdfn.jpg);
        background-repeat: repeat;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #933;
        .contentArea .container .contentleft #marketsurvey p label {
        color: #000;
        </style>
        <script type="text/javascript">
    function MM_validateForm() { //v4.0
      if (document.getElementById){
        var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
        for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
          if (val) { nm=val.name; if ((val=val.value)!="") {
            if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
              if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
            } else if (test!='R') { num = parseFloat(val);
              if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
              if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
                min=test.substring(8,p); max=test.substring(p+1);
                if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
          } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
        } if (errors) alert('The following error(s) occurred:\n'+errors);
        document.MM_returnValue = (errors == '');
        </script>
        </head>
    <body bgcolor="#FFFF99" text="#000066" link="#FF66FF" vlink="#00FF00" alink="#9933CC">
          <div class="bannerArea">
    <div class="container">
                    <div class="bannernav"></div>
                    <div class="toplogo"></div>
                    <div style="clear:both;"></div>
                </div>
            </div>
            <div class="topnavigationArea">
                <div class="container">
                    <div class="topnavigationgroup">
                        <ul id="MenuBar1" class="MenuBarHorizontal">
                            <li><a href="index.html">Home</a>                        </li>
                            <li><a href="Reservations.html" class="MenuBarItemSubmenu">Reservation</a>
                              <ul>
                                <li><a href="flight schedule.html">Flight Schedule</a></li>
                              </ul>
                            </li>
                            <li><a href="Daily Savings.html">Daily Savings</a></li>
                        <li><a href="about us.html">About Us</a>                      </li>
                            <li style="border-right-style: solid;"><a href="contact us.html">Contact Us</a>                        </li>
                        </ul>
                    </div>
                    <div style="clear:both;"></div>
                </div>
            </div>
            <div class="contentArea">
                <div class="container">
                    <div class="contentleft">
                        <h1>Contact Us: Market Survey</h1>
                        <p>Please complete the following form to receive a $50.00 coupon on your next flight with American West Jets! Don't miss out and let your friends and family know this amazing premiere limited time offer! </p>
                        <p> </p>
                          <form id="marketsurvey" name="marketsurvey" method="post" action="contact.php">
                        <p>First Name:
                  <label for="first name"></label>
                            <input name="first name" type="text" id="first name" size="30" maxlength="30" />
                          </p>
    <p>Last Name:                     
      <label for="last name"></label>
      <input name="last name" type="text" id="last name" size="30" maxlength="30" />
    </p>
                          <p>Email Address:
                            <input name="email address" type="text" id="email address" size="40" />
                          </p>
                          <p> </p>
                          <p>Where do you fly most frequently?</p>
                          <p>
                            <label for="where do you fly"></label>
                            <label>
                              <input type="checkbox" name="CheckboxGroup2" value="checkbox" id="CheckboxGroup2_0" />
                              North America</label>
                            <br />
                            <label>
                              <input type="checkbox" name="CheckboxGroup2" value="checkbox" id="CheckboxGroup2_1" />
                            South America    </label><br />
                            <label>
                              <input type="checkbox" name="CheckboxGroup2" value="checkbox" id="CheckboxGroup2_2" />
                              Europe</label>
                            <br />
                            <label>
                              <input type="checkbox" name="CheckboxGroup2" value="checkbox" id="CheckboxGroup2_3" />
                              Asia</label>
                            <br />
                            <label>
                              <input type="checkbox" name="CheckboxGroup2" value="checkbox" id="CheckboxGroup2_4" />
                              Australia/South Pacific</label><br />
                            <br />
                          </p>
    <p>How often do you fly?</p>
                          <p>
                            <label>
                              <input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_0" />
                              4 or more times per year
                            </label><br />
                            <label>
                              <input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_1" />
                              1-2 times per year</label>
                            <br />
                            <label>
                              <input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_2" />
                              Rarely</label>
                            <br />
                            <label>
                              <input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_3" />
                              Never</label>
                            <br />
                            <br />
                          </p>
    <p>Which airline(s) do you usually fly with?</p>
    <p>
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_0" />
        Air Pacific
      </label>
      <br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_1" />
        American</label><br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_2" />
        Delta</label>
      <br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_3" />
        Hawaiian</label>
      <br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_4" />
        Jet Blue</label>
      <br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_5" />
        Southwest</label>
      <br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_6" />
        United</label><br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_7" />
        Other</label>
      <label>
        <input name="other airlines" type="text" id="other airlines" size="70" maxlength="80" />
      </label>
      <br />
      <br />
    </p>
                          <p>If adult tickets were for ages 17 and higher, would you bring your children with you on your vacations?</p>
                          <p>
                            <label for="children more often on trips"></label>
                            <label>
                              <input type="radio" name="RadioGroup3" value="radio" id="RadioGroup3_0" />
                              Yes, I would bring my children</label>
                            <br />
                            <label>
                              <input type="radio" name="RadioGroup3" value="radio" id="RadioGroup3_1" />
                              No, I would not bring my children </label>
                            <br />
                          </p>
    <p>Would you subscribe for exclusive daily savings, coupons, and vacation packages via email?</p>
                          <p>
                            <label>
                              <input type="radio" name="RadioGroup4" value="radio" id="RadioGroup4_0" />
                              Yes, I would love to subscribe.</label>
                            <br />
                            <label>
                              <input type="radio" name="RadioGroup4" value="radio" id="RadioGroup4_1" />
                              No, I do not wish to subcribe at this time.</label><br />
                          </p>
    <p>
      <input name="Submit" type="submit" id="Submit" onclick="MM_validateForm('first name','','R','last name','','R','email address','','R');return document.MM_returnValue" value="Submit" />
      <input type="reset" name="reset" id="reset" value="Reset" />
              </p>
    <p>       </p>
                      </form>
                        <p> </p>
    <p> </p>
                  </div>
                    <div style="clear:both;"></div>
                </div>
            </div>
            <div class="footerArea">
                <div class="container">
                    <div class="copyright">&copy; 2011 American West Jets. All rights reserved.</div>
                </div>
            </div>
            <script type="text/javascript">
            <!--
            var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
            //-->
            </script>
        </body>
    </html>

    Sure - here it is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    </head>
    <body>
    </body>
    </html>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Sendemail Script</title>
    </head>
    <body>
    <!-- Reminder: Add the link for the 'next page' (at the bottom) -->
    <!-- Reminder: Change 'YourEmail' to Your real email -->
    <?php
    $ip = $_POST['ip'];
    $httpref = $_POST['httpref'];
    $httpagent = $_POST['httpagent'];
    $visitor = $_POST['visitor'];
    $visitormail = $_POST['visitormail'];
    $notes = $_POST['notes'];
    $attn = $_POST['attn'];
    if(!$visitormail == "" && (!strstr($visitormail,"@") || !strstr($visitormail,".")))
    echo "<h2>Use Back - Enter valid e-mail</h2>\n";
    $badinput = "<h2>Feedback was NOT submitted</h2>\n";
    echo $badinput;
    die ("Go back! ! ");
    if(empty($visitor) || empty($visitormail) || empty($notes )) {
    echo "<h2>Use Back - fill in all fields</h2>\n";
    die ("Use back! ! ");
    $todayis = date("l, F j, Y, g:i a") ;
    $attn = $attn ;
    $subject = $attn;
    $notes = stripcslashes($notes);
    $message = " $todayis [EST] \n
    From: $visitor ($visitormail)\n
    Additional Info : IP = $ip \n
    Browser Info: $httpagent \n
    Referral : $httpref \n
    $from = "From: $visitormail\r\n";
    mail("[email protected]", $subject, $message, $from);
    ?>
    <p align="center">
    Date: <?php echo $todayis ?>
    <br />
    Thank You : <?php echo $visitor ?> ( <?php echo $visitormail ?> )
    <br />
    Attention: <?php echo $attn ?>
    <br />
    Message:<br />
    <?php $notesout = str_replace("\r", "<br/>", $notes);
    echo $notesout; ?>
    <br />
    <?php echo $ip ?>
    <br /><br />
    <a href="thankyou.html"> Next Page </a>
    </p>
    </body>
    </html>
    Thank you!

  • Hidden first page in formset reopend after saving information in form

    I have created an interactive form in LiveCycle on the first page, the user must choose which product he wants to use.
    once the user has made a choice via a checkbox the page goes to hidden. after the chosen form is completed it is possible to store the form with Adobe Reader.
    but when you reopen the saved form the first choice page is visible and that is precisely not the intention would have to remain hidden. How can I prevent the first page become visible again?
    Please help me with this issue.
    The form can be found here
    Lars de Jong.

    Hi Kyle,
    I have adapted the form and your answer has ensured that the problem is solved.
    I am very thankful because I was a long time searching for a solution for this proleem.
    So there you have it you can not always solve everything alone sometimes you need the help of others.
    again thanks a lot.
    Lars.

  • Missing information on form

    We have an issue with some of our adobe forms in which data has been entered by the user but is not populating when the form is brought up or printed. Has anyone run into this before and if so how did you resolve this issue.  This is affecting numerous users with different Internet Explorer ersions and operating systems so it is not isolated to a specific configuration.  Thank you for your time

    We have a form that users input the data.  When they try to pull the form back up or print it, the data they filled out is missing.  This does not happen to all people just some.  
    We have been following the below process in an effort to resolve the issue which sometimes works but not always.  Allot of times we will get a person up and running and then all the sudden they are back to square one after they do an adobe update or a Microsoft update.  We have been dealing with this issue for too long and looking for a permanent fix or something simpler.
    Fully Clear Temporary Internet Files
    Reset Internet Explorer
    Configure Adobe settings
    Reinstall Adobe Reader
    Perform Registry Fix
    Configure Adobe Settings
    Open Adobe Reader from the Start menu.
    Start > All Programs > Adobe Reader X
    Click Edit and Preferences
    Select Security (Enhanced)
    Click “Add Host”
    Insert https://XXXXXXX and select “Secure Connections.” Click OK.
    Go to Trust Manager
    Select “Change Settings.” Insert https://XXXXX into the box and click Allow.
    Click Ok at the next menu and then OK again to close the preferences. Click Yes if prompted to confirm changes.
    Reinstall Adobe Reader
    Remove Adobe Acrobat Reader from the PC.
    Control Panel > Add/Remove Programs
    Visit http://get.adobe.com/reader/ to download Adobe Reader. Make sure to deselect the additional offer box.
    Click Download now and RUN at the next two options.
    Configure Settings
    REGEDIT FIX
    Solution for 32-Bit:
    FOR 32-BIT Version of Windows
    1.  Click Start, type Regedit in the search box, and then press Enter. 
    2.  Locate and then click the following registry sub key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl 
    3.  On the Edit menu, point to New, and then click Key. 
    4.  Type FEATURE_IPERSISTMONIKER_LOAD_REDIRECTED_URL_KB976425 , and then press Enter. 
    5.  Right-click FEATURE_IPERSISTMONIKER_LOAD_REDIRECTED_URL_KB976425, point to New, and then click DWORD Value. 
    6.  Type Iexplore.exe , and then press Enter. 
    7.  Right-click Iexplore.exe , and then click Modify. 
    8.  In the Value data box, type 0, and then click OK . 
    9.  Exit Registry Editor.

  • Submitting information on Form and then forwarding the form

    I am attempting to automate a process which requires filling out a form and then submitting to a team lead for approval.
    Currently a configurator submits a hare copy of a request to enhance code or table.
    I want to automate so that configurator loga into portal fills out form and then submits. The request is filled out and submitted via portal to approval authority.
    Do I use ADS with portal via Visual composer or some other tool.
    Thanks
    Weyland Yutani

    Hi,
      I am also trying to to do something similar . As from Ottos's reply I understand that the second WDA (Approvers screen) will also have a Interactive Form which is created based on data that was stored on the first screen.
    Apart from the data, is there a way to make all attrributes of a form persistent so that we can use this to generate the PDF form when ever needed ?
    Reason I am asking is because, apart from the data I may have to capcture signature etc., on the form.
    Thanks,
    Arpitha.

Maybe you are looking for

  • Report for Storage location wise Stock with value..?

    Hi guru's Can anybody explain me what is T.code i want to use to get a report for STORAGE LOCATION STOCK  with VALUE..? Urgent reply me  .. Thanks sap-mm

  • Report with PNP Database

    Hi All, I am writing a program in which I take in a personnel number and then process all employees under that personnel number. I understand that PNP logical database GET PERSA event gives us pernr one by one. I want to gather data for each employee

  • MacBook 13.5" freezes (stutters) during online video streaming

    So my MacBook is about 3 years old. Never really had a problem with it until about a couple of months ago. When I want to stream a video it will play just fine for about 1-3 min. Then it will start to freeze, the whole computer begins to be unrespons

  • LIGHTROOM 4.2 not working with nikon d600

    Installed Lightroom 4.2 to read NEF files from a Nikon D600 and it says preview unavailable and it does not recognize the files..on a PC with windows 7..any ideas

  • Kernel panics on OS X Lion

    i use Macbook Pro 13"  Mid 2009, when snow leopard run on my mac, i almost never taste how annoying the kernel panics. when i run os x lion, everything change, everyday at least 3 times per day i get kernel panics. i dont know why, after update to 10