Hey Johnny,
Not sure if this is a bug or user error on my part…
I have a button in the form that when clicked, does a lookup of data and attempts to populated a input text field with a name.
When the button is clicked, I can see the name populate to the screen on the browser, however, when saving that form, the text in that particular field isn’t save.
But, when I actually type data into that field, it is saved as expected.
I can see when using the Inspector, that while the screen of the page has changed, the value of the form field hasn’t.
above, you click the green button, it populates the BioContribAuthor field above.
However, in Inspector, you see:
Where you see the actual value is “typed entry” and not matching what is in the browser to the user, and it is this value that is submitted back for insertion into the DB.
But, as mentioned, if I type anything in that text field, even a space, the Inspector is updated to reflect everything in that field…so it seems as if there is some sort of event trigger or something I need to use to make this work?
I did expand on the Event tag for that field in the Inspector, and got:
Hoping this is a simple user error on my part and you might be able to point it out to me?
Thanks much!
Erick