Campaign comes with a set of built-in landing page templates:
These templates are proposed by default when creating a new landing page.
To access landing page templates, click the Adobe Campaign logo on the upper left corner and select Resources > Templates > Landing page templates.
Adobe recommends creating your own templates by duplicating a built-in template. Some parameters can only be set in landing page templates, and cannot be modified in landing pages directly.
When building a template, we recommend adding a ‘type’ attribute to tags. This information will be processed by the editor and help the user to link a database field to the form field when configuring the web application.
Example of HTML code in the template:
<input id="email" type="email" name="email"/>
The official list of ‘type’ attributes is available at the following address: https://www.w3schools.com/tags/att_input_type.asp