Display product images from airtable in jotform wholesaler order form

  • codefy
    Asked on May 25, 2020 at 3:22 PM

    Hi

     

    I have a table in Airtable with 50 product images with associated details including price, colour, size etc.

     

    I'd like customers to be able to select a product image in jotform, select qty, size and colour and update an orders table in airtable.

     

    How can I use the product images from airtable in my jotform form without having to manually upload them? I was hoping to use the airtable / jotform api integration.

     

    If I need to change an image, I need to do it two places if this is not possible.

     

    Thanks

     

    Jonathan

  • Patrick_R
    Replied on May 25, 2020 at 4:54 PM

    Hi Jonathan! Let me look into this. I'll get back to you shortly with an update.

    Thank you!

  • Patrick_R
    Replied on May 25, 2020 at 5:35 PM

    Hello Jonathan! Please find answers to your queries below:

    - I have a table in Airtable with 50 product images with associated details including price, colour, size etc. I'd like customers to be able to select a product image in jotform, select qty, size and colour and update an orders table in airtable.

    We have an integration with Airtble that allows you to push the submitted data on a Form to the Airtable Sheet.

    First, you'll have to create your Order Form on Jotform; then integrate it with Airtable so that all new Jotform submissions are pushed to your Airtable Sheet.

    On your Form, you'll have to specifically map Form fields to your Airtable Table Cells. This is a simple process. You can read more about it here: https://www.jotform.com/help/561-How-to-integrate-JotForm-with-Airtable

    I'll suggest you to start creating your Form and if you come across any questions, you can contact us here and we'll assist you solve your problems.

    - How can I use the product images from airtable in my jotform form without having to manually upload them? I was hoping to use the airtable / jotform api integration. If I need to change an image, I need to do it two places if this is not possible.

    I'll recommend you to upload your Product details including images manually if this is going to be a one-time process. Still, if you want to give our API a try, you can take a look at our "/form" methods. For example: https://api.jotform.com/docs/#post-forms

    For working with our API, you can use any programming language that supports cURL requests. We also have libraries for the major programming languages which you can use. I think that you'll also need to make use of Airtable API to make the complete process automatic.

    I hope this helps. If you have any questions, feel free to let us know.

    Thank you!