Re: value of text field
This part is missing:
[code:qe26iep4]
productform.RestaurantNamePhonetic.value
[/code:qe26iep4]
...you might meant:
[code:qe26iep4]
document.productform.RestaurantNamePhonetic.value
[/code:qe26iep4]
I'm assumiong the the name of your form is [b:qe26iep4]productform[/b:qe26iep4] and the name of the textbox to which you are wanting to get the value is [b:qe26iep4]RestaurantNamePhonetic[/b:qe26iep4].
If problem still occurs, please provide a link to your page, or a markup for us to play with.
Hope that helps.