View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
11967Feature requestsSurvey participants (Tokens)public2016-11-30 11:10
Reporterseancarlos Assigned To 
PrioritynoneSeverityfeature 
Status newResolutionopen 
Summary11967: Public registration: no longer possible to require first and last name for self-service created tokens
Description

It is currently possible to register for a survey (create new token) specifying just an email address. It should be possible to require first and last names for new tokens in order to personalize the invitation email. (These two fields were required in 2.06 I think).

Additional Information

I modified application/views/register/registerForm.php to revert to prior behavior, although this should I suppose be configurable for those who don't want or need to require first and last names for new tokens.

<label for='register_firstname' class='control-label col-md-4'><span class="text-danger asterisk"></span> <?php eT("First name:"); ?></label>
<div class="col-sm-12 col-md-6">
    <?php echo CHtml::textField('register_firstname', $sFirstName,array('id'=>'register_firstname','class'=>'form-control input-sm','required'=>'required')); ?>
</div>

</div>
<div class='form-group col-sm-12'>
<label for='register_lastname' class='control-label col-md-4'><span class="text-danger asterisk"></span> <?php eT("Last name:"); ?></label>
<div class="col-sm-12 col-md-6">
<?php echo CHtml::textField('register_lastname', $sLastName,array('id'=>'register_lastname','class'=>'form-control input-sm','required'=>'required')); ?>
</div>

TagsNo tags attached.
Bug heat0
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-11-30 09:21 seancarlos New Issue
2016-11-30 11:10 DenisChenu Project Bug reports => Feature requests
2016-11-30 11:10 DenisChenu Severity @50@ => feature
2016-11-30 11:10 DenisChenu Product Version 2.55.x =>
2016-12-08 10:39 c_schmitz Category Tokens => Survey participants (Tokens)