fbuilderjquery.getJSON() and input field
-
Hello,
<script> fbuilderjQuery(document).one('showHideDepEvent', function(i){ fbuilderjQuery.getJSON('https://opendata.rdw.nl/resource/m9d7-ebf2.json?kenteken=33DBBL', function(data) { fbuilderjQuery('[id*="fieldname1_"]').val(data[0]['merk']); fbuilderjQuery('[id*="fieldname3_"]').val(data[0]['handelsbenaming']); } ); }); </script>
I want to change 33DBBL by an inputfield. How to do this?
thank you,
Fatih
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘fbuilderjquery.getJSON() and input field’ is closed to new replies.