I have a simple form in a web-page and when I click the submit button, I can see the values in webdev-tools in Chrome (network-tag).
I gave the form an ID and it triggers correctly in B4J but the map (Params) does not contain the values. It only contains values such as which=1, metaKey=false, pageY=268 etc).
How can I get values from the fields in my form in B4J so I can use them for further processing such as validation, entering data in a DB?
I am using WebSockets.
I gave the form an ID and it triggers correctly in B4J but the map (Params) does not contain the values. It only contains values such as which=1, metaKey=false, pageY=268 etc).
How can I get values from the fields in my form in B4J so I can use them for further processing such as validation, entering data in a DB?
I am using WebSockets.