Formcrafts - a form and survey platform for Salesforce, HubSpot, etc
  1. Templates
    1. All templates illustration
      All templates
    2. Application forms illustration
      Application forms
    3. Calculation forms illustration
      Calculation forms
    4. Lead generation forms illustration
      Lead generation forms
    5. Customer service illustration
      Customer service
    6. Evaluation forms illustration
      Evaluation forms
    7. Survey and feedback illustration
      Survey and feedback
    8. Operations forms illustration
      Operations forms
    9. Payment forms illustration
      Payment forms
    10. Booking and registration illustration
      Booking and registration
    11. Salesforce forms illustration
      Salesforce forms
    12. Other forms illustration
      Other forms
  2. Features
    1. 18 Form Fields illustration
      18 Form Fields
    2. 19 Integrations illustration
      19 Integrations
    3. Conditional Logic illustration
      Conditional Logic
    4. Multi-step Forms illustration
      Multi-step Forms
    5. Calculations illustration
      Calculations
    6. Partial Submissions illustration
      Partial Submissions
    7. Save & Resume illustration
      Save & Resume
    8. Payments illustration
      Payments
    9. Hidden Fields illustration
      Hidden Fields
    10. Dynamic Dropdowns illustration
      Dynamic Dropdowns
    11. Engagement analysis illustration
      Engagement analysis
    12. Multilingual forms illustration
      Multilingual forms
  3. Pricing
  4. Help
  5. Login
  6. Signup
    →
  • Help index
  • Features
    • Conditional logic
    • Prefill forms
    • Multi-step forms
    • Calculations
    • Partial submissions
    • Field references
    • Save and resume
    • Hidden fields
    • Dynamic lookup
    • Workflows
    • Dynamic dropdowns
    • Multilingual forms
    • Privacy mode
    • Success message
    • Form redirect
    • GA/GTM
    • Accept payments
    • Linked forms
    • Disable form
  • Styling
    • Custom CSS
    • Custom fonts
    • Color scheme
    • Form background
  • Analytics
    • Test mode
    • Overview
    • Field analytics
    • Form engagement
  • Workflows
    • Send emails
    • Form redirect
    • Success message
    • Webhooks
    • Create PDF
    • ActiveCampaign
    • Asana
    • Mailchimp
    • Front app
    • Freshdesk
    • Google Sheets
    • Pipedrive
    • Linear
    • Klaviyo
  • Sharing
    • Custom form link
    • Embed on a page (inline)
    • Embed on a page (popup)
    • Embed in emails
    • Embed on WordPress
    • Embed on Shopify
    • Embed on Squarespace
  • Salesforce
    • Overview
    • Create records
    • Update records
    • Related records
    • Dynamic picklists
    • Attach files
    • Create PDFs
    • Form prefill
  • HubSpot
    • Overview
    • Create contact form
    • Create lead capture form
    • Create customer survey
    • Prefill HubSpot form
    • Embed on HubSpot page
    • Uninstall
  • Zendesk
    • Create ticket form
    • Create CSAT survey
    • Embed on Help Center
    • Prefill ticket form
  • Admin
    • Users
    • Custom domain
    • Vanity subdomain
    • Subscription
  • Developers
    • Embed Library
    • API keys
    • API v1
    • API v2
  • Others
    • Partner program
    • GDPR compliance
    • Workflow logs
    • White labeling
    • Form speed
    • Zapier
    • Migration
  • Contact
  1. Help
  2. ›
    Features
  3. ›
    Dynamic lookup

Dynamic Lookup

On this page
  1. Introduction
  2. Remote URL usage
    1. Create a new form
    2. Create a lookup
    3. Show sentiment
    4. Use conditional logic
    5. Save and test

Introduction

Field references are a way to recall information from other fields.

Math calculations take this a step further by allowing you to create calculated fields in your forms by using field references as variables.

Lookup allows you to fetch real-time data from an external source based on form input.

