Need to automatically display update date and user in update form field

Hi all,
Hopefully someone can help me with this... I am using dreamweaver cs4 and php/mysql.  I have a database table that will be updated by 1-5 different people at random times.  I have everything set up and working, as far as the update function, delete function, add new, etc.  In my update form the last two fields are Last Updated and Last Updated By.  There are fields in the table called 'last_updated' (formatted in PHPmyadmin as timestamp) and 'last_updated_by'.  But how do I get them to update on their own?  Right now it is showing the first entry into the field which I did in the PHPmyadmin table, but it is not updating automatically.  It would be a nice field to have so that we know who has worked on the table and when it was last updated, without the user manually typing that in, which I am sure they would forget to do.  By the way, users will login to this with a username and password before editing the records.
This is the code for the last row in the update form with those two fields.  It is pulling the fields from the database table, but they do not update automatically...
<tr>
          <th class="blackfont" scope="row">
            <div align="right">
              <label for="last_updated">Last Updated Date:</label></div>
          </th>
          <td colspan="3" class="blackfont"><input name="last_updated" type="text" id="last_updated" tabindex="47" value="<?php echo $row_getMember['last_updated']; ?>" size="15" />
            <label for="last_updated_by">Last Updated By:</label>
            <input name="last_updated_by" type="text" id="last_updated_by"tabindex="48" value="<?php echo $row_getMember['last_updated_by']; ?>" size="15" /></td>
</tr>
Thanks!
Kathy

