The problem is that your text field is not called "other_text", your span is. You need to change your code to $('user_choice') and this should work.
-Bill
Sandeep Gudibanda wrote:
The problem is that your text field is not called "other_text", your span is. You need to change your code to $('user_choice') and this should work.
-Bill
Sandeep Gudibanda wrote: