You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Form Class > Form Methods > SubmitFormFieldData
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Form.SubmitFormFieldData Method

Adds form data as if it was submitted during a browser post to the web server. 

This method can be accessed through the Form.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Content/Form.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "SubmitFormFieldData", Description = "")]
public void SubmitFormFieldData(long FormId, FormSubmittedData Data, bool SendNotification, string SubmittedDataXml);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "SubmitFormFieldData", Description = "")>
Public Function SubmitFormFieldData(FormId As long, Data As FormSubmittedData, SendNotification As bool, SubmittedDataXml As string) As void
Parameters 
Description 
FormId 
Specifies the form that corresponds to the data. Value Type: Int32 (System.Int32)  
Data 
The data to submit. Value Type: Cms.FormSubmittedData (Ektron.Cms.FormSubmittedData)  
SendNotification 
(Optional) Specifies whether to send notifications that a form submission has occurred or not. For example, whether to send an email or assign a form submission task as configured for the form. Value Type: Boolean (System.Boolean)  
SubmittedDataXml 
(Optional) XML packet of submitted data. Reference Type: String (System.String)  
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!