Hello,For an unknow reason, the CI doesn't detect any changes when I edit a component of my form in the form builder tab. For example, if I change the label of a field in the form builder and then...
Hi, I am trying to pre-populate a dropdown field on a form with a value parsed via UTM parameters but the field isn't updating. Any suggestions? Thanks
If a file upload is placed within a form and the form triggers a postback (e.g., due to radio button selection or submitting the form) while there are missing mandatory fields, the uploaded file in...
How are the GUIDS linked to the form component from the JSON data on the forms in kentico 13 { @identifier@: @fb2acd4a-8abd-44ba-b3fb-601337de4d4c@, @type@: @Intranet2021.FormSections.T...
Hi Team,Currently I'm working on the widget permission part in kentico 12. There are more the 50 widget which we developed, and as per the documentation we will allow the widget to pass the widget ...
Editing a simple (so far) form in Kentico 11. I am creating a drop-down. All I want to do is to have the value of each rendered option and the visible text of each option be different, like this: @...
When creating a form which has a radio button list where each button value starts with a number, the buttons are not given unique IDs when rendered on the front-end, which leaves only the first opt...
I noticed that whenever I used Form I'm getting these error: Uncaught TypeError: Cannot read properties of undefined (reading 'updatableFormHelper') at HTMLDocument.
Hi,Is there a way of preventing links being copied into text fields on a form and submitted? Thanks
I have a form built using form builder. When I submit the form records are inserted twice(same records with 2 different Id). I checked with sql profiler two insert statements are called. How can I ...