PHP: Post ASPX form that uses 'WebForm_DoPostBackWithOptions' with cUrl
- by Oliver Cooper
I am trying to post an ASPX form which uses SharePoint with PHP.
Posting data works with standard forms, I just can't seem to get this form working. I did notice an onclick attribute on the submit button:
onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$PlaceHolderMain$btnSaveTask", "", true, "", "", false,…