Hi
I’ve currently applying Custom Error Messages across various forms on our site to override the built in method.
i’ve applied it successfully to my login form with the addition of
{exp:system_messages:form message_container="#omg"}
as mentioned in
http://boldminded.com/docs/csm/
what i’m hoping to do now is to add it to members register.
This reg form is generated via mod.member_register.php registration_form function
with
return $this->EE->functions->form_declaration($data).$reg_form.”\n”.”</form>”;
calling the form declaration function.
obviously, this requires a different approach than the login form. Can anyone share the way to do this and also allow this to work with the various forms within the members area?
much appreciated
mikek