Forums

[SOLVED] Unable to add more than 5 lines to drop down

wolfix 27 Apr, 2012
Joomla 2.5.3 Stable
CF V4_RC3.3_J1.6

Hi,

I'm unable to add more than 5 lines to a drop-down menu.

When I Apply then Save, the new lines are erased.

Any suggestions?

Thanks!

wolfix
GreyHead 28 Apr, 2012
Hi wolfix,

Nothing in ChronoForms limits the length. Do you have any problems with long email templates (checking if this is a general problem with textareas)?

What is in your options list?

Bob
wolfix 01 May, 2012
Hi Bob,

Here is the code:
<div class="ccms_form_element cfdiv_select" id="dept_email_container_div"><label for="dept-email">Department to email</label><select size="1" id="dept-email" class=" validate['required']" title="" name="dept-email">
<option value="">Choose One....</option>
<option value="quotes@foo.com">Workers Compensation</option>
<option value="claims@foo.com">Claims</option>
<option value="losscontrol@foo.com">Loss Control</option>
<option value="marketing@foo.com">Marketing</option>
<option value="helpdesk@foo.com">Support and Help</option>
</select>
<div class="clear"></div><div id="error-message-dept-email"></div></div>


Here are all the options I'm trying to add:

[email]quotes@foo.com[/email]=Quotes and Underwriting
[email]claims@foo.com[/email]=Claims
[email]losscontrol@foo.com[/email]=Loss Control
[email]marketing@foo.com[/email]=Marketing
[email]helpdesk@foo.com[/email]=Other
[email]quotes@foo.com[/email]=Professional Lines
[email]quotes@foo.com[/email]=Property Casualty
[email]helpdesk@foo.com[/email]=Support and Help
[email]quotes@foo.com[/email]=Underwriting
[email]quotes@foo.com[/email]=Workers Compensation

Thanks!

woflix
Max_admin 01 May, 2012
Hi woflix,

I can't remember now but I think that the options have to have unique values, you have duplicates.

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
wolfix 01 May, 2012
Thanks Max, that was it!

Best,

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