WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for form

There's an option to switch from horizontal to vertical layout if you click on AND/OR operators. Could this be extended to all other operators, too. :) This would reduce the scrolling and therefore improve readability a lot.

(...) Hello all, I want to set up an action to Add a new list element in a Sharepoint list where my URL will be different based on a form field. But when I'm selecting the list where I want to add my new elements, we can only choose the ones in that site content. Does anyone have any idea on this? Thank you all!!!

(...) What is the easiest way to detect whether a form is in edit or display mode? I need this to show/hide fields. Any ideas?

(...) Hello, I'm working on a form of employee's declaration, which should contain a long text (an inform ation for the employee, mandatory for legal reasons). What is a proper way for placing these types of data on a form ? Is there a way other than creating an attribute and assigning default value (assuming that the text will be constant).

(...) Hi, I am a new guy here and I just started with webcon designer. I need help with mathematical operation on a form . I want to subtract two dates to get number of days beetwen this two dates. I know that I can use "datediff" function but my point is to get this 'dynamically'. When user starts to fill form , he type date 1 and date 2 and below that he will see in third field numbers of days. How to achi (...)

(...) Hi everyone, most of the time an error raised by the "Validate form " action can be fixed by the current user. It would be great if we could have a new configuration option "Focus field" where you can set an expression/field. When the error is displayed on the form the "Set Focus" action is executed and the configured value selected. I assume that the "Set focus" action already toggles collapsed gro (...)

(...) Hi community! We are currently facing a new requirement, where it should be possible to change the browser language with a series of buttons in the form (approximately 20 different languages). Every click on a language button should change UI labelling on current form to selected button language. e.g. [German] [English] [French] ...

Hi everyone. I've prepared my first prototype in Designer Desk and now I'm trying to test the workflow (before publishing the process in Designer Studio). When I'm trying to go to the next step I get an error.

Hi, I have noticed that you can create multiple content databases on one Webcon installation. Why and how would you actually use that? It would be great if you could segregate the instances of different business entities in different databases, but I am not sure that is possible. What else do you know about this subject of multiple content databases on the same Webcon portal. Thanks, Razvan

(...) Dear all is possible to set that the attachments area will be default collapsed when opening the form ?

(...) Hi all! I was trying to see if it's possible to send a form , that would be triggered in webcon by the user, with a list of fields and after the user submits it l, it is integrated in webcon. For example, you are creating your customer list, you send the form for the customer (user without a license), the person puts all the details and when its submitted, the inform ation is automatically integrated (...)

(...) Hi everyone, I'm currently creating quite a lot of "validate form " actions. For example: - Date one must be after date two - Date must be in the future - Integer value must be positive These are implemented as "validate form " action since I prefer validation on the server rather than on the client only. The draw back is, that it's a poor usability. So I "recreate" the same validations as form rules (...)

(...) Hi all, I'm having a problem in Studio with a form Validation rule using SQL. I have an item list that is populated with lines if the user select a Sales Order in another field or manually filled if there is no inform ation on the SO. There is a column that is mandatory to be filled whenever the item list has any rows and I tried many examples to construct a validation form rule in order to ha (...)

(...) Maybe I missed something but I'm struggling on a form . On the form I have 2 autocomplete choice fields that are related. First I would like to hide the second field. The first field a category has to be selected (1-5), and when someone selects Category 1, the second field should appear dynamically to make a selection. Now I added a rule in "Visibility restriction in form ", see picture. I runs but (...)

(...) one, I wanted to play with the BPSAuth Service and I have realized that I don't know how to use it and the community.webcon.com and howto.webcon.com websites don't mention much about it (Almost no inform ation about configuring it or handling BPS users). Does anyone have any article abut it? It would be useful to know how to get the clientId and secret and how to manage BPS Users passwords. Thanks (...)

(...) After upgrading to most recent version 2021.1.3.205, a simple form rule definded at path parameters stopped working (the rule on the attached screen). If I change the rule just to CONFIRM['Something'] (without the IF), then it works, but with the IF it does not. It used to work in 2021.1.1.53. Anyone experiencing such an issue?

(...) Hello all, Does anyone configured a calculated column in the reports to calculate the difference between current date and a date field from the form ? I was trying days (getdate() - form field) but it's not accepting the days form ula. Thank you!

(...) It was a great addition when the foreach functionality was added in form rules for item lists, but they seem to be limited only to get and set values. There are plenty of reasons for witch you could need to disable a field or color ii differently using form rules. It would be great if styling fields with the foreach functionality would also be possible. I have attached an example where the fields ma (...)

(...) s is just a simple JavaScript which changes the assigned space of the left and right panel from 50% for each to 75% for the right and 25% for the left. The JavaScript can be copy&pasted into a JS form Rule (1) which gets added to Behavior tab (2) so it get's executed. window.ccls = window.ccls || {}; ccls.changePanelWidth = {}; ccls.changePanelWidth.execute = function (timeoutCounter,timeou (...)

(...) The structure of the form fields does not suit one specific step in a workflow. How could I rearrange the form fields for this one step?