TobiasNYC
Joined: 24 Feb 2008
Posts: 1
|
| Posted: Sun Feb 24, 2008 3:55 pm Post subject: I canīt create more than 18 fields ???!!! |
|
|
. . is there a limit to insert custom fields as leads in vtiger.
I have create Custom Fileds in Vtiger Webforms and work great, but when i add mor than 18 fields in the function is stop working
Code: function create_lead_from_webform
( $mobile,
$fax,
$lane,
$code,
$city,
$products_display,
$space_req,
$targeted_customers,
$contact_from,
$budget_range,
$firstname,
$lastname,
$email,
$phone,
$company,
$country,
$description,
$assigned_user_id)
{
Have anybody an idea, thanx
Solved: The var Listings was not identical with the others files |
|