I am working on a Ads/Classifieds based website but have hit a road block.
One category is House Rentals and have a custom field for price, now i want to add a telephone field as a custom field but if there are any dashes in the phone number everything starting from the dash and there after are stripped.
Example:
Telephone: 403-235-1665
Result: 403
Accroding the table structure for bx_ads_main the CustomFieldValue1 and CustomFieldValue2 have a data type varchar(50)
Does anyone have a idea how i can allow this to accept other characters outside of numbers?
Regards
Jason