posted on December 6, 2016
•
Show version history
I have a form that uses JavaScript to retrieve a value after a look up has been performed.
I am using $('.classname input').val()
However, this does not work on the 'Thank You' page.
When I inspect the elements, the look up field is no longer an input text box, but <div><type = "text" >TEXT</div>
Could someone assist me in retrieving this text value?
0
0