Rate this script:  I Love it  /   I Hate it

Set a Field Equal to Something


Code


/* also - custom-1, custom-2, custom-3, custom-4, custom-5, etc for custom fields. */
var obj = document.getElementById('custom-3');
obj.value = "VALUE";
 

 

 
Set a Field Equal to Something scripts | Set a Field Equal to Something snippet | Set a Field Equal to Something example | Set a Field Equal to Something tutorial | Set a Field Equal to Something code