Web Form for Blackberry
Web Form for Blackberry
I am creating a basic web form so that Blackberry users are able to update their SDP requests remotely. The form works and updates all of the fields. The problem I have is the included notes section for the technician updating the request to log any information. The update fields and the notes field work independently using 2 buttons. I have tested and they update the ticket. My question, is there any way to combine this into 1 single button? As it stands they have to run the update fields, submit, go back to the form and add notes and submit. Here is the coding I have for the buttons.
<td class="footer" colspan="2"><input type="submit" name='operation' align='left' class="btnsubmitact" value="UpdateRequest"></td>
<td class="footer" align="right"><input type="submit" name='operation' align='right' class="brnsubmitact" value="AddNotes"></td>
</tr>