Hi everyone,
Under response tab, surveys are getting stored as dummy@dummy1.com insted of actual email address. My form does not consists any email address field. I am passing id=<%=escapeUrl(recipient.cryptedId) %> in my survey URL, is there a way to get the recipient address from the above parameter. Please suggest.
I am using Response from the recipient form as my storage library and I have created custom schema for my survey form.
Thank you in advance.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
We need more information like how you are storing the response in the schema.
A screenshot of the storage activity would be great to troubleshoot the issue.
Views
Replies
Total Likes
I am storing the responses through Javascript function, with the below code
function addDataToCampaign(questionNumber,value){
document.controller.setValue(`/ctx/FOD_SurveyResponse/@Question_${questionNumber}`, value);
}
and below is the screenshot of Storage activity:
Here is the properties tab settings:
I am seeing dummy email response when i select Responses from Recipient form in library. However when I select the schema that I have created under library no responses are getting logged.
Thank you in aedvance
Views
Replies
Total Likes
Please can someone help me with the process of setting up a basic survey that has 1 question with 1-10 rating , capturing the response along with the recipient email who submitted the response.
Thank you in advance,
Best,
Revanth
Views
Replies
Total Likes
Views
Likes
Replies