Closed (won't fix)
Project:
Form Block
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2012 at 19:01 UTC
Updated:
15 Aug 2014 at 17:33 UTC
Jump to comment: Most recent
Comments
Comment #1
mikey_p commentedWhich block are you using? What other modules do you have enabled?
I'd be surprised if this is a bug in formblock module, as it contains no redirects. Perhaps another module is redirecting on form_alter or an access check?
Comment #2
matas.k commentedI can confirm I get this with latest stable version for one and only node form which is set to a time interval limit and is in a block in a front page. Works for admin, but for anonymous worked only once, submitted a node and since then page doesn't homepage load anymore because of unlimited redirection loop.
Not really using anything else. Had to enable jquery update 1.7 to make the forms work and running on Bootstrap theme. Also some Views on front-page. That's about it.
Comment #3
matas.k commentedPretty much fix the problem if you change Limit box value from 1 to e.g. 10, but when page loads, it spams
You can't create more content of type Titlesall over.Comment #4
matas.k commentedSo yes, each time you reach limit it ends up in redirection loop for anonymous users.
Comment #5
mikey_p commentedCombining multiple modules like this could cause problems like you are experiencing. I'd recommend you consider building a custom block or module to provide the functionality you need.