# Conditional Logic Dropdown Not Listing All Blocks Source: https://docs.talview.com/admin/configurations/forms/diagnostics/conditional-logic-dropdown-not-listing-all-blocks While setting up **Conditional Logic** in Talview Forms, you may notice that **some blocks are not appearing** in the dropdowns for selecting the trigger or target block. This prevents the logic from being configured properly. ## ✅ Common Issues and Fixes | **What Might Be Wrong** | **What You Can Do** | | :--------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- | | The trigger block is not a valid type | Only **Dropdown**, **Radio Button**, or **Checkbox** blocks can be used as trigger blocks. Use one of these input types to trigger logic. | | Trigger or target block is **not named** | Both the **trigger** block and the **target** block must be assigned a **name** in their settings. Unnamed blocks will not appear in the dropdowns. | | A block is already used as a trigger | Blocks that are already being used as a **trigger in another logic** cannot be reused as a **target**, and vice versa. Remove the existing usage if needed. | ## 🌐 Final Check: Making It Work To resolve the issue: * Use a **radio, checkbox, or dropdown** block as the trigger * Ensure **both trigger and target blocks are named** * Make sure the target block is **not already being used as a trigger** Then: * Open the Conditional Logic settings * Select the named trigger block from the dropdown * Set the show/hide conditions for the named target block ### Additional Tips * The **trigger** block is the one that users interact with (e.g., a dropdown), and the **target** block is the one shown/hidden based on that selection. * All blocks, regardless of type, can be used as **targets** — as long as they are named and not already being used as triggers. * Conditional Logic **will not work** between unnamed blocks or blocks already linked in reverse roles. # Created Field Not Visible in Form Preview Source: https://docs.talview.com/admin/configurations/forms/diagnostics/created-field-not-visible-in-form-preview If you’ve added a field in the Talview Form Builder but it’s missing when you preview the form, it could be due to one of the reasons below. ## ✅ Common Reasons and Fixes | **What Might Be Wrong** | **What You Can Do** | | :---------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | The field is set to “Hidden” | Click on the field in the builder and **check if "Hide field" is enabled** under "More Options". If yes, disable it to make the field visible in preview. | | Builder session expired due to inactivity | If you stepped away for long, the session might have expired **without warning**, and your recent changes weren’t saved. Refresh the page and **check if the field still exists** in the builder. | | Field is part of conditional logic | If the field is configured to **only show based on a trigger**, ensure the right condition is met in the preview. | | Browser cache or preview glitch | Try **refreshing the preview**, or open the preview in an **incognito window** to rule out local caching issues. | # Embedded Image Link Not Rendering in Form Source: https://docs.talview.com/admin/configurations/forms/diagnostics/embedded-image-link-not-rendering-in-form You’ve added an image link to a form block in Talview’s Form Builder, but it’s not showing up in the preview. This article helps you identify and fix the issue. ## ✅ Common Causes and Fixes | **What Might Be Wrong** | **What You Can Do** | | :---------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------ | | Image is hosted on a **restricted or private server** | Use a publicly accessible image hosting platform like **Imgur**, **Dropbox (public share)**, or **Google Drive with link sharing enabled**. | | Link is broken or outdated | Test the URL in a separate browser tab. If it doesn’t load the image, use a new working link. | | Link contains unnecessary URL parameters | Clean up the URL — remove tracking parameters or redirects that might block image loading. | | Pasted in wrong field | Confirm that the image link is pasted in the **Image URL field** under the block’s configuration settings. | ## 🌐 Final Check * Go to **Form Preview** * If the image still doesn’t load, try the same link in an **incognito tab** to ensure it's publicly accessible ## Best Practices for Embedding * Use **HTTPS links** to ensure security and compatibility * Host your images on platforms that **don’t expire links** * Prefer **lightweight images** to avoid slow rendering # Form Layout Stuck in Single-Column View Source: https://docs.talview.com/admin/configurations/forms/diagnostics/form-layout-stuck-in-single-column-view If your form appears in a single-column view even after selecting different layout types in the Form Builder, it may not be an issue with the layout configuration itself —but rather a misunderstanding of how layout preview works. ## ✅ Common Issues and Fixes | **What Might Be Wrong** | **What You Can Do** | | :------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------- | | All blocks are set to **Layout 1 – Monogrid** | Use the **Layout** dropdown in each block's settings and change to Layout 2 or Layout 3 as needed. | | You’re expecting layout changes to reflect inside the builder canvas | Layouts **only reflect in the Preview screen**, not in the builder canvas. Click **Preview Form** to view actual layout. | ## 🌐 Final Check: Layout Visibility Once you’ve selected Layout 2 or 3 for multiple blocks: * Click **Preview Form** * Check if blocks are displayed side-by-side or in multiple columns * If not, revisit each block’s layout setting ### Additional Tips * Start assigning Layout 2 or Layout 3 from the **second block onward** — the first block is always set to Layout 1 by default. * Make sure you’ve clicked **Save** after selecting layout options. * Use the **Preview Form** option regularly while building to confirm layout changes are applied as expected. # Forms Application Missing from Platform Dashboard Source: https://docs.talview.com/admin/configurations/forms/diagnostics/forms-application-missing-from-platform-dashboard If you’re unable to see the **Forms** application on your Talview dashboard, it’s likely due to permission restrictions or plan limitations. Use the checklist below to identify and resolve the issue. ## ✅ Common Causes and Fixes | **What Might Be Wrong** | **What You Should Do** | | :---------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------- | | **Forms is not included in your organization’s plan** | Contact your internal Talview Admin or reach out to **Talview Support** to confirm whether the **Forms** module is enabled for your account. | | **You don’t have permission to access Forms** | Only users with Admin role can access and create Forms.
Ask another Admin to verify your role and **assign you the admin role**. | | **Platform dashboard didn’t load completely** | Try **refreshing the page**, clearing your browser cache, or opening in an **incognito window**. | | **You recently got access to Forms** | If access was just enabled, try logging out and back in, or **wait a few minutes** for the change to reflect. | | **Logged into the wrong account** | Double-check if you’re logged into the correct **organization workspace**. Logout and re-login if needed. | # Talview Form Features Source: https://docs.talview.com/admin/configurations/forms/feature-page/talview-form-features > This document provides an overview of all available features in the Talview Form Builder, covering input types, formatting options, field configuration, and layout controls. *** ## 1. Input Collection Features These are the core building blocks for capturing information from your users. Image | Feature | Description | | :------------------ | :----------------------------------------------------------------------------- | | **Short Text** | Captures single-line input such as names, titles, or short identifiers | | **Long Text** | Captures multi-line input for detailed descriptions, comments, or explanations | | **Multiple Choice** | Allows users to select one option from a predefined list | | **Checkbox** | Allows users to select multiple options from a predefined list | | **Dropdown** | Provides a collapsible list of options for single selection | | **Number** | Accepts numeric-only input to ensure numerical data accuracy | | **Email** | Captures email addresses in a structured format | | **Phone Number** | Captures contact numbers using a dedicated phone input field | | **Date** | Allows users to select a date through a calendar interface | | **File Upload** | Enables users to attach documents or files within the form | | **Photo Capture** | Allows users to capture and upload images directly from their devicec | *** ## 2. Content & Formatting Features Use these blocks to add context, instructions, and structure to your form content. Image | Feature | Description | | :---------------- | :--------------------------------------------------------------------------- | | **Quote Block** | Displays highlighted text to emphasize important information or instructions | | **Bullet List** | Presents information in an unordered list format | | **Numbered List** | Displays content in a sequentially numbered format | | **Check List** | Creates an interactive checklist where items can be marked as completed | | **Toggle List** | Creates expandable and collapsible sections to manage long content | | **Code Block** | Displays formatted code with syntax highlighting for technical content | *** ## 3. Hierarchical Structuring Features Organise your form into clear, collapsible sections using heading-based toggles. Image | Feature | Description | | :------------------------ | :---------------------------------------------------------------------- | | **Toggle Heading 1 (H1)** | Creates a top-level collapsible section for organising major form areas | | **Toggle Heading 2 (H2)** | Creates a secondary collapsible section within main sections | | **Toggle Heading 3 (H3)** | Creates subsection-level collapsible groupings within sections | *** ## 4. Media Embedding Features Enrich your forms with visual and video content to guide users effectively. Screenshot2026 02 20at2 14 39PM | Feature | Description | | :-------------- | :------------------------------------------------------------------------------- | | **Video Block** | Embeds video content within the form for instructional or informational purposes | | **Image Block** | Embeds images within the form to provide visual context or references | *** ## 5. Structural Grouping Features Logically group related fields together to improve form flow and readability. Screenshot2026 02 20at2 14 39PM 1 | Feature | Description | | :---------------------- | :----------------------------------------------------------- | | **Section Group Start** | Marks the beginning of a logically grouped section of fields | | **Section Group End** | Marks the end of a logically grouped section of fields | *** ## 6. Advanced Features Take your forms further with intelligent, dynamic behaviour. 123 | Feature | Description | | :-------------------- | :---------------------------------------------------------------------------- | | **Conditional Logic** | Controls the dynamic visibility of fields or sections based on user responses | *** ## 7. Field Configuration Features Fine-tune how each field behaves, appears, and validates input. 00 | Feature | Description | | :------------------- | :--------------------------------------------------------------------------- | | **Field Identifier** | Defines the internal reference name used for backend mapping or integrations | | **Label** | Defines the visible name displayed to users for the field | | **Required** | Marks a field as mandatory before form submission | | **Disable Field** | Makes a field visible but non-editable | | **Updatable Field** | Controls whether a field can be edited after submission | | **Tooltip** | Provides contextual helper information for users interacting with a field | | **Placeholder** | Displays example text inside the field before user input | | **Default Value** | Pre-populates a field with a predefined value | | **Minimum Length** | Sets the minimum number of characters allowed for input | | **Maximum Length** | Sets the maximum number of characters allowed for input | | **Regex Validation** | Applies pattern-based validation rules for advanced input control | *** ## 8. Layout & Design Features Control the visual arrangement and management of fields within your form. 000 | Feature | Description | | :------------------------------------ | :------------------------------------------------------------------- | | **Column Layout (1 / 2 / 3 Columns)** | Controls how fields are arranged horizontally within the form layout | | **Row Span** | Determines how much vertical grid space a field occupies | | **Delete** | Removes a field from the form | | **Hide** | Temporarily hides a field without deleting it | | **Duplicate** | Creates a copy of an existing field with the same configuration | *** ## Form embedded in different applications ### 1. Candidate form on the CX application (Web) Image ### 2. Candidate form on CX application (Mobile view) 11 ### **3. Candidate form on the attend-ng application (Web)** 111 1 ### **4. Evaluation form on Workflow tools application** 22 1 ### **5. Evaluation form on workflow tools application (Mobile view)** 33 ### 6. Evaluation form on the Recruit web application 44 ### 7. Evaluation form on the Recruit (Mobile view) 55 *** # Getting Started with Integrations Source: https://docs.talview.com/admin/configurations/integrations/getting-started Set up and manage integrations with your ATS, LMS, SSO, Calendar, Assessments, and Payments to streamline your hiring and certification workflows. Connect your ATS (e.g., Workday, Greenhouse, SuccessFactors) to seamlessly manage candidate data and hiring workflows. Integrate your LMS (e.g., Moodle, Canvas, Cornerstone) to deliver training, exams, and certifications at scale. Enable secure SSO with Google or Azure AD for seamless access across your organization. Sync with Google or Microsoft calendars to schedule, reschedule, and manage interviews. Connect assessment providers (e.g., HackerEarth, Imocha, Inspera) to conduct coding, cognitive, and psychometric tests. Enable secure candidate payments with providers like Stripe, Lemon Squeezy, and Cleverbridge. # How to attempt a proctored canvas classic quiz Source: https://docs.talview.com/admin/configurations/integrations/lms-integrations/candidate/canvas/canvas-attempt-classic-quiz Once the proctored quiz has been configured and made available, test takers can follow these steps to attempt the quiz. Note: In order to get the password required to start the proctored quiz, ensure the Proview Proctoring extension is installed. You can get it from [here](https://chromewebstore.google.com/detail/proview-proctoring/doblkllolfingbjkbmelgiepdggnbmhi). **1. Accessing the quiz** * Log into Canvas LMS. * Go to the course where the proctored quiz is available. * From the quiz list, select the proctored quiz you need to attempt. * Click on the quiz name to see the quiz description and instructions. **2. Live proctored quiz requirement** * If the quiz is live proctored, a side panel will open with a message informing you that you need to book a slot before starting the quiz. * Click on the **Manage Booking** button. This will load a calendar in the same side panel where you can view available dates and times. * Select a date and time slot that works for you and click **Confirm**. * You will see an acknowledgement message confirming your booking. * After booking, click the close icon at the top right to return to the quiz description page. You can only start the quiz 30 minutes before your scheduled time. **3. Starting the quiz** * The quiz is password-protected, and the password will be injected automatically. Simply click on the **Start Quiz** button. If the Proview browser extension has not been installed, an error message will appear, containing instructions and a link to install the extension. * Once installed, acknowledge the web page’s prompt and refresh the screen. * The code will then get injected to access the quiz. * **Proctoring Pre-Flight Checks**: An iframe will load, and the proctoring pre-flight checks will begin. * Once you successfully pass all pre-flight checks, the quiz questions will appear, and proctoring will begin in the background. **4. Completing the quiz** * Attempt all of the quiz questions and then click on **Submit Quiz.** * Click on the **Stop Proctoring** button at the top right of the screen. * A confirmation message will pop up, click **OK**. Ensure you have attempted all the questions before confirming to end the proctoring. * Optionally, provide feedback on the proctoring experience. * After stopping proctoring, you will be redirected back to the Canvas LMS home page. # How to attempt a proctored new quiz Source: https://docs.talview.com/admin/configurations/integrations/lms-integrations/candidate/canvas/canvas-attempt-new-quiz Once the proctored quiz has been configured and made available, test takers can follow these steps to attempt the quiz. Note: In order to get the password required to start the proctored quiz, ensure the Proview Proctoring extension is installed. You can get it from [here](https://chromewebstore.google.com/detail/proview-proctoring/doblkllolfingbjkbmelgiepdggnbmhi). **1. Accessing the quiz** * Log into Canvas LMS. * Go to the course where the proctored quiz is available. * From the quiz list, select the proctored quiz you need to attempt. * Click on the quiz name to see the quiz description and instructions. **2. Live proctored quiz requirement** * If the quiz is live proctored, a side panel will open with a message informing you that you need to book a slot before starting the quiz. * Click on the **Manage Booking** button. This will load a calendar in the same side panel where you can view available dates and times. * Select a date and time slot that works for you and click **Confirm**. * You will see an acknowledgement message confirming your booking. * After booking, click the close icon at the top right to return to the quiz description page. You can only start the quiz 30 minutes before your scheduled time. **3. Starting the quiz** * Click on the **Start Quiz** button. * **Proctoring Pre-Flight Checks**: An iframe will load, and the proctoring pre-flight checks will begin. * Once you successfully pass all pre-flight checks, the quiz questions will appear, and proctoring will begin in the background. **4. Completing the quiz** * Attempt all of the quiz questions and then click on **Submit Quiz.** * Click on the **Stop Proctoring** button at the top right of the screen. * A confirmation message will pop up, click **OK**. Ensure you have attempted all the questions before confirming to end the proctoring. * Optionally, provide feedback on the proctoring experience. * After stopping proctoring, you will be redirected back to the home page. # How to attempt a proctored quiz Source: https://docs.talview.com/admin/configurations/integrations/lms-integrations/candidate/cornerstone/csod-attempt-proctored-quiz Once the proctored quiz has been configured and made available, test takers can follow these steps to attempt it. Note: In order to attempt the proctored quiz, ensure the Proview Proctoring extension is installed. You can get it from [here](https://chromewebstore.google.com/detail/proview-proctoring/doblkllolfingbjkbmelgiepdggnbmhi) **1. Accessing the quiz** * Navigate to [this URL](https://pages.talview.com/proview/csod/test/), and click on **Launch Proview.** * Enter the course LOID and user ID. * Next, enter the following details. **2. Completing the lesson** * Attempt all of the lesson questions and then click on **Submit.** * Click on the **Stop Proctoring** button at the top right of the screen. * A confirmation message will pop up, click **OK**. Ensure you have attempted all the questions before confirming to end the proctoring. * Optionally, provide feedback on the proctoring experience. * After stopping proctoring, you will be redirected back to the home page. # How to attempt a proctored quiz Source: https://docs.talview.com/admin/configurations/integrations/lms-integrations/candidate/d2l-brightspace/d2l-attempt-proctored-quiz Once the proctored quiz has been configured and made available, test takers can follow these steps to attempt the quiz. In order to get the password required to start the proctored quiz, ensure the Proview Proctoring extension is installed. You can get it from [here](https://chromewebstore.google.com/detail/proview-proctoring/doblkllolfingbjkbmelgiepdggnbmhi) **1. Accessing the Quiz** * Log into D2L Brightspace LMS. * Go to the course where the proctored quiz is available. * From the quiz list, select the proctored quiz you need to attempt. * Click on the quiz name to see the quiz description and candidate instructions. **2. Starting the Quiz** * The quiz is password-protected, and the password will be injected automatically. Simply click on the **Start Quiz** button. * **Proctoring Pre-Flight Checks**: An iframe will load, and the proctoring pre-flight checks will begin. * Once you successfully pass all pre-flight checks, the quiz questions will appear, and proctoring will begin in the background. **3. Completing the Quiz** * Attempt all of the quiz questions and then click on **Submit Quiz.** * Click on the **Stop Proctoring** button at the top right of the screen. * A confirmation message will pop up, click **OK**. Ensure you have attempted all the questions before confirming to end the proctoring. * Optionally, provide feedback on the proctoring experience. * After stopping proctoring, you will be redirected back to the D2L LMS home page. # How to attempt a proctored test Source: https://docs.talview.com/admin/configurations/integrations/lms-integrations/candidate/docebo/docebo-attempt-proctored-test Once the proctored test has been configured and made available, test takers can follow these steps to attempt it. Note: In order to start proctored test, ensure the Proview Proctoring extension is installed. You can get it from [here](https://chromewebstore.google.com/detail/proview-proctoring/doblkllolfingbjkbmelgiepdggnbmhi). ## Steps **1. Accessing the test** * Log into Docebo LMS. * Go to the course where the proctored test is available. * Expand the side panel and from the list, select the proctored test you need to attempt. **2. Completing the test** * Upon clicking the test, preflight checks will load. * Once preflight checks are passed, then proctoring is loaded in another tab, while exam is in another. * Attempt all of the lesson questions and then click on **Submit.** * Click on the **Stop Proctoring** button at the top right of the screen. * A confirmation message will pop up, click **Stop Proctoring**. Ensure you have attempted all the questions before confirming to end the proctoring. * Optionally, provide feedback on the proctoring experience. * After stopping proctoring, you will be redirected back to the home page ## Demo video