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
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
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
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
Hi Bob,
Here is the code:
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
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
Hi woflix,
I can't remember now but I think that the options have to have unique values, you have duplicates.
Regards,
Max
I can't remember now but I think that the options have to have unique values, you have duplicates.
Regards,
Max
This topic is locked and no more replies can be posted.