How to set custom Input Field Id for all alternative form
Hello guys,I have built a form where contains various of fields and attachments.Why after of a wrong input(validation error) the attachments files are gone and need to resubmitted them?Any solution...
Hello, I want to perform data type validation depending on the type that is selected from a drop down list. The drop-down list values are: int bool string date json. I want to present an error if t...
Hello Kentico Community,I have a form that pulls in data from query strings in the URL to fill certain fields. I am using @label@ type form controls for these fields, with the content set by a macr...
I have a field in a custom table with a type of drop-down list with several options.Is there a way for me to check the current table data as follows:loop through all selected optionsif current opti...
Trying to figure a way to display one of two validation messages on a given bizform field -- dependent on the users value entered. So one validation is for maximum value, and would be 8760. So, I...
Question: Setup is Kentico 11, backend is Webforms. We have a form with a dropdown for Feet and Metric altitudes. Then there is a text field the user inputs an altitude. So if the user selects Met...
Hi,I have a field in a web part with a Data type of @Date and time@The data resolves asGetValue(@Time@)| @3/25/2020 12:50:06 PM@ | object {string} When I try to parse the selected date in the web p...
i have drop down list which filling from custome table but i want to put -select- as initial value also that when in dropdown not selected any value just showing -select- at that time validation re...
Hi, In my current project, I have a hero area that supports the following two layouts:Large Hero Area, that requires an image and a heading text.Small Hero Area, that requires only a heading text. ...