I have showed "Tell a Friend " form in tabs on product detail page using the code below
<block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
<action method="addTab" translate="title" module="catalog">
<alias>send-friend</alias>
<title>Send Friends</title>
<block>sendfriend/send</block>
<template>sendfriend/send.phtml</template>
</action>
</block>
And I have enabled allow guest to "Yes" from backend . But on submitting the form it redirects to 404 page. The default way of sending email works fine outside the tab but inside tab it doesnot work. Am I missing something ?