0
FKFelix Kaboto
The code defines a function that takes an input field ID as an argument and returns the value of the input field.
0 Comments
function() { var field = {{Form Element}}.querySelector('#inputFieldId'); return field ? field.value : undefined; }