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

2 Forms Tutorial: Update Content Asset

Update the account-landing content asset to reference the Interests module, then add a new entry to account-landing.
  1. Select site > Merchant Tools > Content and open the account-landing content asset.
  2. Add the following after the Gift Registries section using the editor. This code references the new subpipeline.
    <tr>
      <td style="width: 54px;">
      <a title="Show or update your interests" href="$httpsUrl(Account-EditInterests)$">
      <img width="48" height="48" src="images/roles_ico.gif?$staticlink$" alt="Interests" />
      </a></td>
      <td>
      <h2><a title="Show or update your interests" href="$httpsUrl(Account-EditInterests)$">
      Interests</a></h2>
      <p>Show or update your interests</p>
      </td>
    </tr>
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.