Jul 26th, 2014, 3:30 AM
Hi,
formtool is not able to detect the submitted form when the drop down, radio or check box is used.
i am not able to see any value passing through when is request it to view the submitted form.
can any one help me.
here is the html
formtool is not able to detect the submitted form when the drop down, radio or check box is used.
i am not able to see any value passing through when is request it to view the submitted form.
can any one help me.
here is the html
Code:
<select id="type" name="type">
<option value="1" >1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
</select>