Skip to main content

Using custom.js to set the value of a text field

Comments

1 comment

  • Prajakta

    You will need to add this line at the end of your script to update the text field value:

    UberController.valueChangeObserver({target:fileNameTextField}, document.getElementById('_x_gGlVpqEeKwG6IPeCabGQ'));

     Note that you will need to replace _x_gGlVpqEeKwG6IPeCabGQ in above line with the DOM id of your fileNameTextField control (a frevvo control is usually a DIV HTML element, so you will need id of a <div> element, NOT of <input> element)

    0

Please sign in to leave a comment.