# Dashboard2 ui-form

**URL:** https://discourse.nodered.org/t/dashboard2-ui-form/93828
**Category:** Dashboard
**Tags:** dashboard-2
**Created:** [10 December 2024 14:05 UTC](https://discourse.nodered.org/t/dashboard2-ui-form/93828 "2024-12-10T14:05:15Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![alexander77](https://avatars.discourse-cdn.com/v4/letter/a/3ec8ea/32.png) [@alexander77](https://discourse.nodered.org/u/alexander77)
#### Post date: [10 December 2024 14:05 UTC](https://discourse.nodered.org/t/dashboard2-ui-form/93828/1 "2024-12-10T14:05:15Z")

</div>

Hi,  
I have two questions regarding the ui-form:

- can the data made boot-secure (in case of a power failure)
- can i preload a dataset? The problem is, i need different setups which require different predefined inputs, which i will load from different files.  
Thank you in advance!

---

<div class="post-metadata">

### Author: ![joepavitt](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/joepavitt/32/59722_2.png) [@joepavitt](https://discourse.nodered.org/u/joepavitt)
#### Post date: [10 December 2024 15:22 UTC](https://discourse.nodered.org/t/dashboard2-ui-form/93828/2 "2024-12-10T15:22:42Z")

</div>

> [@alexander77](#):
>
> can the data made boot-secure (in case of a power failure)

Do you mean the output and form submissions? If so, it can live in the [Node-RED Context](https://nodered.org/docs/user-guide/context). This has an option to store in the `localfilesystem`, and not just in memory of Node-RED.

> [@alexander77](#):
>
> can i preload a dataset? The problem is, i need different setups which require different predefined inputs, which i will load from different files.

Yes, anything you send in `msg.payload` will populate you form. You can read more about it [here](https://dashboard.flowfuse.com/nodes/widgets/ui-form.html#populating-form-data)

---

<div class="post-metadata">

### Author: ![alexander77](https://avatars.discourse-cdn.com/v4/letter/a/3ec8ea/32.png) [@alexander77](https://discourse.nodered.org/u/alexander77)
#### Post date: [10 December 2024 17:37 UTC](https://discourse.nodered.org/t/dashboard2-ui-form/93828/3 "2024-12-10T17:37:57Z")

</div>

Thank you, solves my questions!

---

<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: [24 December 2024 17:38 UTC](https://discourse.nodered.org/t/dashboard2-ui-form/93828/4 "2024-12-24T17:38:45Z")

</div>

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