Set a field value by ID

Last updated Oct 16 2019

window.ftSetValueByID(fieldID, value);
This JS function will allow you to set the value in a specific field based on its ID.

Examples:
window.ftSetValueByID('fld5', 1);
This will set the value of 1 into a field  with the id of fld5

window.ftSetValueByID('fld5', 'hello');
This will set the value of hello into a field  with the id of fld5


Watch the video


CommentsLogin Required
  • Reuven Neeman05/07/2020 08:26
    How do you set value to a parent field when returning from a modal window?
Didn’t find what you were looking for?
Try the following for assistance or Use the Search box.