/ Published in: XSLT
Comment out the SharePoint:SaveButton tag and replace with input tag
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!--<SharePoint:SaveButton runat="server" ControlMode="New" id="savebutton2"/>--> <input name="Button1" type="button" value="Submit" onclick="javascript: {ddwrt:GenFireServerEvent('__commit;__redirect={/thanks-for-submission.aspx}')}" />