We have an existing Kentico-driven site. On top of that site, we created a user-friendly app to allow managers to enter data into Kentico database. Essentially we are using Kentico API from our bac...
Hello,I was wondering if it was possible to use the Bizforms without storing physical data (and just using the email notification).Our client wants to keep the bizform to send email notifications t...
Hi , I need to get the field names in my form. Currently the situation is that I have: BizFormInfo formObject = BizFormInfoProvider.GetBizFormInfo(formname,KenticoContext.Current.CurrentSiteName);...
I am using a bizform with many fields that have visibility conditions, some of the fields direct users to other areas of the website.As such, having the @submit@ button always present at the bottom...
Is there no way to change the default ID for input fields on Kentico for each field? Change this: @p_lt_ctl05_pageplaceholder_p_lt_ctl02_content_widget1_ctl00_viewBiz_ctl00_fl_jupiter_list_0@ to @h...
for instance I saw in one of the examples of integration bus it was mentioned to use new ObjectIntegrationSubscription(ConnectorName, TaskProcessTypeEnum.AsyncSnapshot, TaskTypeEnum.All, null,@biz...
Hi,I have a business form with user selector field, user title field and user superior field. I want to auto-populate the user title and user superior field based on the user selection. How can I a...
We have forms located on various pages on our site. We would like the user to fill out their zip code of this form. On the notification email, we'd like to automatically populate the city and state...
Hi thereIm not a developer, so forgive any naivety on my part!I want to know if it's possible to capture the page on which a form is submitted using Bizforms. I need to use the same form on multipl...
I have many contact form in my site. I configured the form to clear on submission. When user submitted the form it clears the form as expected but its show an message @The changes were saved.@ is t...