Here are some real-world examples of using lookups:

  1. Analyze the sentiment of a user’s comment in real-time, and show different questions based on the sentiment.

  2. Perform a real-time currency conversion.

  3. Read the email field and fetch the user’s name from a database.

Out of box Formcrafts currently supports fetching data from Salesforce and a remote URL.

Please read our Salesforce tutorials for more information on how to use dynamic lookups with Salesforce. We will focus on the Remote URL method in this tutorial.

Remote URL usage

We will create a simple feedback comment form and use lookup via Remote URL to fetch the sentiment of a user’s comment in real-time. We will then show different questions based on the sentiment.

Create a new form

Let’s create a simple sentiment analysis feedback form, using the Remote URL method.

On your Formcrafts dashboard ↗ click on Add Form → Start from scratch. Enter a Form name and hit enter. This will create a new form.

You can also create a new form by clicking on Add Form → Use a Template and selecting a template. This would allow you to skip this step. We have a large collection of survey and feedback form templates ↗ that you can use. Here is a popular CSAT survey template ↗.

Now add some basic fields to your form using the Add field button on the top-left corner of the form editor:

  1. Rich text
  2. Your comments (Comment)
  3. How can we make this better? (Comment)
  4. What did you like most? (Comment)
Simple feedback comment form

Create a lookup

Click on the Lookups button on the top-left corner of the form editor, and then click on the Add lookup button.

Now edit the new lookup, and under (select source) find Remote URL. Use this URL as the source:

https://api.formcrafts.com/public/sentiment?text={field1}

(Note that the above URL returns a random sentiment, and should only be used for demonstration purposes.)

Apart from the URL you can also set an authorization header, like Bearer token or Basic username:password. We recommend creating a special and restricted token for this purpose.

We are referencing the field Your comments in the URL. Formcrafts will now watch this field and periodically send the value to the URL we provided.

Using lookups to fetch sentiment
Using lookup to fetch sentiment

The URL will return a JSON object like:

{
  "sentiment": "negative"
}

The sentiment can be positive, negative, or neutral.

Under Response fields we have added the text sentiment since that is the only output field we are interested in. You can add more comma separated fields if you need them.

You can extract nested fields from the JSON response using the JSON path syntax. For example, if the JSON response is:

  {
    "data": [
      {
        "sentiment": "negative"
      }
    ]
  }

you can use the JSON path $.data[0].sentiment to extract the sentiment.

Show sentiment

When you edit the rich text field and press @ you will see the sentiment field under Lookups.

By using Sentiment is @sentiment, we can show the sentiment in the rich text field.

Show lookup result in rich text
Referencing the result of a lookup

Use conditional logic

We can use conditional logic to show different questions based on the sentiment.

We want to show How can we make this better? if the sentiment is negative, and What did you like most? if the sentiment is positive.

Click on the Conditional logic button on the top-left corner of the form editor, and add two logic steps:

Using lookups with conditional logic
Lookups + conditional logic

Save and test

Click on the Preview button on the top-right corner of the form editor, and test the form.

Note: Our sentiment API is rather crude and should only be used for demonstration purposes. In a real-world scenario, you would use a more sophisticated sentiment analysis API.

Feedback form with live sentiment analysis
Minimal, fast, and powerful. Try now.
Formcrafts - a form and survey platform for Salesforce, HubSpot, etc

Subtle Web Inc,
225 Railway St E,
T4C 2C3, Cochrane AB

Salesforce AppExchange partner logo HubSpot app partner logo
Templates
Application formsLead generation formsSurvey & feedback formsEvaluation formsSupport request formsBooking & registrationContact forms
Comparisons
vs AllFormAssemblyTypeformJotformWufooSurveyMonkey
Features
Conditional logicSalesforce formsHubSpot formsZendesk ticket formsEmail formsIntegrationsForm fields
Resources
Help centerBlogDeveloper APIGDPRStatusReport abuseContact us
Company
About usNonprofitCase studiesSecurityTerms and privacy