Formidable Forms

Formidable Forms

  • Features
  • Pricing
  • Resources
    • Docs & Support
    • Blog
    • Community
  • Solutions
    • Web Applications
    • Calculators
    • Surveys
    • Directories
    • Payments
    • Contact forms
  • Login
  • Get Formidable Forms

Salesforce Forms

Last Updated: November 15, 2021

Knowledge Base → Add-Ons → CRMs → Salesforce Forms

Integrate Formidable Forms with your Salesforce account with the WordPress Salesforce integration plugin. Add the data submitted from your WordPress forms as Contacts or Leads in your Salesforce account.

Formidable Forms is the best WordPress Form Builder plugin. Get it for free!

You can send data to any custom object in Salesforce. Custom objects allow you to save extra data to Salesforce that is collected in your form, but isn't standard on the Salesforce side. These serve as custom database tables that allow you to store information unique to your organization. This includes accounts, announcement, assets, campaigns, cases, groups, contacts, contracts, email messages, events, ideas, leads, notes, orders, products, tasks, goals, and more.

Download and Install

You must have API access on your Salesforce account in order to use this integration.

  1. If you haven't already done so, install and activate Formidable Forms Pro.
  2. In your WordPress admin, go to Formidable → Add-Ons and click the Install button for the WordPress Salesforce integration plugin.

Setup Formidable for Salesforce Forms

The Client ID and Client Secret key must be saved in your WordPress dashboard under Formidable → Global Settings → Salesforce. This allows Formidable to communicate with Salesforce. To get these values, follow the steps below.

Get Client ID and Client Secret key

Create a connected app

To get client ID and Client Secret you will need to create a connected app in your Salesforce account.

Go to Setup → Apps → App Manager → Manage Connected Apps in your Salesforce dashboard and click the New Connected App button.
Salesforce new app

  1. Add Connected App Name, API Name, and Contact Email.
  2. Check the 'Enable OAuth Settings' box and add https://login.salesforce.com/services/oauth2/success in the Callback Url box.

    If you are using the Salesforce sandbox, use https://test.salesforce.com/services/oauth2/success instead.

  3. In the 'Selected OAuth Scopes' section, select 'Full Access' and 'Perform requests on your behalf at any time (refresh_token, offline_access)'.
  4. Click the Save button.

Salesforce connected app

Save keys in global settings

After you save your new connected app, you'll be taken to the page with details about it. This page includes the 'Consumer key' and a link to Click to reveal the Consumer Secret key.
Salesforce client key

  1. Go to the WordPress dashboard on the Formidable → Global Settings → Salesforce tab.
  2. Paste your Consumer Key and Consumer Secret key on this page and click the Update Options button.
  3. Click the Authorize button.
    Salesforce authorize
  4. When you click the 'Authorize' button a pop will open. Login with your Salesforce credentials and give access to app. The url will now include ?code= in the url. Copy this code from the url and close the popup.
    Salesforce oauth code
  5. Go back to the Formidable → Global Settings → Salesforce tab, paste this code into the 'Auth code' box. Replace the %3D%3D at the end of the code with == and click 'Update options'.
    Salesforce save code
  6. You're all set to create your Salesforce forms. The Deauthorize button should now show on the page to indicate authorization was successful.
    Deauthorize Salesforce

Sandbox mode

If you would like to run tests in Sandbox mode, you'll need a Salesforce sandbox account. Sandbox testing can be done at https://test.salesforce.com/.

Setup Salesforce form settings

Now that your WordPress site is connected to your Salesforce account, it's time to create your Salesforce forms.

  1. If you haven't already created a form to collect your customers and leads, create a form now.
  2. Go to edit the form which you will be linking to Salesforce. Go to the Settings → Actions & Notifications tab for this form and click on the Salesforce icon.
  3. This will give you the mapping settings for your Salesforce form. First, choose the type of object you would like to create. This includes contacts, leads, events, and many more.
    Salesforce setup
  4. The Salesforce forms plugin will automatically fetch all the fields depending on your Object selection (Contact/ Leads). Your current form fields will be seen on the left which you can match up with Salesforce fields. Be sure to map a form field to each required Salesforce field.
    Salesforce objects
  5. Save the changes and submit an entry in your form. The object you selected should now have a new item showing in Salesforce.

