# Dashboard Form Bugs

**URL:** https://discourse.nodered.org/t/dashboard-form-bugs/87584
**Category:** Dashboard
**Tags:** node-red-dashboard
**Created:** [29 April 2024 09:27 UTC](https://discourse.nodered.org/t/dashboard-form-bugs/87584 "2024-04-29T09:27:15Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![xty19](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/xty19/32/45313_2.png) [@xty19](https://discourse.nodered.org/u/xty19)
#### Post date: [29 April 2024 09:27 UTC](https://discourse.nodered.org/t/dashboard-form-bugs/87584/1 "2024-04-29T09:27:15Z")

</div>

![Dashboard Form Bugs屏幕录制2024-04-29 17.24.21](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/3/7/37a74b8e3c6ae4cdf5848b73e5feff3143ab769d.gif)  
node-red-dashboard 3.6.5  
node-red 3.1.9  
I want to use the form component to select a time range, such as selecting a time range between 12:00 on April 27, 2024 and 12:30 on April 27, 2024.

If the form of dashboard has two same element ui,the data will be same, you can see the gif.  
when I pick two date and time ui ,the data always is same. It was a Bug,so who can fix it,thanks.

---

<div class="post-metadata">

### Author: ![E1cid](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/e1cid/32/77971_2.png) [@E1cid](https://discourse.nodered.org/u/E1cid)
#### Post date: [29 April 2024 09:37 UTC](https://discourse.nodered.org/t/dashboard-form-bugs/87584/2 "2024-04-29T09:37:13Z")

</div>

That would be expected as they would output just one property when submitted, you would need to give each time you pick a different name in the config.  
The below image would output an object with 2 properties a and b. if i wanted 3 I would have to change an name a to c.

 ![chrome_screenshot_29 Apr 2024 10_38_31 BST](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/c/b/cbb007d6abfc519bb6a16cea568b1243df64f9b3.png)

---

<div class="post-metadata">

### Author: ![xty19](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/xty19/32/45313_2.png) [@xty19](https://discourse.nodered.org/u/xty19)
#### Post date: [29 April 2024 09:55 UTC](https://discourse.nodered.org/t/dashboard-form-bugs/87584/3 "2024-04-29T09:55:08Z")

</div>

many thanks .your answer is the solution!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [13 May 2024 09:55 UTC](https://discourse.nodered.org/t/dashboard-form-bugs/87584/4 "2024-05-13T09:55:43Z")

</div>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
