Submitting forms

I’m trying to use vvvv to communicate with some webservices (e.g. chatbots). It is fairly easy to read the data by using html node, but I have difficulty on sending data back to the page.

here is the code of the webpage.

(form method=“POST” name=“form”)
(input type=“hidden” name=“botcust2” value=“d72ec7236ec5fa14”)
(input type=“TEXT” width=“50” size=“50” maxsize=“50” autocomplete=“off” name=“input”)
(br)(br)
(font color=“black”)(input type=“SUBMIT” width=“50” value=“tell chomsky”)
(/form)(/font)
(font color=“white”)Chomsky says: (/font)
(br)(br)
(font color=“white” size=1)

I tried to use the netsend but I’m not sure what string should I send out.

Please throw me some lights on this, thank you!

What you need is the Node “HTTP (Network Post)” which is on its way. (Hopefully with the upcoming release).

Also in Beta9.1 you will have the Opportunity to serve a webpage with HTTP (Network Server) and receive incoming Request to that Server with HTTP (Network Receiver)…