Create a formula/Java script to autofill a field with specific text when there is a value in another
I am looking to create a formula or JavaScript in a fillable PDF, to autofill a field with specific text (T20000) when a numerical figure is entered in a different field. I have this in the Excel version of my document, but it is not transfering or translating well in the the PDF version.
This is how it is on my Excel spreadsheet:
=IF(O13>0,"T20000","")
