Search for answers or browse about Sintel Forms.
-
About Sintel Forms
-
Getting Started
-
Product Updates
-
Settings
-
Layout
- About Layout
- Adding and Editing Linked List items using Inline, Dialog & Sintel Forms Embedded
- Adding Fields
- Creating Calculated Fields & using formulas
- Default values & custom values
- Field and Section Validation
- Linked Libraries-Using a Document/Picture Library
- Linked Lists-How to add attachments
- Sections - Tab order
- Setting field properties within a Linked List
- Using a Linked List
-
Workflow
-
Logic
-
Reminders
-
Basic Customisation
-
Advanced Customisation
-
FAQs
-
How To Guides
- Add a button that opens the attachment panel
- Automatically add linked items or files
- Change the layout of Choice Fields
- Configure a cascading drop-down
- Configure Printing Options
- Create a custom form header
- Debugging your forms
- Embedded Action Buttons
- Export a form template
- How to complete a form action with Power Automate
- Import a form template
- Lookup Columns: Control the sort order
- Lookup Columns: Retrieve additional columns from Lookup List
- Make Attachments Mandatory
- Set & clear field values using rules
- Share a Form
- Track the usage of Sintel Forms
- Transferring your license to another tenant
- Use Sintel Embedded Mode on a linked list
- Show all articles ( 4 ) Collapse Articles
-
Widgets
-
Noteworthy Features
-
Troubleshooting
- Everything is fine but we had a small problem getting your license
- "401 Unauthorized" error during form data save
- "500 internal server error" on form opening
- Activating Sintel Forms on newly created tenants
- Ad blockers and Privacy Extensions
- Attachments option missing in Sintel Forms
- Changing the Content Approval settings of a list can cause an issue with Sintel Forms
- Enabling third-party cookies
- Handling the list view threshold for the Workflow and Conversations features
- No actions appearing in the actions menu
- Sintel Forms doesn't appear to be applied to a list
- Sintel Forms not available in the ribbon menu
- Sintel Forms Save Process
- Site naming and Sintel Forms
- The remote server returned an error: (401) Unauthorized when importing a form template
- Workflow emails containing incorrect links to forms
- Workflow emails not being received by distribution lists or mail-enabled security groups
- Workflow emails not being received by SharePoint group members
- Data load error: Connection to SharePoint has been lost. Please reload the page.
- Data save error: Access denied. You do not have permission to perform this action or access this resource
- Show all articles ( 5 ) Collapse Articles
-
Code Samples
-
Sintel General Info
Debugging your forms
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Occasionally when designing forms you may encounter scenarios where the Rules you have configured within the Logic screen don’t appear to work as you intended. Often this is a simple misconfiguration where a rule is simply inactive, is using multiple conditions with an incorrect Conditions check method or there is an issue with a js function you are using.
Luckily there is a pretty easy solution to enable debug mode by appending &debug=1 to the URL.
When this is enabled you will be able to see all the information by hitting the F12 key on your keyboard. This is supported by most popular web browsers including Google Chrome, Microsoft Edge, Firefox & Internet Explorer.
Normal Mode
In normal mode you can see that there isn’t much data shown in the Console
Debug Mode
In debug mode you will see the details of the Logic rules that are executed
As you can see there is explicit information at the top of the form that you are in debug mode and you will also see much more detailed information about the Logic rules that have been processed.
When the &debug=1 parameter is used the form works in the same way as it normally would. The advantage of adding it is simply to assist with troubleshooting a form in the event you are experiencing an issue with your Logic.
If after using the &debug=1 parameter you are still unable to resolve your issue, don’t worry, help is available! Customers who have purchased a license can email their form template to us and we can review it and attempt to resolve your issue. To learn how to do this, please refer to the following article: Export a form template
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |