Error Messages/41029


Error message examples

 You cannot pass «formValues» (2nd parameter) to ReadFromUrl without specifying
 the «formFields» (3rd parameter).

Cause

«formFields» and «formValues» parameters to ReadFromUrl can be specified to pass in form values to web-forms. «formFields» and «formValues» must both share a common index, and «formValues» parameter cannot be passed without the «formFields» parameter.

Please go to the following link to learn more about passing data to a web-form and to see a working example.

Remedies

Pass in the required «formFileds» parameter along with «formValues» parameter to ReadFromUrl.

See Also

Comments


You are not allowed to post comments.