Class SubmitExtensions
- Namespace
- Dynamicweb.Forms
- Assembly
- Dynamicweb.Forms.dll
public static class SubmitExtensions
- Inheritance
-
SubmitExtensions
- Inherited Members
Methods
GetSubmitToken(Submit)
Gets the submit token used for displaying the receipt. It is an encrypted and base64 version of the submit id. A submit can be displayed by accessing a page with the forms module by adding s={SubmitToken} to the query string.
public static string GetSubmitToken(this Submit submit)
Parameters
submit
Submit