If I don't SharePoint Designer customize List newform, editform and dispforms, can I still use my own button outside of the webpart to submit data from the form. Say I'm using CSS to hide the generated buttons.. i can do that. but can I add a sharePoint button to submit? I tried adding this one to a newform, but it does not work.
<div class="x" style="width:80px">
<SharePoint:savebutton CssClass="x" runat="server" ControlMode="Edit" id="savebutton1" Text="SUBMIT"/>
</div>
Also, Say I can live with generated buttons above and blow the form and cancel and close buttons. And say I want my form to redirect via query string &Source=... do my cancel and close buttons have to redirect to the same place as the OK button??
Again, I'm NOT looking to customize forms in SharePoint designer, I'd like to work with what SharePoint generates if at all possible.