RyanStanford1
7 years agoQrew Captain
Getting field values into javascript on the page
I've noticed in some posts, that there is a notation to get the value of fields dynamically while running JavaScript on the page, IE: iol technique...
However, I've been unable to get this notation correctly to be able to recreate.
I've attempted similar to this:
var link = $("#_fid_12").val();
console.log(link); but this always comes back undefined or errors out entirely
However, I've been unable to get this notation correctly to be able to recreate.
I've attempted similar to this:
var link = $("#_fid_12").val();
console.log(link); but this always comes back undefined or errors out entirely