How to get a webpage, then submit a form using a POST request

you need to create a http request node that posts the form options and id with the correct headers. The url seems to be the root url. You should be able to do this in one request.
this thread may help

1 Like