This feature enforces uniqueness for a field value in miniExtensions form. For example, if you would like to disallow a registered user from signing up again, this extension will prevent having duplicated records.
In miniExtensions form, you have the option to set a field settings to require uniqueness. In which case, the field input value will be validated. If the new value does not exist already, the record will be created/updated. If it does exist, an error message will show to the user and the form will not get submitted.
Features
- Supported for the following field types:
- Single Line Text
- Phone Number
- URL
- Number
- Currency
- Barcode
- Customizable error message when a duplicate record is found.
Use Cases
This extension can be useful in a lot of scenarios. You can use it to:
- Prevent users from registering twice
- Validate entries and stop duplicates
Demo
Here’s an example of a form that prevents you from using an existing username.
1. URL
2. Embed on your site
The form can be both shared as a URL or embedded in your website.
If you click on the sample view below, you’ll see the table that’s used for the demo above.
You must be logged in to post a comment.