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>