I have enabled Kentico Activity Tracking for contacts. However, Kentico does not create any anonymous contact records of the public site visitors. It only create a contact record if the user submit...
I have a question about online forms: I have a main page where I can click a checkbox to open a popup form (Kentico 9 Bizform), but when I submit that form, it saves the same data twice with differ...
We are using our own identity server for authentication, so wanted to use the same for Kentico CMS site (Kentico 13, .net core Portal). All I can see is this link to integrate external authenticati...
I have the following API call to retrieve page data List@VillageNewsItem@ newsList = pageRetriever.RetrieveAsync@VillageNewsItem@( query =@ query ...
I'm using Kentico 13 .NET Core development setup. However, I dodn't see the 'Fields' sections for Forms in the left menue like I used to do in older versions. I want to add some custom fields to th...
I have the following code in my Startup.csendpoints.MapControllerRoute( name: @Default@, pattern: @{controller}/{action}/{id?}@ ); Routing do...
we have had a user that submits our @contact us@ form nearly every day with spam. This has been happening for months - is there a way to block this user/IP from filling out the form?We have located...
I'm getting a request error message in Kentico Xperience REST service.I followed the documentationAnd I used Hash parameter.This works using Hash Authentication =@ http://localhost:81/Admin_Site/re...
I'm using Kentico 13 .NET Core and trying to build a custom form control. However, as mentioned in following article, I cannot see the 'Form Controls' tab to register my custom control. What am I m...
I want to add BCC to the marketing email. Is there any way to do that?I tried using the below code. But it did not work.public override void Init() { EmailInfo.TYPEINFO.Events.Insert.Before += ...