Using API Form Classes
Salesforce B2C Commerce forms rely on the dw.web.Form API classes, which access an in-memory form instance.
PI Class | Form Definition Element |
---|---|
Form | none |
FormAction | <action> |
FormElement | none |
FormField | <field> |
FormFieldOption | <option> |
FormFieldOptions | <options> |
FormGroup | <group> |
FormList | <list> |
FormListItems | none |
Forms | none |
See the API documentation.