CMS MADE SIMPLE FORGE

Self Registration

 

[#10983] Update from older Selfregistration Versions breaks existing (modified) registration template

avatar
Created By: Ludger Merkens (lume)
Date Submitted: Thu Apr 21 05:33:39 -0400 2016

Assigned To:
Version: 1.9.6
CMSMS Version: 2.1.3
Severity: Minor
Resolution: None
State: Open
Summary:
Update from older Selfregistration Versions breaks existing (modified) registration template
Detailed Description:
Consistent to the new cmsms 2.0 style of creating templates, Selfregistration no
longer provides a $submit entry for the registration template. This breaks older
existing registration forms, as there no longer is a 'submit' button at the end
of the form. Thats something you don't necessarily expect nor spot, after a
module update.

I added the submit code from the orig_registratione1.tpl:

<input type="submit" name="{$actionid}sr_submit"
value="{$mod->Lang('submit')}"/>
<br/>
<a href="{module_action_url module=SelfRegistration action=default
mode=sendanotheremail}">{$mod->Lang('msg_sendanotheremail')}</a>

to fix the problem. 

regards
Ludger


History