How to clone "public_survey" portal page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 11:49 PM
I've cloned the "public_survey" page with all its angular providers and dependencies, but still the created page is loading old HTML without progress bar for public users. For Logged-in users I'm getting the following error "Something went wrong. Please try again later."
Any help would be very much appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 11:57 PM
Hi @Mukesh Khanna P ,
If your cloned public_survey page loads old HTML for public users and shows “Something went wrong” for logged-in users, check the following:
Widget References: Make sure your page uses the cloned widgets, not the original ones.
Angular Providers: Ensure all required Angular providers are included on your new page.
Permissions: Verify public access is set correctly on the page, widgets, and any data being accessed.
Survey URL: Confirm the URL has the correct sysparm_survey_id or sysparm_token.
Clear Cache: Run /cache.do and clear browser cache.
Check the browser console and System Logs > Errors for more details.
If my response was helpful, please mark it as the correct answer and close the thread. This will help others who come across the same issue.
Thanks!
Gaurav Rathaur