Submitting Data Bricks Builder Form Element to Google Sheet

Поделиться
HTML-код
  • Опубликовано: 10 мар 2023
  • Submitting Data Bricks Builder Form Element to Google Sheet
    Source"
    github.com/jamiewilson/form-t...
  • ХоббиХобби

Комментарии • 12

  • @kellog89
    @kellog89 3 месяца назад

    Perfect. I tried with an elementor pro form. It works too. Just had to inspect the page on the frontend to get the field names that elementor generates, and which should be the same as the headings in the Google sheet

  • @-rk
    @-rk Год назад

    Great channel!
    Could you do a detailed video, on the subject: How to move an element into OffCanvas on smaller viewports in Bricks?

    • @IvanNugraha07
      @IvanNugraha07  Год назад

      Hi, its possible to create custom mobile menu using popup feature in bricks. You can add any elements into popup,, customize its style and make the interaction so it can be opened by clicking some icon. Lets see if i can make some record for those.

  • @mdshamimislam9987
    @mdshamimislam9987 Год назад

    Great Job Brother.

  • @drteddyweb
    @drteddyweb 29 дней назад

    Excellent video! It works perfectly... Just one question. If the form field is of checkbox type why data are not sent to Google Sheet?

    • @IvanNugraha07
      @IvanNugraha07  29 дней назад

      I havent tried with the checkbox type, might be worth to check similar issue github.com/jamiewilson/form-to-google-sheets/issues/12

  • @AvelDominguez
    @AvelDominguez Год назад

    Fantastic 🎉

  • @benjaminpau
    @benjaminpau 8 месяцев назад

    For some reason the script is not executing even though I have followed your tutorial exactly as shown. I can't even get the timestamp to show up in Google Sheet.

    • @konstantinosntamadakis9439
      @konstantinosntamadakis9439 4 месяца назад

      Had the same problem. Make sure in your google sheet the sheet name ( in the left bottom corner ) has the same name as with your google sheet script (var sheetName = 'Sheet1'). Better to keep it as Sheet1 or if you want to change it make sure you save and deploy again. And don't 'forget to replace the old link with the new one.