In iNotes full mode you can get and set values for items in the presubmit action on a form using techniques like:
document.getElementById(“fieldname”).value or
document.forms[0].fieldname.value
How to you set and get field values on a form in iNotes lite mode in the presubmit function.
Kind regards,
Adam