How Can We Help?

Data Type Map

You are here:
← All Topics

These are suggested GF types.

The GF Single Line Text data type will map to any Infusionsoft data type.

Infusionsoft data types that **do not** define value choices will reject a bad value when that value is out of range. For example, Infusionsoft will not store a Single Line Text with the value “32-Jan-2018” as a Date data type.

Infusionsoft data types that define value choices will accept any value even when that value is not in the choice list.

Infusionsoft            Gravity Forms      Comment
-------------           ------------       -------
Contact File Box        File Upload

Currency                Number             2 decimal places

Date                    Date

Date/Time               N/A

Day of Week             Drop Down          Use numbers 1 - 7 as values
                                           See Note 1
                        Number             Use GF min/max

Decimal Number          Number

Drilldown               N/A

Dropdown                Drop Down

Email                   Email

Month                   Drop Down          Use numbers 1 - 12 as values 
                                           See Note 1
                        Number             Use GF min/max

List Box                Multi Select

Name                    Name (Full)

Percent                 Number

Phone Number            Phone

Radio                   Radio Buttons

Social Security Number  N/A

State                   Drop Down          Use two-letter state abbreviation as values
                                           See Note 1

Text                    Single Line Text   255 characters

Text Area               Checkboxes        \
                        Drop Down          \
                        Multi Select        > 64,000 characters, csv list of selected options
                        Radio Buttons      / See Note 1
                                          / See Note 2

Text Area               Paragraph Text     64,000 characters

User                    N/A

User List Box           N/A

Website                 Website

Whole Number            Number             Round half away from zero

Year                    Drop Down          See Note 1
                        Number             Use GF min/max

Yes/No                  Checkboxes        \ See Note 3
                        Drop Down          \ See Note 1
                                            > Yes = 1, No = 0
                        Radio Buttons      /
  1. Ensure the default value is the empty value;
    make the first entry an empty value.
  2. Map combineable fields using the “Combine Fields” feature and
    setting the CSS class on the field’s Appearance tab.Use the Infusionsoft Text Area datatype to store more than
    255 combined characters.
  3. For opt-in, consider a Checkbox with a single
    option value “Yes”.