About configuring Deliver landing pages as online forms

You use the Message Editor to design the appearance and content of landing pages used as online forms, as you do with other landing pages. However, for landing pages used as online forms, you must also configure the form inputs. The form inputs, like text fields, radio buttons, and checkboxes, require the HTML <input> tag in the template for the page. The form itself is defined using the <form> tag.

Using the Message Editor to configure form inputs lets you define the attributes of the <input> tag in the underlying HTML template without accessing the code directly. However, you should be familiar with the function and use of the HTML <input> tag to perform this configuration.