Fetching value from HTML part of widget to client or server side.
I have created a widgets which holds fields created by with html tag.(ex. <input type="text" name="message" id="user_input">). I would like to fetch the data entered in that field to my client or server side. How can we do that?? Please suggest....