You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using surveyJs form library we need to be able to render the forms to a non-logged in user.
My initial thoughts on how to do this are:
Update the backend to be able to send the questionnaire to a user + generate a token (this would be similar to the subscriber/invite endpoint that generates a token unique for the email address but would also need to include the form ID). The URL should only be valid for x number of days (default to 14 days but allow this to be configurable by the user sending the questionnaire)
The UI would then verify the token and render the questionnaire for the user without requiring them to login to openlane
While filling out the form, it should allow the user to save progress
The json data should be saved to the document-data resolver
The text was updated successfully, but these errors were encountered:
Using surveyJs form library we need to be able to render the forms to a non-logged in user.
My initial thoughts on how to do this are:
document-data
resolverThe text was updated successfully, but these errors were encountered: