| Previous topic :: Next topic |
| Author |
Message |
madelghattas
Joined: 16 Aug 2006
Posts: 25
|
| Posted: Thu Aug 17, 2006 9:12 am Post subject: Customer portal in 4.2.4 |
|
|
Dear Team;
when trying to create an new ticket in the customer portal
the product name feild has to be a drop down per the code that is in UserTcket.php
$list .= ' <style> @import url( css/dropdown.css ); </style>
<script src="js/modomt.js"></script>
<script src="js/getobject2.js"></script>
<script src="js/acdropdown.js"></script>
<script language="javascript">
var products = new Array('.$productarray.')
</script> ';
$list .= '<td valign="center">
<input class="dropdown" autocomplete="off" name="productid" id="inputer2" style="width: 135px;" acdropdown="true" autocomplete_list="array:products" autocomplete_list_sort="false" autocomplete_matchsubstring="true">
</td>';
But the Drop down doesn't appear at all except i i clicked backspace in this feild
can any one help why is this happening
Thanks in advance
madel |
|
| Back to top |
|
vanessa.d.smith
Joined: 24 Nov 2006
Posts: 1
|
| Posted: Fri Nov 24, 2006 6:21 am Post subject: Customer portal in 4.2.4 |
|
|
| I see that this message has been posted since August and no answer -- great support Vtiger team! No wonder everyone is fleeing. It is frustrating - from another developer. Van |
|
| Back to top |
|
indigoleopard
Joined: 21 Aug 2004
Posts: 2111
Location: india,chennai
|
| Posted: Fri Nov 24, 2006 12:35 pm Post subject: Re: Customer portal in 4.2.4 |
|
|
Hi Van!
I agree with your frustration. Kindly understand that we are getting scores of posts everyday and it is not humanely possible to answer all of them. In case you want guaranteed answers, kindly subscribe to the support. This will be a sure-shot manner of getting any response.
Richie |
|
| Back to top |
|
| |