how to append textfield value to select list value before saving the record
Hi,
I have a select list called 'Product List' with list of values populated from database. Also, it has one static value 'Other: Specify'. When the user selects 'Other: Specify' option, a textfield below select list becomes visible(default hidden). I cannot tie two items with same database column 'Product_List'. Hence I want to append value of textfield with select list value 'Other: Specify' before storing in database. How can I achieve this? Can anyone help please?
I am using :
Application Express 4.1.0.00.32
DB details - Oracle Database 11g Enterprise Edition Release 11.2.0.1.0
Web server architecture - APEX listener
Browser(s) and version(s) used - Chrome version 24/ Firefox version 3.6 and version 18
Thanks!