This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Register page: Nothing appears in country-or-region section

Hi everyone,

I found it very difficult to register my account for this TI forum.

No item appears in country-or-region section.

I managed to register my account by using Chrome console.

Here is my input:

var cntry = {"id": 114,"countryId": "JP","countryName": "Japan (日本語)","activeWebsite": "N  ","websiteName": "jp","sortOrder": 3,"areaCode": "81","zipCodeFormat": "/^[0-9]{3}-[0-9]{4}$/"}

$("#newmyTICountryEN").append('<option value="'+cntry.countryId+'" zipcode="'+cntry.zipCodeFormat+'">'+cntry.countryName+'</option>');

$("#newmyTICountryCN").append('<option value="'+cntry.countryId+'" zipcode="'+cntry.zipCodeFormat+'">'+cntry.countryName+'</option>');

$("#newmyTICountryJP").append('<option value="'+cntry.countryId+'" zipcode="'+cntry.zipCodeFormat+'">'+cntry.countryName+'</option>');


$("#jpWrapper").css("display","block");
$("#cnWrapper").css("display","none");	
$("#newmyTICountryJP").val("JP");

It seems that the browser fails to parse the country list.

Chrome's error is here:
countrylist.tsp?callback=jQuery17205452792024537751_1553272603001&_=1553272603477:1 Uncaught SyntaxError: missing ) after argument list

I hope this will be fixed soon.

Thanks,

Norihide