Community

Good morning. How can I access an Edit Response URL for a Neartail form. I can access the edit URL for my base form (the google form), but am then losing the Neartail stuff. Code for my accessing the edit URL I would typically use is: const FORMID = '1TZkGh-xDTBq9iJ6uFZgzf9bKUnOpVG1w59j1DggKCNw'; //this is the form id of my form in google form const form = FormApp.openById(FORMID); const formResponses = form.getResponses(); const formResponsesLength = formResponses.length - 1; const formResponse = formResponses[formResponsesLength]; const editResponseUrl = formResponse.getEditResponseUrl(); // grab response URL I note that form ID (i.e. after /form/ below) differs from my form ID and therefore, I don't have access to that.

Michael Greenberg

Mar 24, 2024

Comments (1)

Vipin

Mar 25, 2024

Hi Michael, if you would like to the edit the submitted orders, then you can login to Neartail > click on the form to open it > Edit page will be displayed > click Orders > In the Orders page, click on an order to view the details > click on the three dots ⋮ more icon > click Edit > the form with the submitted order will open in a new tab > edit the order and submit it.

Add your comment