Kuika's URL element ensures that users enter valid web addresses (e.g., a website, file path, or API link) correctly. The entered URL is automatically validated, and the user is alerted if it is entered in an incorrect format. The element can also allow the user to visit the link directly by clicking on it.
The URL element can be used in both web and mobile applications.
Usage Areas
File upload or external link addition forms
Website or portfolio link entry
Dynamic retrieval of image, document, or media links
Product page or external source link displays
API or webhook address entry fields
Usage Scenario – File Upload (Import from URL)
In an email subscription management screen, users can use two methods to upload a new subscriber list: Drag and drop the file or import it from an external link via the URL element.
In the scenario:
The user opens the “Add new subscribers” window.
Instead of the “Choose file” field, they enter the file link in the “Import from URL” box.