Update an existing record

If you want to setup your Salesforce form action to update existing records as well as add new records, map the Update existing record by option to a unique field in your form, such as an email field.
Salesforce form action

Allow duplicate records

If you want to set up your Salesforce form action to allow duplicate records when a new entry has been submitted, you can customize the duplicate rules in your Salesforce settings.

  1. Use the Quick Find box to find Duplicate Rules.Salesforce Duplicate Rules records
  2. Click the rule name to edit a rule.
  3. For the object with a unique identifier (e.g., email address) to not get blocked, you can create a condition in your duplicate rule with Lead: Email EQUALS ______(leave blank). Leaving the value field blank will flag records for duplicate matching without the unique identifier.
    Salesforce Duplicate Rules Conditions records

If it’s not working, check if you have more than one active rule for your object. You can either deactivate the existing rule or reorder the rules.

Please refer to the Salesforce docs for information on how to customize the duplicate rules.

Limitations

  • The Salesforce add-on doesn't currently support two-way sync. The information is 1-way from Formidable to Salesforce.
  • File URLs can be passed to Salesforce, but the files are not sent.
  • The Salesforce add-on doesn't currently support updating existing records by the object ID. It can only be updated by the fields associated with the object.

Salesforce field data types

These are the data types that Salesforce expects to receive when Formidable sends to an object in Salesforce, along with the most frequently used Formidable field type for it.

String

This field requires a simple string of text, typically using a Text or Hidden field from Formidable.

Textarea

This field requires a long text string, with or without line breaks. A paragraph field is typically used in Formidable.

Picklist

This field requires one of an enumerated list of values. For example, the options may be "Web", "Phone Inquiry", and "Other" in a Salesforce LeadSource field. The value sent to this field must be exactly one of the options specified in Salesforce.

Double

This field expects a number, with or without decimal. A number field is typically used.

Phone

This field expects a phone number. A phone number field is typically used.

Email

This field expects a valid email address. An email field is typically used.

Url

This field expects a valid URL. A Website/URL field is typically used.

Currency

This field expects a currency value, formatted as decimal. A number or product field is typically used.

Int

This field expects an integer value, without decimal. A number field is used.

Reference

This field expects to be either left blank, or provided a Lookup ID of the correct object ID. For example, if it is Owner ID, then an associated Owner ID must be sent.

Boolean

This field expects a True/False value, either as "True" or "False", or "1" or"0". A Toggle field is often used.

Datetime

This field expects a date/time combination timestamp. A text or hidden field with a timestamp is typically used.

Date

This field expects a date string, without time. A date field is typically used.

Multipicklist

This field is like a picklist, but expects one or more valid options. A checkbox or dropdown field with multiple select enabled is typically used.

Time

This field expects a timestamp. A time field is typically used.

Troubleshooting

No options in the form action

When a Salesforce form action is added, it should include a dropdown filled with all the possible Salesforce objects. If this dropdown is empty, there is a connection error between your site and Salesforce.

  1. Make sure your Salesforce account type includes API access.
  2. Go to the Formidable -> Global settings page and click save. Do you see an error message about your Salesforce API key? If so, start with correcting the error. 'expired authorization code' is a common error message. In this case, the authorization code needs to be updated.
  3. If the API keys are all correct, and no error messages appear, return to the form action and click the "clear cache" button.
  4. After the cache is cleared, open the form action again. If an error message appears, take action to resolve it. For example, if you see an error message like 'The REST API is not enabled for this Organization', your Salesforce account will need adjustment.
  5. Turn on logging and check for any error messages. For example, if you see an error message like 'cURL error 35: SSL connect error', this usually means that the CURL version on your site needs to be updated. You would need to reach out to your webhost to let them know what the error message says.

Logging

To see messages after any API calls, install the Formidable Logs add-on and follow the instructions on that page.

Owner ID: id value of incorrect type

If you map an incorrect Owner ID in the form action settings, you will get a MALFORMED_ID error. The owner ID does not have to be mapped to a field, and can be left out. If you choose to include the owner ID, it must be the ID of a user on the account. Please refer to the Salesforce docs for information on how to find the user ID.

Required fields are missing

