Hello,

I have this piece of code

    def start_requests(self):
        return [FormRequest(url="http://www.blahblah";,
                            formdata={'citta':'Lucca'},
                            callback=self.resultList)]

but there are 2 distinct forms in my page

How do I instruct FormRequest to process the right one ?

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to scrapy-users+unsubscr...@googlegroups.com.
To post to this group, send email to scrapy-users@googlegroups.com.
Visit this group at https://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to