Jump to content
  • 0

Timestamp On Change On Results Page


mpnewby

Question

I am using a results datapage to display come data for all users. I have an updatable field hidden unless the user is an admin. I have a dropdown field, "Current Location", a Text Field "Updated By" and another Text field, "Updated When".

I would like for "Updated When" to be timestamped only when the "Current Location" field has been changed. Any ideas?

 

Thanks,
Matt

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

You can have something like:

<script>
document.getElementById('EditRecordDROPDOWNFIELDNAME').onchange= function f_date(){
document.getElementById("EditRecordDATEFIELDNAME").value="[@cbTimestamp*]";
}
</script>

Replace DROPDOWNFIELDNAME and DATEFIELDNAME with the actual field names.

 

Date field is a regular date/time field in the table not timestamp.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...