Salesforce B2C Commerce 24.7 > 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.-
Select
site > Merchant Tools >
Content and open the
account-landing
content asset. -
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>
Infocenter Retirement: On June 30, 2023, the Infocenter was retired, and documentation currently hosted on the Infocenter will be published to Salesforce Help, Commerce Cloud Developer Center, and Salesforce B2C Commerce Developer Documentation Resources. For more information, see the release note.