53 posts
Location
Somewhere in ****** County, *******
Posted 06 November 2013 - 08:59 PM
Is there any way to submit data to a form from a website? Thanks.
7508 posts
Location
Australia
Posted 06 November 2013 - 09:05 PM
No it is not possible to submit data to a websites form, you would want to submit the data to where the web form submits its data and this is possible. By using the
http api, specifically post or get depending on how the script is setup to take requests, you can submit data to any web address.