• This is a great plugin but I am experiencing some problems getting the data to display in a spreadsheet

    I have followed the steps provided to export the data to a Google Spreadsheet Live Data but the script I entered is bringing up the following error message on the spreadsheet

    error: ReferenceError: “UrlFetchApp” is not defined.

    I had edited the formula to display the correct username and password

    I copied the following text into the script editor:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Any ideas where I’m going wrong?

    Thank you in advance for your help

    Kind regards,
    Laura

Viewing 1 replies (of 1 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    UrlFetchApp” is a built-in Google App Script class. I don’t know why it would not recognize it for you.

    I did some searching on this error. There were cases where it did not work for people using “URLFetchApp” (capital URL) which they used because it was mistyped that way in some Google documentation, but you have the correct form “UrlFetchApp”. So I’m baffled.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form 7 to Database Extension] ReferenceError: "UrlFetchApp" is not define’ is closed to new replies.