Forums

SOLVED: Not enough room to add all required fields

mike62 15 Feb, 2008
It appears there is a limit to the number of characters that can be entered into the "required fields" field under the Validation tab. I have more required fields than will fit in this field. Is there a way to fix this without having to rename all my fields to 1, 2, etc?<br><br>Post edited by: mike62, at: 2008/02/14 21:09
GreyHead 15 Feb, 2008
Hi Mike,

I think that Max expanded this in the Joomla 1.0.x releases, hopefully it will go up in Joomla 1.5 too. To fix yourself look for this code block in admin.chronocontact.html.php arund line 630
	<tr>
		<td><?php echo JHTML::_('tooltip', "Put list of fields names separated with comma *,* if more than one" ); ?></td>
		<td><strong>1 - required (not blank)</strong> </td>
		<td></td>
		<td>
		<input type="text" name="params[val_required]" id="params[val_required]" class="inputbox" size="50" maxlength="100" value="<?php echo $paramsvalues->val_required; ?>">
		</td>
	</tr>
and increase the value of size.

Bob
This topic is locked and no more replies can be posted.