I am editing the member profile theme for the register and login page.
I have encountered a problem with the register page in that it appears to include the form declaration immediately after the opening “content” div opening tag but I have no idea where to find this form declaration.
<div id="content">
<form id="register_member_form"I can’t find the template that includes the form declaration for the register page whereas for the login page, I can see the form declaration and therefore move it around.
{form_declaration}Essentially I am having a problem as I need to put other content before the form opening tag on the register page but after the opening content tag.
Any help much appreciated.
Thanks
Paul