# Error updating smart field display widget

**URL:** https://community.forestadmin.com/t/error-updating-smart-field-display-widget/913
**Category:** Help me!
**Created:** [September 4, 2020, 2:09pm UTC](https://community.forestadmin.com/t/error-updating-smart-field-display-widget/913 "2020-09-04T14:09:40Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![forestdan](https://dub1.discourse-cdn.com/flex013/user_avatar/community.forestadmin.com/forestdan/32/3607_2.png) [@forestdan](https://community.forestadmin.com/u/forestdan)
#### Post date: [September 4, 2020, 2:09pm UTC](https://community.forestadmin.com/t/error-updating-smart-field-display-widget/913/1 "2020-09-04T14:09:40Z")

</div>

I’ve setup a smart field that I’d like to be used to display a map widget. I’ve got the field returning the lat/long in the correct format but when I press Save on the Forest Dashboard I get an error.

## Expected behavior

Smart field is updated to show a Map widget

## Actual behavior

```javascript
venues update failed: Not-supported patch: {op:'replace',path:'/collections/venues/layout/fields/lat/long/widgetEdit'}

```

## Failure Logs

Please include any relevant log snippets, if necessary.

## Context

Please provide any relevant information about your setup.

- Express Version: ~4.16.3
- Sequelize Version: ^6.3.8

---

<div class="post-metadata">

### Author: ![Arnaud\_Moncel](https://dub1.discourse-cdn.com/flex013/user_avatar/community.forestadmin.com/arnaud_moncel/32/24_2.png) [@Arnaud\_Moncel](https://community.forestadmin.com/u/Arnaud_Moncel)
#### Post date: [September 4, 2020, 2:22pm UTC](https://community.forestadmin.com/t/error-updating-smart-field-display-widget/913/2 "2020-09-04T14:22:28Z")

</div>

Hi @forestdan 👋 welcome to our community.  
I see your smart field name is `lat/long` and it’s not supported!  
Can you try with `lat-long` or `latlong`?  
If you absolutely want to name your field like this you could set the display name like that.

---

<div class="post-metadata">

### Author: ![forestdan](https://dub1.discourse-cdn.com/flex013/user_avatar/community.forestadmin.com/forestdan/32/3607_2.png) [@forestdan](https://community.forestadmin.com/u/forestdan)
#### Post date: [September 4, 2020, 3:35pm UTC](https://community.forestadmin.com/t/error-updating-smart-field-display-widget/913/3 "2020-09-04T15:35:39Z")

</div>

Ah perfect thank you! That’s fixed it 😊
