Web Form Submission

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
VISHALVODRO
Posts: 26
Joined: 02 Apr 2016, 05:53

Web Form Submission

08 Apr 2017, 09:02

Hello developers,

Greetings from India. I was planning to make a browser based feedback form which will output the data in CVS/xls format. The form contains text field, multiple choice check boxes, drop down, radio button etc.

I want to know is there any way to do all this by ahk which can be accessed via browser over the Internet?

Thank you with anticipation.

Regards Vishal.
Darayavahus
Posts: 36
Joined: 21 May 2016, 03:32

Re: Web Form Submission

08 Apr 2017, 20:42

Ahk script accessed via browser by the end user ? Kinda tricky...

Maybe you should try making AHK script (compiled to .exe) for end users providing data in simple GUI, then script would connect to mySQL server and output data into database in format you wan't?

https://autohotkey.com/boards/viewtopic.php?t=429

Then you could access it the same way or by PHP, or any other means.
VISHALVODRO
Posts: 26
Joined: 02 Apr 2016, 05:53

Re: Web Form Submission

08 Apr 2017, 21:12

Darayavahus, thank you, that's why I was bit of curious. Will try the way you explained...
Darayavahus
Posts: 36
Joined: 21 May 2016, 03:32

Re: Web Form Submission

08 Apr 2017, 21:58

It all depends if the End Users would wan't to download a compiled .exe file on their PC, if you are working in trusted environment it could work.

I'm using this solution at my work and it flawlessly 'insert','update','delete' data on remote server databases so it should work for you.

Get yourself: Class_MySQLAPI.ahk , latest: libmysql.dll and try this: https://github.com/AHK-just-me/Class_My ... I_demo.ahk - it should get you started if you can set yourself some free webpage with mySQL service included.

All Hail Panofish and 'Just Me'!
VISHALVODRO
Posts: 26
Joined: 02 Apr 2016, 05:53

Re: Web Form Submission

08 Apr 2017, 22:03

Thanks, was exploring another method if it works. https://turbo.net

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Anput, arcylix, Rohwedder and 220 guests