If i’m making a registeration form that requires a key. The docs arent that clear if there should be a “key” keyword in the URL or not. Should my registration template url be:
www.example.com/template_group/register_template/key/{key}
or
www.example.com/templategroup/register_template/{key}
