Anyone have an Idea, I am working on something using CustomContent and am using FrontEndUsers to define usernames and passwords
The login template looks like this:
Now when I click on the Forgot Your Password link it opens the page in a selected alias page wich is ok
{$startform}
{if $error}
{$error}
{/if}
{$prompt_username}
{$input_username}
{$prompt_password}
{$input_password}{if isset($captcha)}
{$captcha_title}: {$input_captcha}
{$captcha}
{/if}
{$input_submit}
{$link_forgot}
{$endform}
What I want is when the user selects Forgot Your Password it will open in a (alias) but in a new window (_blank)
Any one have an idea where to insert (_blank) for this to work?
Thanks
Steven
