Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
The outbound marketing module is gradually being removed from Customer Insights - Journeys. To avoid interruptions, stop using outbound marketing and transition to real-time journeys. Learn more: Transition overview.
Outbound marketing has sitemap entries for "Internet Marketing." The entries and the corresponding real-time journeys equivalent appear in the following image:
There isn't a one-to-one relationship between outbound marketing objects and real-time journeys objects.
- Marketing pages in outbound marketing serve as a hosting container for outbound marketing forms. They depend on Power Pages, which isn't used in real-time journeys, so there isn't an equivalent in real-time journeys.
- Outbound marketing pages will continue to be rendered after outbound removal as the page itself is hosted on the Power Pages infrastructure, which is independent of outbound marketing. However, the pages are no longer be managed from outbound marketing. It will not be possible to update existing or publish new pages. The only way to manage outbound marketing pages is to update the HTML code stored on Power Pages. The Power Pages infrastructure used for hosting these pages will also be deprecated soon. Therefore, we strongly advise customers to recreate all marketing pages in new Power pages or other hosting infrastructure.
- Outbound marketing forms let you design forms for landing pages, event registrations, or subscription centers. Real-time journeys forms cover this functionality and can be published as a standalone page.
- Marketing websites and redirect URLs allow you to track web activity. With new web tracking in real-time journeys, you can create customer experiences based on your customers' web behavior. There are no plans to support "redirect URLs" in real-time journeys.
Note
Outbound marketing redirect URL capabilities aren't supported in real-time journeys.
Real-time journeys forms cover all functionality from outbound marketing forms and also handle publishing from marketing pages (see Deploy pages that contain Customer Insights - Journeys forms). You can use real-time journeys forms for event registration (in the Website and form tab in the event management module) and preference centers, which are equivalent to subscription centers in outbound marketing (see Transition consent and Create branded, customized preference centers to manage customer consent).
Real-time journeys forms are more advanced than outbound marketing forms. They have an intuitive, modern interface with an advanced form designer. Real-time journeys event registration forms also offer enhanced personalization options, so you can reuse forms by adding dynamic content, like for events.
Keep the following in mind when you transition forms:
- Because the underlying concept for forms is different between the modules, you can't automatically transition an outbound marketing form to a real-time journeys form.
- Real-time journeys forms are always improving. However, some details aren't available in real-time journeys forms, like cascading form fields.
Comparison of real-time journeys forms and outbound marketing forms
- You don't need to create form fields for real-time journeys forms. All entity attributes are available as fields in a form, including any custom attributes you create for lead or contact entities.
- You don't need to create a form page to embed your form in a web page. Generate the form embedding code snippet with one action.
- Published real-time journeys forms are hosted on a content delivery network (CDN), which reduces form load time for page visitors.
- For journey orchestration, use the "Marketing Form Submitted" trigger for journeys based on real-time journeys forms. The trigger for outbound marketing forms is renamed to "Marketing Form Submitted (Outbound)".
- You can't edit outbound marketing forms in the real-time journeys form editor or the other way around.
Form types comparison
This table summarizes the types of forms available in real-time journeys.
Form type in outbound marketing | Form type in real-time journeys |
---|---|
Landing page form | Marketing form |
Subscription center form | Preference center |
Event registration form | Create event registration forms by using real-time journeys event management. |
External form submission capture | Capture submissions to existing forms by using real-time journeys form capture. |
Refer to friend | This form type isn't available in real-time journeys. |
Guidance on specific capabilities
This section gives guidance on capabilities that work differently in real-time journeys or aren't available yet. Capabilities not listed here aren't prioritized. Don't wait for these capabilities. Finish your transition to real-time journeys using alternative approaches.
Custom unmapped fields
- Details: Lets you include fields in a form that aren't connected to any table. Use these fields for temporary information needed only during the current journey, such as meal choices for an event.
- Guidance: This capability is available as a public preview in the March 2025 release. See Collect extra customer info without updating your data model.
Cascading form fields, dependent lookups, programmatically set lookup field value
- Details: Filter lookup field values based on another selected lookup value. For example, filter the list of cities by the selected country or region. Get or set the lookup value dynamically by using custom JavaScript.
- Guidance: For option set fields, see Implementing cascading dropdown fields in real-time marketing forms - FastTrack blog.
Don't overwrite existing values with empty submitted values
- Details: The form submission updates existing leads or contacts with all submitted values, including empty ones. If the user submits a form with an empty phone number field, the existing phone number is replaced with the submitted empty value.
- Guidance: We plan to enhance the form configuration to allow empty fields to optionally overwrite existing nonempty values. You can already mark key fields as required to prevent users from submitting them with empty values. The form prefill feature also helps prevent existing values from being overwritten by empty inputs.
Blogs and workarounds
- To create cascading option set fields, see Implementing cascading dropdown fields in real-time marketing forms - FastTrack blog.
- To show customized error messages for field validation, see Customizable error messages for form field validation - FastTrack blog.