When adding a new Lead to Salesforce, there are a few fields that Salesforce requires in order to create the object. If any of these fields are missing, you will get a REQUIRED_FIELD_MISSING error, along with a list of the required fields that were left blank or not mapped to. These required fields must be sent in order to create the object.

Session expired or invalid

If you get the INVALID_SESSION_ID error code when sending an object to Salesforce, you may have strict IP settings enabled on your Salesforce account. Turn "Lock sessions to the IP address from which they originated" OFF, and select the IP relaxation policy "Relax IP restrictions". If that doesn't solve the issue, try re-entering the Salesforce auth code in the Formidable global settings.

Owner ID: owner cannot be blank

If you map a field to Owner ID but do not enter anything in the field when the form is submitted, you may get a INVALID_CROSS_REFERENCE_KEY error. Instead of mapping to the field and leaving it blank, either do not map to the field and it will populate automatically in Salesforce, or enter the correct cross reference value in the field.

No such column on sobject of type Lead

If you create a custom Salesforce field on a Lead (or other) Salesforce object, and map to that field in Formidable, but later remove that field from Salesforce, you will encounter a INVALID_FIELD error. In this case, go to your Formidable Salesforce form action, click the "Clear Cache" button, and make sure that is no longer mapped to in the form action.

Opportunities are not added

If Opportunities are not added to your Salesforce account, be sure that you have mapped the form fields to the required Salesforce fields. It should include the following: Opportunity, Name, Stage, Close Date, and Owner ID.

Cannot deserialize instance of currency

If you get the error message "Cannot deserialize instance of currency from VALUE_STRING value" when sending an object to Salesforce, you may be passing an incorrect value format. The value used should be in a number field as the amount and not formatted as currency.

Duplicates detected

If you get the DUPLICATES_DETECTED error code when sending an object to Salesforce, you may be sending a duplicate entry for the same object. In this case, you can either choose to allow duplicate records or update an existing record.

Related Articles

  • create a Salesforce form in WordPress How to Create a Salesforce Form in WordPress
    Read More
  • Download and Install
  • Setup Formidable for Salesforce Forms
    • Get Client ID and Client Secret key
    • Create a connected app
    • Save keys in global settings
    • Sandbox mode
  • Setup Salesforce form settings
    • Update an existing record
  • Allow duplicate records
  • Limitations
  • Salesforce field data types
    • String
    • Textarea
    • Picklist
    • Double
    • Phone
    • Email
    • Url
    • Currency
    • Int
    • Reference
    • Boolean
    • Datetime
    • Date
    • Multipicklist
    • Time
  • Troubleshooting
    • No options in the form action
    • Logging
    • Owner ID: id value of incorrect type
    • Required fields are missing
    • Session expired or invalid
    • Owner ID: owner cannot be blank
    • No such column on sobject of type Lead
    • Opportunities are not added
    • Cannot deserialize instance of currency
    • Duplicates detected
  • Related Articles
Categories
×

Categories

  • Installation & Getting Started
  • Account Management
  • Forms
  • Entries
  • Views
  • Styles
  • Importing & Exporting
  • Add-Ons
  • Extend Formidable Forms

Using WordPress and want to get Formidable Forms for free?

Get Formidable Forms Lite Now

You do not have permission to view this form.

This article may contain affiliate links. Once in a while, we earn commissions from those links. But we only recommend products we like, with or without commissions.

Take on bigger projects Right Now

Get the tools you need to revolutionize your workflow and architect a masterpiece. Build the most advanced WordPress forms and actually use the data you collect in meaningful ways.

Get the most advanced WordPress form plugin and the only form builder with integrated Views.

Get Formidable Forms Now

Resources

  • Community
  • Affiliates
  • Contact
  • Free Online Form Builder

Top Features

  • Application Builder
  • Calculator Forms
  • Surveys & Polls
  • Quiz Maker
  • Form Templates
  • Application Templates
  • Directories
  • Donation Plugin

Company

  • About Us
  • Giving Back
  • Careers
  • Newsletter
  • WP Tasty
  • Nutrifox

Copyright © 2023 Strategy11, LLC. Formidable Forms® is a registered trademark Strategy11, LLC.
Privacy Policy | Terms of Service | Sitemap

Join 300,000+ using Formidable Forms to create form-focused solutions fast. Get Started See User Reviews