--- title: "Google Places Control" slug: "google-places-control" updated: 2025-12-11T01:14:10Z published: 2025-12-11T01:14:10Z canonical: "docs.processmaker.com/google-places-control" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.processmaker.com/llms.txt > Use this file to discover all available pages before exploring further. # Google Places Control Use the Google Places to allow Request participants to do the following in Form-type [Screens](/v1/docs/screens): - Start entering an address, location, or business name into a Screen control, then allow the Google API to auto-complete that address or location. The Google Place control stores the selected address in the Request data as well as all the returned data from the Google API. - View and/or select from one or more geographical locations in a Google map. > This control is only available for Form-type Screens. See [Screen Types](/v1/docs/screens#screen-types). Below are a few ways to use the Google Places control: - Allow Request participants to easily enter a shipping or billing address. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/83d153f4-ab7e-48c3-9947-59cfb4c55354.png) - Enter a business name into the Google Places control to select a business location. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b4902443-66a5-4b10-a55b-0b6053b061a6.png) - Enter well-known monuments or international airport names to get their addresses or locations when requesting to travel. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/e2b84363-8f7b-4948-8fc7-b7bda8d92fde.png) --- ## Add the Control to a Screen **Permissions** Your user account or group membership must have the following permissions to design a Screen unless your user account has the **Make this user a Super Admin** setting selected: - Screens: Edit Screens - Screens: View Screens See the [Screens](/v1/docs/permission-descriptions-for-users-and-groups#screens) permissions or ask your Administrator for assistance. Follow these steps to add this control to the Screen: 1. [Create a new Form-type Screen](/v1/docs/create-a-new-screen) or [edit an existing one.](/v1/docs/manage-screens#edit-a-screen) 2. From the Controls Menu on the left, expand the **Advanced** category, and then locate the **Google Places** icon ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/133bec13-691a-40d2-9444-fcc82e945d29.png). 3. Drag and drop the control to the Screen Builder canvas. Existing controls in the Screen will adjust positioning based on where you drag the control. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/2d6e678e-bd72-4fca-8b00-f348e2b7a43e.png) 4. Configure the Google Places control. See [Settings](/v1/docs/google-places-control#settings). 5. Validate that the control is configured correctly. See [Validate Your Screen](/v1/docs/validate-and-publish-a-screen#validate-a-processmaker-screen). The following screen uses a **Google Places** control where you can enter the work location for an employee offer. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/68885be3-5fc5-45ba-a4f5-673447800da0.png) Google Places control --- ## Settings The Google Places control has the following configurable settings in the Properties Panel: - [**Variable** panel](/v1/docs/google-places-control#variable-panel-settings) - [**Configuration** panel](/v1/docs/google-places-control#configuration-panel-settings) - [**Design** panel](/v1/docs/google-places-control#design-panel-settings) - [**Advanced** panel](/v1/docs/google-places-control#advanced-panel-settings) --- ### Variable Panel Settings Expand the **Variable** panel from the Properties Panel on the right to configure the following properties: #### Variable Name Edit the default **Variable Name** setting value for this control if necessary. The **Variable Name** setting value represents data in this control during Requests. Ensure that the **Variable Name** setting value is a unique name from other controls in this [Screen](/v1/docs/screens) and contains at least one letter. This is a required setting. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/aeb1ffa7-ba60-470c-a465-5bf89629d1fd.png) Use the **Variable Name** setting value in the following ways: - Reference this control by its **Variable Name** setting's value. The **Data Preview** panel in Preview mode corresponds the Google Places control's textual content with that Google Places control's **Variable Name** value. In the example below, `google_places_1` is the **Variable Name** setting's value. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/33c13733-ebe6-4beb-a167-98ca0c071725.png) - Reference this control's value in a different Screen Builder control. To do so, use [mustache syntax](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/mustache.5(6).html) and reference this control's **Variable Name** value in the target control. Example: `{{ google_places_1 }}`. See [Reference Request Data from the Google Places Control in Other Controls](/v1/docs/google-places-control#reference-request-data-from-the-google-places-control-in-other-controls). - Reference this value in [**Visibility Rule** setting expressions](/v1/docs/google-places-control#visibility-rule). See [best practices](/v1/docs/screen-design-best-practices#naming-request-variables-for-processmaker-screen-controls) when editing a Request variable name. #### Label Edit the default label that displays for this control if necessary. **New Google Places** is the default value. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/46176404-f3ac-4b7e-8811-197e84b0d9b6.png) #### Validation Rules Enter the validation rule(s) the Request participant must comply with to properly enter a valid value into this control. This setting has no default value. If there are no configured validation rules the following message displays: **No validation rule(s)**. See [Validation Rules for "Validation" Control Settings](/v1/docs/validation-rules-for-screen-controls). ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/676c3172-f011-4e5f-9365-3e8ef89a122b.png) Follow these steps to edit a validation rule for this control: 1. Access the [**Variable** panel for this control](/v1/docs/google-places-control#variable-panel-settings) while in Design mode, and then locate the **Validation Rules** setting. 2. Click the **Add Rule** button. The **Select** drop-down menu displays. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/f00293ff-f083-4772-b4e8-2c8bfe3d275a.png) 3. Select the rule that this control validates against. 4. Click **Save**. Parameters for the selected rule display. Parameter settings display which ones are required to properly configure the rule. 5. Enter the parameter settings that this control uses to validate against. See [Validation Rule Settings](/v1/docs/validation-rules-for-screen-controls#validation-rule-settings), and then locate the validation rule for its parameters. Follow these steps to edit a validation rule for this control: 1. Access the [**Variable** panel for this control](/v1/docs/google-places-control#variable-panel-settings) while in Design mode, and then locate the **Validation Rules** setting. 2. Click the **Edit** icon![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/00dfd714-4742-4ca7-9e74-4431a285a560.png)for the validation rule to edit if that rule can be edited. Validation rules that do not have parameters cannot be edited. The parameter settings for that validation rule displays. 3. Edit the parameter settings that this control uses to validate against. See [Validation Rule Settings](/v1/docs/validation-rules-for-screen-controls#validation-rule-settings), and then locate the validation rule for its parameters. Follow these steps to delete a validation rule for this control: 1. Access the [**Variable** panel for this control](/v1/docs/google-places-control#variable-panel-settings) while in Design mode, and then locate the **Validation Rules** setting. 2. Click the **Delete** icon![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/d46a17c8-d642-47ee-8d71-4e57d4ef9837.png)for the validation rule to delete. A message displays to confirm deletion of the validation rule. 3. Click **Delete**. --- ### Configuration Panel Settings Expand the **Configuration** panel from the Properties Panel on the right to configure the following properties: #### Placeholder Text Enter the placeholder text that displays in this control when no value has been provided. This setting has no default value. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/345ce2bd-855f-469a-9b85-10c48ebdd3af.png) #### Helper Text Enter text that provides additional guidance on this control's use. This setting has no default value. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/736f29ef-70d9-4aa0-b052-901b3a41dd7e.png) #### Enable Maps Select to enable Google Maps in this Screen. This setting is disabled by default. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/7114be4d-9b15-4aaa-b12b-cb727b9a0dbc.png) The following settings are available below the **Enable Maps** setting to configure the Google Map settings and the map's geographical location when the map displays: - [Hide Address Input](/v1/docs/google-places-control#hide-address-input) - [Enable Geolocate](/v1/docs/google-places-control#enable-geolocate) - [Enable Zoom Control](/v1/docs/google-places-control#enable-zoom-control) - [Enable Map Type Control](/v1/docs/google-places-control#enable-map-type-control) - [Enable Fullscreen Mode](/v1/docs/google-places-control#enable-fullscreen-mode) - [Enable Street View Control](/v1/docs/google-places-control#enable-street-view-control) - [Center Map](/v1/docs/google-places-control#center-map) - [Default Zoom](/v1/docs/google-places-control#default-zoom) #### Hide Address Input Hide the address bar that displays above the map to enter an address to display in the map. This setting is disabled by default to display the address bar. Note that this setting is not available unless the [**Enable Maps** setting](/v1/docs/google-places-control#enable-maps) is selected. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/00c88b83-d6bc-42da-8307-eb6d3e5467e8.png) #### Enable Geolocate Allow the Request participant to select a location in the map. When this setting is disabled, the [**Center Map** setting](/v1/docs/google-places-control#center-map) is available to enter the geo-location by longitude and latitude to center the map view. The **Enable Geolocate** setting is disabled by default. Note that the **Enable Geolocate** setting is not available unless the [**Enable Maps** setting](/v1/docs/google-places-control#enable-maps) is selected. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/18a4592e-ff9b-41a3-aa54-f8e23dd81089.png) #### Enable Zoom Control Displays the zoom controls in the lower-right of the map view used to zoom into and out of the map view. This setting is disabled by default to hide the zoom controls. Note that this setting is not available unless the [**Enable Maps** setting](/v1/docs/google-places-control#enable-maps) is selected. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/c7206569-ba98-4366-ab4d-48a9266aaee8.png) #### Enable Map Type Control Displays the Map or Satellite options in the upper-left of the map view used to toggle between viewing the map or the satellite image of the viewing area. This setting is disabled by default to display the Map options. Note that this setting is not available unless the [**Enable Maps** setting](/v1/docs/google-places-control#enable-maps) is selected. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/52c63627-d0da-4cd4-a340-ff9fd797b0d2.png) #### Enable Fullscreen Mode Displays the control in the upper-right of the map view to toggle full screen mode. This setting is disabled by default to hide this control. Note that this setting is not available unless the [**Enable Maps** setting](/v1/docs/google-places-control#enable-maps) is selected. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/933f37f8-b7dd-484c-b981-0fa21cf25aeb.png) #### Enable Street View Control Displays the Street View Pegman control to view the street view of the displayed map area. This setting is disabled by default to hide this control. Note that this setting is not available unless the [**Enable Maps** setting](/v1/docs/google-places-control#enable-maps) is selected. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/28f25b04-a983-4c68-a0cc-855ee3aafff7.png) #### Center Map Displays the center geographical location of the map view by longitude and latitude coordinates. The default longitude and latitude coordinates are `-93` by `39`. Note that this setting is not available unless the [**Enable Maps** setting](/v1/docs/google-places-control#enable-maps) is selected and the [**Enable Geolocate** setting](/v1/docs/google-places-control#enable-geolocate) is not selected. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/2a8d2f79-f2a6-4ede-8e56-be6f9f8e6100.png) #### Default Zoom Sets the initial map zoom level that ranges from 0 (no zoom) to 19 (maximum zoom). The default zoom setting is `3`. Note that this setting is not available unless the [**Enable Maps** setting](/v1/docs/google-places-control#enable-maps) is selected. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/26b18d95-a377-4cba-b982-daf5882d3711.png) --- ### Design Panel Settings Expand the **Design** panel from the Properties Panel on the right to configure the following properties: #### Text Color Select the text color that displays for this control. Optionally, click the **Clear Color Selection** option to remove the selected color. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/7dcf9f40-2fb7-4f36-b2b9-9f7a6cf32333.png) #### Background Color Select the background color that displays for this control. Optionally, click the **Clear Color Selection** option to remove the selected color. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/801f9989-4cea-4810-952e-1b844772751e.png) --- ### Advanced Panel Settings Expand the **Advanced** panel from the Properties Panel on the right to configure the following properties: #### Visibility Rule Specify an expression that indicates the condition(s) under which this control displays. See [Expression Syntax Components](/v1/docs/feel-expression-syntax#show-or-hide-screen-builder-controls). If this setting does not have an expression, then this control displays by default. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/af001022-0923-44d3-a1ef-8af31c33ce5c.png) For example, this control displays if the variable value **tip** is **1**. For a detailed example of the Visibility Rule setting, see [Show or Hide Controls Based on Button Selection](/v1/docs/example-show-or-hide-controls-based-on-button-selection). Note the following regarding how to use visibility rules: - To make this control hidden until another control contains a value, enter the **Variable Name** setting value of that control to this control's **Visibility Rule** setting. - [Visibility rules override custom CSS settings](/v1/docs/screen-design-best-practices#visibility-rules-override-custom-css-settings) #### Device Visibility Select on which device types this control displays: - **Desktop:** The control displays only on desktop devices. Enable the **Show for Desktop** toggle key. - **Mobile:** The control displays only on mobile devices. Enable the **Show for Mobile** toggle key. - **Both:** The control displays on both desktop and mobile devices. Both toggle keys are enabled by default. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/1034f40c-4adf-42e6-aae6-ab892b2209ea.png) #### CSS Selector Name Enter the value to represent this control in custom CSS syntax when in [Custom CSS](/v1/docs/custom-css#add-custom-css-to-a-processmaker-screen) mode. As a best practice, use the same **CSS Selector Name** value on different controls of the same type to apply the same custom CSS style to all those controls. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/a19e394d-d0cb-4145-9ac3-e61f1c21c871.png) Then, use this name in the [Custom CSS](/v1/docs/custom-css#apply-css-to-specific-processmaker-screen-controls) feature to apply CSS styling to this control as follows: ```plaintext [selector='Submit Form'] {    color: blueviolet; } ``` See the following best practices regarding custom CSS in Screens: - [Editing a CSS name to represent this control in custom CSS syntax](/v1/docs/screen-design-best-practices#css-selector-naming-best-practice) - [Visibility rules override custom CSS settings](/v1/docs/screen-design-best-practices#visibility-rules-override-custom-css-settings) --- ## Reference Request Data from the Google Places Control in Other Controls The Google Places control receives its source data from the Google API response after the Request participant selects an address or location. The Google Places control stores the [entire JSON data object that the Google API returns](https://developers.google.com/places/web-service/details#PlaceDetailsResponses) in the Request data. See the [Google JSON API response key name descriptions](https://developers.google.com/places/web-service/details#PlaceDetailsResults) to determine how to use JSON key name values in the response for Request data. > Review the Google's JSON API response often as Google revises it often and without notice. Follow these guidelines to reference [JSON object](/v1/docs/json#json-objects) key names and/or [arrays](/v1/docs/json#json-arrays) from Google's returned data object in other [Screen](/v1/docs/screens) controls. #### Reference the Entire Selected Address or Location Reference the following JSON key name for the entire selected address or location that includes the entire value in the Google Places control as indicated in [JSON dot notation](/v1/docs/json#json-dot-notation): ```plaintext variable_name.0.result.0.address_components ``` `variable_name` represents the [**Variable Name** setting](/v1/docs/google-places-control#variable-name) value for the Google Places control being referenced. #### Example of the Entire Selected Address or Location Below is the Google Places control selection for this example. The Google Places control's **Variable Name** setting value is the default `google_places_1`. ![Google Places control example](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b4902443-66a5-4b10-a55b-0b6053b061a6.png) If a [Rich Text](/v1/docs/rich-text-control) control references this Google Places control's entire selected address, use the following syntax in the Rich Text control's content using [mustache syntax](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/mustache.5(6).html): ```plaintext {{ google_places_1.0.result.0.address_components }} ``` #### Reference the Main Text for the Selected Address or Location Reference the following JSON key name for the main text for the selected address or location as indicated in [JSON dot notation](/v1/docs/json#json-dot-notation): ```plaintext variable_name.0.result.0.address_components.0.long_name ``` `variable_name` represents the [**Variable Name** setting](/v1/docs/google-places-control#variable-name) value for the Google Places control being referenced. The Rich Text control displays the following during a Request: ```plaintext "ProcessMaker" ``` #### Example of the Main Text for the Selected Address or Location Below is the Google Places control selection for this example. The Google Places control's **Variable Name** setting value is the default `google_places_1`. ![Google Places control example](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b4902443-66a5-4b10-a55b-0b6053b061a6.png) If a [Rich Text](/v1/docs/rich-text-control) control references this Google Places control's main text for the selected address, use the following syntax in the Rich Text control's content using [mustache syntax](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/mustache.5(6).html): ```plaintext {{ google_places_1.0.result.0.address_components.0.long_name }} ``` The Rich Text control displays the following during a Request: ```plaintext "ProcessMaker" ``` #### Reference the Secondary Text for the Selected Address or Location Reference the following JSON key name for the secondary text for the selected address or location as indicated in [JSON dot notation](/v1/docs/json#json-dot-notation): ```plaintext variable_name.0.result.0.address_components.0.formatted_address ``` `variable_name` represents the [**Variable Name** setting](/v1/docs/google-places-control#variable-name) value for the Google Places control being referenced. The Rich Text control displays the following during a Request: ```plaintext "West Main Street, Durham, NC, USA" ``` #### Example of the Secondary Text for the Selected Address or Location Below is the Google Places control selection for this example. The Google Places control's **Variable Name** setting value is the default `google_places_1`. ![Google Places control example](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b4902443-66a5-4b10-a55b-0b6053b061a6.png) If a [Rich Text](/v1/docs/rich-text-control) control references this Google Places control's secondary text for the selected address, use the following syntax in the Rich Text control's content using [mustache syntax](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/mustache.5(6).html): ```plaintext {{ google_places_1.0.result.0.address_components.0.formatted_address }} ``` The Rich Text control displays the following during a Request: ```plaintext "West Main Street, Durham, NC, USA" ``` #### Reference the Place Type(s) for the Selected Address or Location Reference the following JSON array for the [place type(s)](https://developers.google.com/places/web-service/supported_types) for the selected address or location as indicated in [JSON dot notation](/v1/docs/json#json-dot-notation): ```plaintext variable_name.0.result.0.address_components.0.types ``` `variable_name` represents the [**Variable Name** setting](/v1/docs/google-places-control#variable-name) value for the Google Places control being referenced. The Rich Text control displays the following during a Request: ```plaintext "point_of_interest", "establishment" ``` #### Example of the Secondary Text for the Selected Address or Location Below is the Google Places control selection for this example. The Google Places control's **Variable Name** setting value is the default `google_places_1`. ![Google Places control example](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b4902443-66a5-4b10-a55b-0b6053b061a6.png) If a [Rich Text](/v1/docs/rich-text-control) control references this Google Places control's secondary text for the selected address, use the following syntax in the Rich Text control's content using [mustache syntax](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/mustache.5(6).html): ```plaintext {{ google_places_1.0.result.0.address_components.0.types }} ``` The Rich Text control displays the following during a Request: ```plaintext "point_of_interest", "establishment" ```