Replies: 8 comments
-
|
@bjarnef I wrote this last year, and it does exactly what your after: I agree it should be a core feature though |
Beta Was this translation helpful? Give feedback.
-
|
👍 looks like a neat feature to work on for a future version. |
Beta Was this translation helpful? Give feedback.
-
|
Hiya @bjarnef, Just wanted to let you know that we noticed that this issue got a bit stale and might not be relevant any more. We will close this issue for now but we're happy to open it up again if you think it's still relevant (for example: it's a feature request that's not yet implemented, or it's a bug that's not yet been fixed). To open it this issue up again, you can write For example:
This will reopen the issue in the next few hours. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Beta Was this translation helpful? Give feedback.
-
|
@umbrabot still relevant |
Beta Was this translation helpful? Give feedback.
-
|
I solved this recently via a custom field type combined with The great thing about this if the existing "Mandatory" and "Regex" properties are used on both fields, so it can be confirm of email, phone number, etc. But also option to set FieldType, MaximumLength og Autocomplete properties. |
Beta Was this translation helpful? Give feedback.
-
|
@nul800sebastiaan @AndyButland in case this would be integrated into Umbraco Forms core, feel free to be inspired on the documentation example :) |
Beta Was this translation helpful? Give feedback.
-
|
The example also seems to work with Something I think would be useful is to have "Form Context" available or just Form Guid available, so you know the current form and can access other fields in the form. |
Beta Was this translation helpful? Give feedback.
-
|
This remains one of the most frustrating shortcomings of Umbraco Forms - validation based on comparing with another field is standard functionality in most form builders. It really should be a standard feature of Umbraco Forms (and should have been for years). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just saw this on Our https://our.umbraco.com/forum/using-umbraco-and-getting-started/103806-umbraco-forms-add-custom-validation and as far I know Umbraco Forms hasn't a feature out of the box to compare two fields?
It can probably be done with some custom fields, but I wonder if this would make sense to add in Umbraco Forms?
For example in a registration form, where you may want to verify the email address.
Beta Was this translation helpful? Give feedback.
All reactions