9 calls to fp_render_form()

advise.module in modules/advise/advise.module
advise_display_view in modules/advise/advise.module
This is the page which actually displays the "view" for the user to see their advising session, or for an advisor to advise them.
blocks.module in modules/blocks/blocks.module
comments.module in modules/comments/comments.module
comments_display_main in modules/comments/comments.module
This displays the primary Comments tab, where we see past comments and can enter a new one (with the right permissions).
hook_render_block in modules/blocks/blocks.module
Example of hook_render_block
system.module in modules/system/system.module
system_display_login_page in modules/system/system.module
Display the "login" page. This is the default page displayed to the user, at /login, if they have not logged in yet.
system_render_block in modules/system/system.module