• Buenas tardes, estoy tratando de obtener datos de un formulario en una hoja de calgulo ed google.
    El problema es que la dirección que me genera el programa es demasiado larga y me aparece un aleyenda como la siguiente:

    Requires code installed in your Google Spreadsheet script editor.
    Debes usar esta función alternativa y añadir su script a tu Hoja de cálculo de Google porque la URL generada será demasiado larga.

    Cuando genero el script y pego la formula en la primer celda de la hoja de calculo, da error automáticamente.

    Por favor si alguien sabe como reparar este problema se lo agradecria.

    Saludos!

    https://ww.wp.xz.cn/plugins/contact-form-7-to-database-extension/

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

    (@msimpson)

    The problem is probably that it is unable to log into your website to get the data. Check the login information that you are passing. If you have plugins that change how a person logs in to your WP, then this function may not work.

    To debug, you can temporarily change this line code in your Google Spreadsheet:
    return JSON.parse(content);
    to
    return content;
    then the error may display on the page.

Viewing 1 replies (of 1 total)

The topic ‘Requires code installed in your Google Spreadsheet script editor’ is closed to new replies.