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
- Email address of a Shared Mailbox not recognised by Sintel Forms
- Add a Customized behavior for Sintel Forms instead of enabling third-party cookies
- Show all articles ( 7 ) Collapse Articles
-
Code Samples
-
Sintel General Info
Workflow emails containing incorrect links to forms
4 out of 5 stars
5 Stars | 0% | |
4 Stars | 100% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Issue
Emails received by internal users that are configured to use the displayUrl or editUrl tokens to insert a link to the form appear to have the form link changed from an internal link to an external link. As a result, the users receive a Form Not Found page or are prompted to enter a PIN when clicking to open a form link from within a workflow email.
Users may receive this:

Form Not Found
or this:

Authentication required (pin prompt)
Resolution
If this occurs you can insert the link to the forms using an alternative method that does not use the displayUrl or editUrl tokens. You simply specify the display or edit links in the following format:
Display URL: FullPathToList/dispform.aspx?ID={{ID}}
Edit URL: FullPathToList/editform.aspx?ID={{ID}}
Examples:
https://yourtenant.sharepoint.com/teams/site/Lists/submissions/dispform.aspx?ID={{ID}} https://yourtenant.sharepoint.com/teams/site/Lists/submissions/editform.aspx?ID={{ID}}
4 out of 5 stars
5 Stars | 0% | |
4 Stars | 100% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |