Forum Discussion
ChayceDuncan2
7 years agoQrew Cadet
If you have a code page then doing a DoQuery would be the better alternative to help build the HTML that way.
The field notation is related to the actual id of the elements on the form. So for example:
the input for tdf_5 is field ID 5 in an app of mine
$("#tdf_5").text() gets the value 'Marketing'
The field notation is related to the actual id of the elements on the form. So for example:
the input for tdf_5 is field ID 5 in an app of mine
$("#tdf_5").text() gets the value 'Marketing'