Salesforce B2C Commerce 23.5 > Developing Your Site > Legacy Developer Documentation > Site Genesis > SGJC Forms > Developing Forms with Pipelines > Forms Tutorial > Forms Tutorial: UX Studio

1 Forms Tutorial: Create Form Definition

Create a form definition that defines the Interests input fields, the Newsletter select box and the Apply button and how they are handled.
  1. In UX Studio, from the Navigator view, select the cartridge/forms/default directory in the SiteGenesis Storefront Core cartridge.
  2. Click File > New and select File.
  3. Enter the file name interests.xml in the New File dialog box and click Finish.
  4. Enter the following XML code:

    < ?xml version="1.0"?>

    < form>

    <field formid="outerwear" label="forms.preferences.001" type="boolean" binding="interestOuterwear" />

    <field formid="footwear" label="forms.preferences.002" type="boolean" binding="interestFootwear" />

    <field formid="newsletter" label="forms.preferences.004" type="boolean" binding="newsletter" />

    <action formid="apply" valid-form="true" />

    < /form>

  5. Click File > Save or the Save icon to save the file.
    You reference this file from the editinterests.isml template.
X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.