Here is all the code the the Admin Login page...
<?php session_start(); ?><!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/TherapyPetsTemplate2.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>TPGC Administrative Login Page</title>
<!-- InstanceEndEditable -->
<link href="css/twoColFixLtHdr.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 */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<script src="JavascriptFiles/mootools.js" type="text/javascript"></script>
<style type="text/css">
<!--
body {
background-color: #FFF;
margin-top: 25px;
margin-bottom: 25px;
margin-left: 25px;
margin-right: 25px;
background-image: url(Images/images-2.jpg);
background-repeat: repeat;
.twoColFixLtHdr #container #webstunning_video_player {
margin-top: 15px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
-->
</style>
<script src="ajxmenu.js" type="text/javascript"></script>
<style type="text/css">
<!--
body,td,th {
color: #FFF;
font-size: 100%;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
.Italic {
font-style: italic;
-->
</style><link rel="stylesheet" href="ajxmenu1.css" type="text/css" />
<script src="ajxmenu1.js" type="text/javascript"></script>
<link rel="stylesheet" href="ajxmenu2.css" type="text/css" />
<script src="ajxmenu2.js" type="text/javascript"></script>
<link rel="stylesheet" href="ajxmenu4.css" type="text/css" />
<script src="ajxmenu4.js" type="text/javascript"></script>
<!-- InstanceBeginEditable name="head" -->
<script language='JavaScript' type='text/javascript' src='HDWRegistrationAndLogin/validatescripts.js.php'></script>
<!-- InstanceEndEditable -->
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-28303973-1']);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
</script>
</head>
<body class="twoColFixLtHdr">
<div id="container">
<div id="header">
<!-- end #header -->
</div>
<div class="AJXCSSMenuScYdSZA"><!-- AJXFILE:../ajxmenu4.css -->
<ul>
<li><a href="Index.html">Home</a></li>
<li><a class="ajxsub" href="AboutUs.html">About Us</a>
  <ul>
   <li><a href="AboutUs.html">About Our Group</a></li>
   <li><a href="Board%20of%20Directors.html">Board of Directors</a></li>
   <li><a href="ServicesWeProvide.html">Services We Provide</a></li>
   <li><a href="TPGCintheNews.html">TPGC in the News</a></li>
  </ul>
</li>
<li><a href="Facilities.html">Facilities</a></li>
<li><a class="ajxsub" href="GetStarted.html">Get Involved</a>
  <ul>
   <li><a href="DoesYourPetHaveWhatItTakes.html">Does Your Pet Have What it Takes?</a></li>
   <li><a class="ajxsub" href="GetStarted.html">Get Started</a>
    <ul>
     <li><a href="Training.html">Training</a></li>
     <li><a href="Testing.html">Testing</a></li>
    </ul>
   </li>
  </ul>
</li>
<li><a class="ajxsub" href="HowYouCanHelp.html">How You Can Help</a>
  <ul>
   <li><a href="HowYouCanHelp.html">Ways to Help</a></li>
   <li><a href="DonorsList.html">Our Donors and Sponsors</a></li>
  </ul>
</li>
<li><a class="ajxsub" href="MemberProfiles.html">Happy Tales</a>
  <ul>
   <li><a href="MemberProfiles.html">Member Profiles</a></li>
   <li><a href="MemberStories.html">Member Stories</a></li>
   <li><a href="Testimonials.html">Testimonials</a></li>
   <li><a href="PhotoGalleries.html">Photo Gallery</a></li>
  </ul>
</li>
<li><a href="FAQs.html">FAQs</a></li>
<li><a href="Links.html">Links</a></li>
<li><a href="Form-ContactUs.html">Contact Us</a></li>
<li><a class="ajxsub" href="#">Login</a>
  <ul>
   <li><a href="MemberLogin.php">Member Login</a></li>
   <li><a href="BoardLogin.php">Board Login</a></li>
   <li><a href="AdminLogin.php">Admin Login</a></li>
  </ul>
</li>
</ul>
<br />
</div>
<div id="sidebar1">
   <div>
    <div align="center">
    <br />
<br />
<div id="Events">
<br />
<div class="EventsHeading" id="EventsHeading">Upcoming Events</div>
<br />
<span class="EventsText">
      <!--Date-->
      </span>
      <span class="EventsDate">March 11th</span>
      <span class="EventsText">
<!--Event Name-->      Members Meeting
      <!--Time-->
      </span>
<span class="EventsTextDescription"><!--Description-->
<strong class="MemberPageItemFont">CANCELLED! </strong></span>
<br />   
<span class="EventsDate">March 25th</span>
      <span class="EventsText">
<!--Event Name-->Testing
<!--Time-->
      </span>
<span class="EventsTextDescription"><!--Description-->
12-3 pm   At Bethesda North Hospital. Please contact <a href="mailto:[email protected]?Subject=Sign up for Testing March 25th">Elaine Waxler</a> to sign up for testing, or <a href="mailto:[email protected]?Subject=Question about Testing March 25th">Glenna Mockbee</a> for more details.</span>
<br />
      <span class="EventsDate">April 15th</span>
      <span class="EventsText">
<!--Event Name-->      Board Meeting
      <!--Time-->
      </span>
<span class="EventsTextDescription"><!--Description-->
12-3 pm   At Bethesda North Hospital. Please contact <a href="mailto:[email protected]?Subject=Delta Testing Question">Glenna Mockbee</a> for details.</span>
<br />
      <span class="EventsDate">May 20th</span>
      <span class="EventsText">
<!--Event Name-->      Member Luncheon
      <!--Time-->
      </span>
<span class="EventsTextDescription"><!--Description-->
10-4 pm   At Bethesda North Hospital. More details to come.</span>
<br />
</div>
    </div>
    <br />
      <hr align="center" width="200" />
      <div align="center"><a href="http://www.facebook.com/pages/Therapy-Pets-of-Greater-Cincinnati/324108054289534?skip_nax_ wizard=true#!/pages/Therapy-Pets-of-Greater-Cincinnati/324108054289534?sk=wall" target="_blank"><img src="Images/Facebook.jpg" alt="Facebook" width="144" height="44" border="0" /></a><br />
        <br />
      </div>
      <hr align="center" width="200" />
      <div align="center">
      <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="TB844UZWVAUVU"><br />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<br />
        <br />
<hr align="center" width="200" />
<!-- InstanceBeginEditable name="SideBar" -->
    <div>
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
     <br />
<br />
<br />
    </div>
    <!-- InstanceEndEditable --><br />
  <br />
  <br />
      </div>
</div>
</div>
<!-- InstanceBeginEditable name="MainContent" -->
<div id="mainContent">
<span class="GreenHeadingH2">Admin Login</span>
  <br />
  <br />
  <br />
  <br />
<div align="center"> 
  <p><span class="UnderConstructionFont"><em><strong>***UNDER CONSTRUCTION - PLEASE DO NOT USE YET!</strong></em></span>***</p>
  <p> </p>
  <p><span class="UnderConstructionFont"><em>Please login to manage TPGC lists and information.</em></span><em></em></p>
  <p> </p>
  <p>
<?php if (!$_SESSION["logged_3"]) { ?>
  </p>
  <form id="hdwlogin" name="hdwlogin" method="post" action="http://www.therapypetsofgreatercincinnati.org/AdminPage.php" onsubmit="return HDW_verify_Login(this)">
    <div id="hdwdivlogin">Enter your username:<br />
      <input type="text" name="username" id="username" />
      <br />
      Enter your password:<br />
      <input type="password" name="password" id="password" />
    </div>
    <div id="hdwdivILMP" style="display:none;"> Enter your email:<br />
      <input type="text" name="hdwILMPemail" id="hdwILMPemail" />
      <br />
      <input type="button" onclick="javascript:HDW_submitILMP()" value="Submit" />
      <a href="javascript:HDW_showLogin()">Login Again</a></div>
    <input type="hidden" name="hdwtable" id="hdwtable" value="3" />
    <input type="hidden" name="hdwokurl" id="hdwokurl" value="http://www.therapypetsofgreatercincinnati.org/AdminPage.php" />
    <br />
    <div id="hdwdivLink" >
      <p>
        <input type="submit" name="subbtn" id="subbtn" value="Submit" />
        </p>
      <p><a href="javascript:HDW_showILMP()">I lost my password</a></p>
    </div>
  </form>
  <p>
    <?php } else { ?>
    Logged as <?php echo $_SESSION["logged_username"]; ?>.
    <br />
  <br />
  <a href="javascript:HDW_logout()">Click here to logout</a>.
  <?php } ?>
  </p>
  <p> </p>
   <p><span class="Caption">To change your password, contact <a href="mailto:[email protected]?Subject=Change my TPGC board password">webmaster</a></span><br />
</div>
</div>
<!-- InstanceEndEditable --><br />
<br class="clearfloat" />
<div id="footer">
    <p><img src="Images/x-knead[1].gif" width="98" height="47" align="absmiddle" />        Copyright 2012 Therapy Pets of Greater Cincinnati, a 501(c)(3) organization     Last Updated
      <!-- #BeginDate format:Am3 -->02/25/2012<!-- #EndDate -->           Website by <a href="mailto:[email protected]?Subject=Question or Comment for Webmaster">Kathy McRoberts</a>        <img src="Images/terrier15.gif" width="63" height="60" align="absmiddle" />
      <!-- end #footer -->
      <br />
    </p>
</div>
<!-- end #container --></div>
</body>
<!-- InstanceEnd --></html>

Similar Messages

  • Can you export the date and user to Excel that appears into a Comments field in a tracking list?

    Hi everyone,
    Can you export the date and user to Excel that appears into a Comments field in a tracking list?
    When i export a tracking list with a Comment field in the Content type, the screen where you enter the data for an item, the Comments field just export the text of the comment into the Excel file.
    In the Comments field appears also, besides the comment text,  the user and date from who and when the comment is added.
    Is there a way to export also the user and the date?
    Thanks
    Wim

    create another comment field that doesn't use 'appending', and through SP Designer change workflow keep
    updating that field with the new comments  (prepend the field with date/username/new comment). Hide the field on all forms, but put it in the view you need to export to Excel.
    Please refer few more links: Hope they will help
    http://www.nothingbutsharepoint.com/2009/04/16/versioning-append-changes-to-existing-text-view-entries-aspx/
    http://sympmarc.com/2011/02/07/showing-all-versions-of-append-changes-to-existing-text-in-a-data-view-web-part-dvwp/comment-page-3/
    https://mossipqueen.wordpress.com/2013/03/06/display-all-appending-field-entries-in-a-single-list-view/
    http://community.office365.com/en-us/f/154/t/278560.aspx
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Can Iphoto display the date and time of a pic on the pic?

    I know I can get info and see a pics info, but can Iphoto display the date and time of a pic on the pic itself?

    Use the Photos->Batch Change menu option to set the Title to Date and Time. That will give you what you want under each thumbnail.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier versions) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. There are versions that are compatible with iPhoto 5, 6, 7 and 8 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    NOTE: iPhoto 8's new option in the library rebuild pane, "Rebuild the iPhoto Library Database from automatic backup" may make this tip obsolete. We'll know when users have occasion to use it and see if that's the case.

  • Is there a way to display the date and time on my officejet 6500

    HP Officejet 6500a Plus Windows XP_ Is there a way to display the date and time on the display of my printer

    Are you referring to the Date and Time some cameras put right on the image?  If so there is nothing really good in iPhoto to do this. You could try the Retouch tool and see how that looks but I think you will need something more precise and powerful, like the clone tool in Aperture.
    Also something like PhotoShop or GIMP - The GNU Image Manipulation Program (free) should do what you want also.
    If your asking about some other date post back.
    regards

  • How to display dynamic datas and double datas (chart)

    Hi all !
    I would like to display dynamic datas and double datas by using charts.
    However, it doesn't work and I don't understand why.
    Can you help me to fix that ?
    Best regards,
    - John
    Attachments:
    double_dynamics_data.vi ‏54 KB

    Hi John,
    the sine looks like it should look with your VI!
    You convert the DDT to a scalar DBL. That conversion will only use the first sample of the generated sine waveform - usually this is always the same (offset) value when you generate full periods… Or to put it in a mathematical expression: sin(0°)+4 = 4!
    When you want to display waveform you should work with waveforms!
    Actually, I have used Dynamic data type in order to simulate an signal.
    Well, I also simulated a signal in my example VI. I didn't use any ExpressVI to do so…
    In a few weeks, I will receive a sensor. I will use in LabView 'DAQ Assistant' whose the ouput is a Dynamic Data.
    Nobody forces you to use the DAQAssistent ExpressVI. There are nice DAQmx functions available and LabVIEW comes with a lot of ready-to-use example VIs…
    That's why, I used in first place, the 'Simulate signal'. So I think I should keep Dynamic Data Type
    I do think you don't need to use the DDT. I think it's better to understand what is going on in your VI. And I think the DDT will be no help for you…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • I Need to Write the current Date and Time

    I need to write the current date and time to calculate the spend time in each instruction.
    What is the instrucion?
    Thanks.
    MIGUEL ANGEL CARO
    [email protected]

    The current time can be determined with a Date object:
    Date now = new java.util.Date() ;or if you are interested in the seconds since the epoch:
    System.currentTimeMillis() ;If you wanted to print them out:
    System.out.println( new java.util.Date() ) ;
    System.out.println( System.currentTimeMillis() ) ;Kenny

  • Camileo S20 - How to display the date and time

    Hi, to all. I have got as Christmas present the Camileo S20 and I am not able to display the date and time at video. In manual is no mention about this, just how to set the correct date and time. But what is intention of setting the date and time into camera, if it is not possible to display them on video ?

    Hi,
    of course, I did it repeatly, it is written in my question above. I am not stupid.
    This question is aimed to owners of camera Camileo S20 and also Camileo S10 - Camileo S20 is derived of Camileo S10, may be any of them discovered the way how to get the date and time into video.

  • CRM-ISU: Need to change the END date and Start Date for contract items

    Hi,
    There is an old contract item for which  I need to change the end date
    and there is a new contract item for which I need to change the start date.
    I need to change the contract item end date and start date using some function module in IS-U system (may be as RFC to CRM).Pleaselet me know if any body is ware of this functionality?
    I am aware of a FM EECRM_CONTRACT_DATE_CHANGE which may be used for changing End Date
    but how to change the start date of a new contract item?
    Please let me know if any body is aware of this?
    Thanks

    Hi,
    Hope you can solve it by this [Link1|Re: Function modules; [link2|CRM material;.
    Regards,
    Surjith

  • Getting an error message: "if you are here, it is probably because your computer's clock is wrong."  Ergo, I can't get to the page I need.  My clock's date and time are right.  After re-booting, went to wrong time zone, which I changed-- still getting msg

    Getting an error message: "if you are here, it is probably because your computer's clock is wrong."  Ergo, I can't get to the page I need.  My clock's date and time are right, but time zone was wrong-- changed & saved it, but still getting error msg

    'Requires=network.target' wasn't in it so I added it but nothing's changed. I've left it in because openVPN does require network.
    As I said, I had this problem with a script so I don't think it's anything specific to openVPN. I had a weird occurrence this morning however. When I started the computer up this morning  openVPN worked just fine. However when the computer rebooted openVPN couldn't resolve the host address again.

  • Any difference between Master data and User master data ?

    Any difference between Master data and User master data ?

    hi
    A user master record defines the authorizations assigned to a user. Based on these authorizations one can access the master data.
    Master data - it is the data which is used long term in SAP r/3 system such as vendor master , material master, customer master,
    there is no such thing like user master data to the best of my knowledge
    hope this helps
    regds
    Manan

  • How to Display Node Data ( 100 Lines ) in INteractive form UI Element

    HI All,
    I have requirement to display Standard report output in interactive form UI element .I have taken the Stadard report Output to an internal table and converted into xstring format and trying to exporting to the node with attribute type xstring . and binding this attirbute to interactive form UI element PDf Source property.
    But I am getting the error 'File Does not begin with %pdf- '.
    pls find the below code which i am using for converting Itab Data into Xstring
    CALL FUNCTION 'SOTR_SERV_TABLE_TO_STRING'
        IMPORTING
          text     = wa_string
        TABLES
          text_tab = it_itab.
      DATA: lv_xstring TYPE xstring.
    CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
       EXPORTING
         text   = wa_string
       IMPORTING
         buffer = lv_xstring
       EXCEPTIONS
         failed = 1
         OTHERS = 2.
    CALL FUNCTION 'SCMS_FTEXT_TO_XSTRING'
      EXPORTING
        input_length       = '7285'
      FIRST_LINE         = 0
      LAST_LINE          = 0
      MIMETYPE           = ' '
      ENCODING           =
    IMPORTING
       BUFFER             = lv_xstring
      tables
        ftext_tab          = it_itab
    EXCEPTIONS
      FAILED             = 1
      OTHERS             = 2
    Please help me on this..
    Thanks in advance .
    Kiran.

    HI
    You cannot just simply convert one string to xstring and then set it in pdfsource to get the pdf.
    what is required is little bit lengthy than wht you are doing right now.
    you need to use adobe live cycle designer to design the form first and bound the layout UIs there to the context and then
    when the pdf wll be generated it will have the data.
    1. Go to transaction SFP ad create one interface there with some parameter say data.
    2. create a form based on this interface.
    3. in the template source property of the UI give the form you have created it will automatically create context for the import
    parameter that you have given in the interface.
    4. now you need to double click on the interactive form UI to open Adobe live cycle designer to design the layout of the form to
      display the data that you will get form the import parameter.
    5. pass the required data to the context which is created as the import parameter
    these are the steps required to create a PDF form having the data passed by you from the programm dynamically.
    here is a link for a demo tutorial.
    [http://wiki.sdn.sap.com/wiki/display/WDABAP/CallAdobeFormthroughABAPWebDynpro|http://wiki.sdn.sap.com/wiki/display/WDABAP/CallAdobeFormthroughABAPWebDynpro]
    thanks
    sarbjeet singh

  • Show active current date and time in a Form continuously

    Hi,
    I am use Oracle Form 10.1.2 in Windows 2000.
    Can we show an active current date and time in a Form continuously?
    Perhaps in the main menu form.
    So the user can see the moving time, instantly when the time change (withour pushing F5 for refreshing the form)
    23-Sep-2006 06:00
    -- one minute later will show
    23-Sep-2006 06:01
    -- one minute later will show
    23-Sep-2006 06:02
    -- and so on
    Any help is appreciated.
    Many thanks,
    Buntoro

    Here is a quick, untested suggestion that sketches out one way of approaching this.
    If you only require updates every 60 seconds, you can use the TIMER built-in to create a repeating timer with a sixty-second delay. Each time the timer expires, update a text item to reflect the current time (obtained by selecting SYSDATE from DUAL on the database.)
    If the time is to be updated precisely when the minute changes, use two timers -- the same one described above, and a one-shot. Before you create either timer, run the following query:
       SELECT 60-TO_NUMBER(TO_CHAR(SYSDATE, 'ss')) FROM DUALThis will give the number of seconds remaining until the minute changes. Use this value to set the duration of the one-shot timer. When it expires, create the repeating sixty-second timer.
    There is a good possibility that this method will not be terribly precise, depending on factors like server resources, user load and network distance. A more network-friendly approach would be to use a JavaBean that relies on the PC's system timer to track the passage of time, and calculates server time based on the observed time difference between PC & server.
    Hope this helps,
    Eric Adamson
    Lansing, Michigan

  • Dynamic pdf up to 200 images, the size of pdf is larger, cannot save data and images to the form

    Hi all,
    My client would like to dynamic images up to 200 pictures to my forms. It is working fine. However, when I add images up to 35 images. I could not add images to the form any more. Then, I save data on the form. All images and data typed on the form are disappeared. I don't know reason.
    If I only add 10 images - I can save data and images on the form. The size of pdf is 15456 kb.  I was unable to  add more pictures or data on the form.
    Maybe there are problem the size of pdf? How much size can an dynamic pdf  limited?
    Can we save the information and images as much as we want?
    I have spent 2 weeks to work and try to figure out this problem. However it is not successful.
    Please help,
    Cindy

    You should ensure, that your users do not import big images.
    Therefore you can use a script on the change event of an image field which checks the data size and warns the user if the file is too big.
    function formatNumber(number) {
        var num = number + '',
        x = num.split('.'),
        x1 = x[0],
        x2 = x.length > 1 ? '.' + x[1] : '',
        rgx = /(\d+)(\d{3})/;
        while (rgx.test(x1)) {
            x1 = x1.replace(rgx, '$1' + ',' + '$2');
        return x1 + x2 + "KB";
    var sizeLimit = 200, //allow upto 200KB images
      thisSize = Math.round((this.value.oneOfChild.value.length * 3 / 4) / 1024);
    if (sizeLimit > 0) {
      if (thisSize > sizeLimit) {
      xfa.host.messageBox("Note: With " + formatNumber(thisSize) + " the size of the imported image is greater that the recommended maximum of " + formatNumber(sizeLimit) + ".\nLarge images can cause a insufficent performance.\n\nIf possible, use images with the following recommended specs:\nFormat:\t\tPNG or JPG\nColor depth:\t8 Bit (higher is not supported)\nColor space:\tRGB (CMYK is not supported)\nFile Size:\t\t" + formatNumber(sizeLimit), "Recommended image size exceeded", 3, 0);

  • I am creating a request for proposal form and I need to add a commission structure field.  I created a table using the ranking field and now I need to delete the "dots/buttons" and turn them into text fields, is this possible?

      I created a table using the ranking field and now I need to delete the "dots/buttons" and turn them into text fields, is this possible?

    It sounds like what you are trying to do is edit the choices in a likert field to something other than the default radio button. This is not something that you can do in Formscentral at this time.
    Andrew

  • I need a button to display the date and time

    I want the date and time to display in a textfield. I am thinking the best way to go about this is to have a hidden button in the field, so that when the user clicks in the field the date and time will automatically appear. I need help with some code (not really sure of how the code should look). Should the code go in the click or initialize event?
    Thanks for your help

    I figured it out.
    Thanks!

Maybe you are looking for