Views:

Applies to Product - Power Pages


What’s happening?
Customers are experiencing difficulties in locating the HTML for dynamically added elements within Power Pages forms, particularly in multistep forms.


Reason:
This arises when users are unable to find the HTML code associated with dynamically added elements in their forms, which may be due to the complexity of the Liquid code used in Power Pages.


Resolution:
To find the HTML for dynamically added elements on a Power Pages form, follow these steps:

  1. Open the Power Pages design studio and navigate to the web page where the form is located.
  2. Select the "Edit code" button in the command bar to access the source code of the form.
  3. In the Visual Studio Code for the Web interface, use CTRL + F to search for {% tags. These tags indicate the opening of a Liquid tag, which creates logic for the language.
  4. The Liquid code will contain references to the dynamically added elements.