Question T5881
Visible to All Users

Display a custom HTML object when a survey is completed

created 5 years ago (modified 5 years ago)

[Ticket cloned from T5872: Customization possibilities]

Hello

I came across this library looking for something to visualize my survey section.


I also have a sort of 'summary', I can put it in the html object. This appears at the end, but if the survey is completed this moves to the top, can this be easily done?

Answers approved by surveyjs Support

created 5 years ago

Hello,

For you survey, you can display a specific complete page (by setting the showCompletedPage property and specifying the page via the navigateToUrl property). On the complete page, you can insert any HTML you require.

See also:
completedHtml
completedBeforeHtml
processedCompletedHtml

As an alternative, you can place you custom HTML into the desired place within the survey's HTML code, higher or lower the element associated with the survey.

Example: Custom Navigation

Regards,
Andy

    Other Answers

    created 5 years ago

    Thanks

    Indeed these items can help. Perfect solution for my situations