sveinbjornt / Platypus

Create native Mac applications from command line scripts.
https://sveinbjorn.org/platypus
BSD 3-Clause "New" or "Revised" License
2.84k stars 171 forks source link

How can I easily collect a bunch of values in a web-view form? #249

Open danielo515 opened 1 year ago

danielo515 commented 1 year ago

Hello, and thank you for creating platypus. I was wondering if there is an easy and nice way to collect a bunch of user input values and submit them all in one go to my script? I thought that maybe a web view will be a nice way of doing it, but I'm not sure how can I collect the values back to my script. Or if you have any other suggestion, I'm all ears. Thanks you