Fix Google Apps script

Closed Posted 1 year ago Paid on delivery
Closed Paid on delivery

I need your help to fix my Google Apps Script.

It is not working.

I have set up the trigger, but onFormSubmit(e) is not called.

If you see the error(s), please send me a message.

Thank you!

function myfunction() {

var form = [login to view URL]('PSSD / PSF survey');

// Add problems question with "Other" option

var problemsQuestion = [login to view URL]()

.setTitle('Problems')

.setChoiceValues(['Libido','Anesth', 'brain fog'])

.showOtherOption(true);

// Add gender question on a new page

var genderQuestion = [login to view URL]()

.setTitle('Gender')

.setGoToPage([login to view URL])

.addMultipleChoiceItem()

.setTitle('What is your gender?')

.setChoices([

[login to view URL]('Male'),

[login to view URL]('Female'),

[login to view URL]('Other')

])

.setRequired(true);

// Log the published URL of the form

[login to view URL]('Published URL: ' + [login to view URL]());

}

function onFormSubmit(e) {

var form = [login to view URL]();

var formResponse = [login to view URL];

var itemResponses = [login to view URL]();

for (var i = 0; i < [login to view URL]; i++) {

var itemResponse = itemResponses[i];

var question = [login to view URL]().getTitle();

var answer = [login to view URL]();

// Ask "why did you choose answer" for all questions except gender confirmation

if (question !== 'Are you sure that you are a <gender>?') {

var followupQuestion = [login to view URL]()

.setTitle('Follow-up question')

.setGoToPage([login to view URL])

.addParagraphTextItem()

.setTitle('Why did you choose ' + answer + '?');

}

// Add gender confirmation question on a new page

if (question === 'What is your gender?' && answer !== 'Other') {

var confirmationQuestion = [login to view URL]()

.setTitle('Gender confirmation')

.setGoToPage([login to view URL])

.addMultipleChoiceItem()

.setTitle('Are you sure that you are a ' + answer + '?')

.setChoices([

[login to view URL]('Yes'),

[login to view URL]('No')

])

.setRequired(true);

}

}

}

JavaScript PHP Google Chrome Software Architecture HTML

Project ID: #36241848

About the project

5 proposals Remote project Active 11 mos ago

5 freelancers are bidding on average €54 for this job

PoojaRautela417

Hi there, I can help you with this project and am ready to start right now. Please ping me back so we can discuss further this project to clear all the requirements. Looking forward to hearing from you soon. Thanks & More

€150 EUR in 3 days
(59 Reviews)
6.2
darwjensen

Hello, How are you? I have reviewed your requirement and I understood what you want. I have rich experience in PHP, JavaScript, HTML, CSS, etc. So I can deliver the best result asap. Please contact me to discuss more d More

€20 EUR in 1 day
(1 Review)
0.7