Help with creating an input field for list of URLs

Hello everyone,

I am trying to create an input field for a list of URLs in my Bubble app. The goal is for users to be able to enter multiple URLs, and then my app will run some checks on those URLs. However, I am having trouble getting the input field to work properly.

I am looking for help with the following:

  • How to make the input field accept only URLs and validate the input
  • How to properly save the entered URLs in the database, so that they can be used later in the workflow

If anyone has experience with this or has any suggestions, I would greatly appreciate your help.

Thank you in advance!

You can identify URL using regex. You can also try whether an input field “contains” or does not contain for the identification.
You can use a button or autobinding to save or update the data.