Hello
it seems that if you put a RSForm module in a page with seblod list, there is a conflict between 2 module. The rsform's submission variable showed as a GET variable instead of doing it with POST method
example :
http://dxc-server.com/badja/contact
only RsForm, works fine. Submission done through POST
http://dxc-server.com/badja/product-list?dx_product_category=28&task=search
RsForm with seblod search/list, submission through GET method, RsForm doesnt work
any suggestion?