Hello,
I'm trying to implement some funcionality in the quiz form. For do that I've change the textbox 'subnet' for a select where have an array of all subnet of my organitation.
One of the array options have 'Others ranges of ip' that means that the user have to type the ip manually in another textbox named 'other_ip'.
The problems is that cannot acces to data field submited to change the value of subnet for the other_ip when this option has selected. And when the forms load I need access to the data value to comprobe if the select has this option available and has to put into the textbox. The value of the 'other_ip' textbox is not writen into database, because I've to use the select for do that.
Any help would be "so much" apreciated.
Thank's and regards