I am having some difficulties with formatting a macro that sets an online form field default value from a selected dropdown list in the form that then reads from a custom table. {% GlobalObjects.Cu...
How can I execute some of the predefined queries in the Custom table within a macro expression?Example: CMSContext.Current.Queries.FieldsAsObjects.ClassID[@customtable.IncomeTreats@].Queries.Select...
is there a way to send an email after a custom table has been entered?
Why can I not add a File Uploader control to a Custom Table? would like to be able to be able to add a file that is saved in the database and not the media library or content.
When using a Custom Table for user input there seems to be a delay in being able to view the data. Is this common? Also when I use the Custom Table form there is a Rich Text Editable box included ...
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...
Question: Is there a out-of-the-box form control for Custom Table alternative forms, for @Upload File@? Kentico Forms (bizforms/online forms) has the option when you select Data Type @ File, of a ...
I want to update cached content of one custom table when another custom table item is updated. Let's say I have two Custom Tables: Product and Order. There are List and Edit pages for both Product ...
Hi, In a Custom Table I have a field of Integer Data Type and Drop Down List form control. The form control's data source is a list of options like: 1;Option 1 2;Option 2 3;Option 3While I create o...
Question. Using a Kentico forms table which has a dropdownlist with options. Depending on a given option selected, we would like to run a separate query. How would this be done? Some background: u...