Hi. I have an HTML form with 5 text fields. All have the same input name (<input type="text" name="testfield">). I couldn't name them differently for this application.
It is easy to break this up into an array on the following ASP page, but if a user puts a comma in one of the text fields, that individual field is broken up into two or more fields. Is there a way I can change the default delimiter ", " to something else like "****" maybe? Any help would be greatly appreciated!!
It is easy to break this up into an array on the following ASP page, but if a user puts a comma in one of the text fields, that individual field is broken up into two or more fields. Is there a way I can change the default delimiter ", " to something else like "****" maybe? Any help would be greatly appreciated!!