Help with request from textinput with sugestions from e.g. google search field

Hi

I want to create a form where user can registered multiple items and upload attachments.

  1. form as a table:
    example:

    Is this possible in retool?

Or user upload attachments for all rows.

button to add empty rows.

If user start typing in name and nickname retool show posible names registered. same as google search field:

Is this possible and are there any one that can help a new Retool user with minimal coding knowledge and no javaScript experience.

I would greatly appreciate it if someone will help me with this request form.

Hi @Thore, this should be possible with Retool. Let's start with the column with a dropdown:

If we use the "Tag" column format:

And then make the column editable:

We can set the Options we would like:

They can be manually entered:

Or set to the output of a query. For example, all the names of the users in a database table:

This is how that would look once the users edits it:

Should work like the example you shared:

To add rows, we can edit the Toolbar options:

Enable Add Rows:

That will add the + button to add rows to the table. Keep in mind that we will need to make all columns editable in order to use this feature:

This is all at the component level, the rest would be creating the queries to save your data on a database. We highly recommend using RetoolDB, specially if you would like to use the UI instead of writing raw SQL code.

Here are a few resources to work on your queries:

Happy building! :hammer_and_pick: