Formaloo Helpdesk
  • English
Go to website
Back
Articles on:Import, Export & Integrate
Streamline your data flow with powerful integrations. Import data into your forms. Export form data to Google Sheets and Excel.

Categories

  • Build & Customize
  • FAQs
  • New to Formaloo
  • Import, Export & Integrate
  • Sharing & Collaboration
  • For Developers
  • Account Settings & Privacy
  • Meet your Workspace
  • Enterprise Administration
  • How to sync your form responses with Google Sheets
    You can sync your database and form responses with Google Sheets automatically so your spreadsheet gets updated as you receive a new response record on your form. To start, log in to your Formaloo dashboard. 1. Connect your Google Workspace account In order to sync your forms with your Google Sheets, you’ll need to first sign in to your Google Workspace account. And then give access to Formaloo to be able to update your Google Sheets automatically. Click oPopular
  • What integrations does Formaloo have?
    Formaloo connect helps you integrate your formaloos with the other tools you're using. You can also set up a webhook on your formaloos to customize the updates. Payments Stripe Paypal Square RazorPay (beta) Spreadsheets Google Sheets (to sync & download results) MS Excel (to download results & import formaloos) Collaborations & Notifcations SSome readers
  • How to import your forms and responses into Formaloo?
    You can now import your forms and their responses into Formaloo using an Excel spreadsheet. In this tutorial, you’ll see how you can do that. . Prepare your Excel file Download your responses from your previous tool. Then open your downloaded Excel file to prepare it for importing into Formaloo. There are a few rules your Excel file should follow in order to be imported properly. Read on to learn about them. 1. Define the field names and types The first row of your spreadsheet shoulSome readers
  • How can I create a new webhook?
    In your dashboard, click on your formaloo, then go to the integrations and webhook tab. Then click on the webhooks button and add your webhook URL.Some readers
  • How do I embed my form on my website?
    In the Formaloo dashboard click on the form or open the form’s menu and select “View responses”. Then go to the “Share” tab and select one of the options to share your form. To embed your form on your website, you can use the “iframe”, “script”, or “widget” options. Select one and click on the “Get code” button. There you can copy the code and paste it to your website. It will embed the form into your website. Do you have a WordPress website? You can install theSome readers
  • Formaloo API Documentation
    Here's Formaloo API documentation and here's the Formaloo Github page to see some example codes and Formaloo SDK.Some readers
  • How to export form responses to Google Sheets manually?
    It's easy! Click on your form in the Formaloo dashboard, go to the responses tab, under the responses table there's a button for exporting to Google Sheets. When you click on this button, the page will reload and then you can see a link for opening the exported spreadsheet under the Export button. Now, if your account email address is Gmail, the spreadsheet will be shared with youSome readers
  • Can I add Google Analytics or Google Tag Manager to my formaloos?
    Absolutely! You can paste your GA or GTM code in the "Custom JS" box in the Settings tab of your formaloo editor page.Few readers
  • How to update row data by using API?
    You can use this example to update a row via Formaloo API: import requests slug is row's slug url = "https://api.formaloo.net/v2.0/rows/ slug /"payload = "fied1slug": "string", "emailfieldslug": " email protected ", fied1slug is slug of fieldheaders = "Content-Type": "application/json", "x-api-key": "", "Authorization": "" response = requests.request("PATCH", url, json=payload, headers=headers)Few readers
  • Can I integrate Formaloo with my CRM, e-commerce software, Email Marketing Service, or Analytics tools?
    Yes, Formaloo supports 3,000+ most popular tools such as Mailchimp, Google tag manager & Analytics, Microsoft Dynamics, WooCommerce, etc. and with Formaloo API & samples, you can add your own integrations very easily. You can use Zapier to connect your Formaloo account to any tool you want. Explore the integrations here. You can use Formaloo’s Python SDK (https://github.com/formaloo/formaloo-pythFew readers
  • How to integrate Formaloo with ActiveCampaign
    Start with a form First, create a formaloo in the Formaloo dashboard. Your formaloo must contain an email field to use in the integration with ActiveCampaign. 2. Integrate Formaloo with ActiveCampaign To integrate Formaloo with ActiveCampaign, open the apps page in the ActiveCampaign dashboard and search for FormFew readers
  • How to Enable Formaloo Customer Analytics and Form Builder in WordPress/WooCommerce?
    Formaloo WordPress and WooCommerce Plugin help you build online formaloos to collect data from your customers. Formaloo also analyzes the data of your customers and gives you actionable insights into the behaviors, traits, and experiences of your customers.Few readers
  • How can I use the WordPress plugin?
    You can install Formaloo's WordPress plugin from the plugins page of your WordPress or WooCommerce dashboard. Read more about it here.Few readers
  • How to connect Formaloo with another app in Pabbly Connect
    You can connect Formaloo with more than 800 apps using Pabbly Connect. Let’s go through it in the following 3 steps: 1. Create workflow In your Pabbly Connect dashboard, click on the “Create Workflow” button to create a new workflow. Then name it and wait for it to be created. 2. Set up a trigger on Formaloo To set up an automation trigger on Formaloo, first, choose ForFew readers
  • How to build automated workflows and connect my apps to Formaloo with Zapier?
    Check out this video and Formaloo's integrations on Zapier.Few readers
  • How To Integrate Formaloo With KIRIM.EMAIL?
    You can integrate your forms and responses with Kirim Email Marketing to automatically add them to your list there. If you wish to integrate Formaloo with KIRIM.EMAIL, kindly follow these steps: Log in to https://zapier.com/app/dashboard. Create a new workflow with the following criteria: Select cFew readers
  • How to submit a lookup field value to a form with API
    You should use the value for the desired choice. For example, your lookup field is connected to a text field on the source form, named Employee Name. You have a record on the source form where the value John Doe is submitted for the Employee Name. If you want to submit the lookup field connected to this field (Employee Name), you should submit this: 'lookupfieldslug': 'John Doe' This will be the title field in the choiceitem object on the lookup field's data.Few readers
  • Is Formaloo WordPress Plugin open-sourced & free? No ads? No spam?
    Yes, completely free without any ads or hidden costs. Formaloo WP Plugin is an open-source project by Formaloo with the goal of helping the WordPress community with no-code solutions. You can check the Formaloo WP Plugin Github page right here.Few readers
  • Where can I access the API for the forms?
    Here's the API on the forms: https://docs.formaloo.net/Few readers

Not finding what you are looking for?

Chat with us or send us an email.

  • Chat with us
  • Send us an email
© 2023Formaloo Helpdesk