Skin CMS
Ext. linksLegal
Skin CMS old documentation
Skin CMS old documentation
  • Your first Skin CMS Mapping
    • ⚙️1. Mapping configuration
    • ⚡2. Field Mappings
    • 💫3. 3DVista Setup
    • 💣4. Create Triggers
  • Skin CMS mappings
    • Field mappings
      • singleLineText
      • multilineText
      • multipleAttachments
      • formula
      • singleSelect
      • button
      • url
      • email
      • number
    • Mapping to multiple components
    • Attributes
      • Mapping attributes
      • Supported attributes
  • Advanced
    • Airtable Formulas
      • Formula: CONCATENATE()
      • Formula: IF()
      • Edit content button
      • Include Youtube or Vimeo videos with Skin CMS to 3DVista webframe
    • Automations
      • Updating stock inventory
  • Limitations & workarounds
  • Troubleshooting
Powered by GitBook
On this page
  • In Airtable
  • In 3DVista

Was this helpful?

  1. Your first Skin CMS Mapping

4. Create Triggers

How to display Airtable record's data in popups

Previous3. 3DVista SetupNextField mappings

Last updated 1 year ago

Was this helpful?

Triggers are meant to display the data of a certain Airtable record (row) in your 3DVista tour.

In Airtable

First, create a formula field in Airtable. Call it anything you like, we recommend something like 3DVista Trigger. Copy the formula below and paste it in the formula field and click Save.

CONCATENATE('window.BlazeCreators_skinCMS.openRecord("',RECORD_ID(),'");')

This field will automatically populate Javascript codes that will trigger opening individual records from Airtable in your 3DVista virtual tour:

In 3DVista

After copying one of the 3DVista triggers, open the 3DVista project, find something you would like to use as a trigger such as a hotspot in a panorama and:

  1. Add an Execute Javascript action

  2. Select an action that will be used as a trigger - it can be on click, on rollover, on rollout etc.

  3. Paste the code and click Done

If the popup window needs to be shown/hidden, then don't forget to add the action of Show/Hide Components.

Repeat the above for all Airtable records you want to trigger and you are good to go! 😌

💣
The field called "3DVista Trigger" in Airtable should look similar to this