It would be very handy if there were a flag set by formblock that indicates that the form gets rendered to be displayed in a block or not, because if we are inside a block we often like to remove a lot of form elements via hook_form_alter() but we don't if we get displayed in full page view.

It's possible to achieve that by looking at the current path using arg(...) but only if we are not on the node/add/TYPE page and it's just cleaner having a flag.

except for that ;) nice module.

Comments

mikey_p’s picture

Assigned: Unassigned » mikey_p

Makes sense. I'll take a look at this.

jenna.tollerson’s picture

That would be a neat-o feature. Subscribing! Let me know if you need any help testing.

DannyPfeiffer’s picture

definitely interested in this.

mrfelton’s picture

also interested in this.

mikey_p’s picture

Issue summary: View changes

Haven't seen any more interest in this for awhile, so I'm closing for now. Feel free to reopen against 8.x if you're still interested in this.

mikey_p’s picture

Status: Active » Closed (outdated)