Guided tour issue with adding step to tabbed formIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Guided Tour: Adding a step callout to a tabbed Form section does not save after clicking the Save button. Release Jakarta Cause The tabbed Form section doesn't have an ID or CSS selector. In order for the Guided Tour Designer to attach a callout to form elements, they must have one of these properties. Therefore, the step cannot be saved. Resolution Add the guided tour step manually. Open the guided tour in form view, not in the Designer. If the step has already been created, find it in the related list and open it. Otherwise, add a new step by using the Designer to add a step anywhere in the form, and then returb to form view. In the step, use the Reference icon to the right to open the Target Reference reference field, which holds the link to the form element or section to which the step will be added. Fill out the form as follows: Name: <Provide a name>Type: FormTable: The table to which you are adding the Guided Tour (Incident, Change Request, etc.)Form Element: Form SectionForm Section: The sys_id of the sys_ui_form_section record to which you are adding this step Click Save. The step should now be added to the guided tour. Additional Information For more information about setting up guided tours, see the documentation topic Add a guided tour.