- 1
How to collect Data from User input
I have coded the utility scanner into my form, but I can't collect the data to store for record. I'm brand new to coding and I'm trying to collect data from a form. I've coded in the check boxes, the submit button, but when I click "submit" the data is sent to "null" and I want to save it in a file on the computer. Is that possible?
5 ответов
+ 10
This is possible. Which gui api do you use? Swift? JavaFX? Or something else?
+ 11
Ah, OK. You might edit the tags of your question then. And I recommend you to complete the Javascript course here, it contains information about how you get user input.
+ 9
You're welcome ^^
+ 1
Thank you!
0
Okay, so when I say I'm "brand new" to coding I mean I've put in about 3 days lol... so forgive me if I don't answer correctly... I'm just using Notepad++ to write the code into, and I started with HTML and JavaScript language. This is just a personal project I'm trying to do so I have a way to apply what I'm learning. IDK if I'm doing this correctly (probably not) but I had no idea where to start or what to do to apply what I'm learning.