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

search results

for form fields

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 field

Hello, I wonder if this is a bug or feature... I have a form field named "Dział" ("Department") and it is the type of "Choice tree". When I try to create a report with forms containing this field, the field is accessible depending on report source type... when the report source type is "SQL Source" - the field is accessible when I choose "SearchIndex source" - it disappears from the list of acce

Hi everyone, I had the requirement to provide a drop down which can be used to select a form type. Since I'm a fan of doing things the right way I've chosen to provide a multilingual label. Example: TMeasure$$de$$Maßnahme$$en$$Measure I'm not sure whether I'm missed something because of the late hour, but I didn't found a better option than creating this on my own. If someone else has a similar

Hello, I personally like immediate validation – right after the user checks/selects/enters something on the form - much better than validation on an action. So usually I validate fields “on value change” and set the field error if necessary. Currently I use a js-function like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hi

Hello, I'm continuing my development of a form containing item list. The case is as follows: I add an item to the item list and after it is added (upon ending the edition in one item edit mode) I want to automatically add an item that is dependant (dependancy is held in one of the items list fields of the idem being added). However if edition is canceled nothing should happen. So, what approa

(...) Hi, We have 2 processes: Accounts and Payables . I have created a report for those 2 processes with global form fields fields. Among them there 2 people picker fields. The report is pulling all the requests without any issues but when I tried to filter on the global people picker Column, it is not showing the data. Example: we have a Requestor people picker Technical form field. There are few reques (...)

(...) We have 2 processes: Accounts and Payables . I have created a report for those 2 processes with global form fields fields. Among them there 2 people picker fields. The report is pulling all the requests without any issues but when I tried to filter on the global people picker Column, it is not showing the data. Example: we have a Requestor people picker Technical form field. There are few requests submitt (...)

Hi folks, The "Format Date" function just converts the date value into a text value. Sadly we need a date field. Of course creating extra text fields which are visible on the form which are just formatted text fields is an option. But it somehow HAS to be possible just simply set a different date format. Thanks in advance. Best regards

(...) Point list. We'd like to add the same number of records to Sharepoint list as the number of values selected in the abovementioned form field. So each record should represent one person and have other form fields the same for all persons. An example. The user fills the form in: 1 form field: CAR: Volkswagen Golf IV 2 form field: Persons: Mr Smith, Mr Johnson, Mr Williams 3 form field: Position: Manager (...)

(...) Hi all! We are wondering if there is a good way to add new items to an item list on the client side. We already found a way to add new item (which can be triggered by a form rule) and set some form fields before, which then act as default values for the new row. Since it all is asynchronous it has to be a promise chain, like this pseudo code: p.then(() => { SetValue(formField, 'Value') }).then(( (...)

(...) e tried that with the existing elements and it worked in a way. But the image scaling isn't really good, we couldn't change the pencil color and so on. So as a suggestion: Please combine these two form fields to create a pimped signature/image field. This could create more possible applications. Until then, Bjoern P.S.: The added picture shows a "Handwritten signature" form field into that the cont (...)

(...) I need to find solution form the problem with some case in my organization – maybe you will help me to find the most effective way to do that? Case: Users: A, B, C, X Forms type: type1, type2 form fields : value1, value2 There are few forms (type1) which are filling by users (A, B, C) during the month (for example January). One of the form field (value1) on each forms (type1) should be automatical (...)

Hi, I know this is a kind of "stupid" request. If I select an "Item list" it would be great when the order of "New form field" and "New column" would be switched. Even after years of using the Designer Studio I will create new fields instead of new columns, especially after just creating the item list. Maybe it's just me, but I doubt it. Best regards, Daniel

(...) Hey there. What's your preferred way of hiding form fields on page load? In my scenario form fields should remain hidden, unless a form field rule from another field was triggered on value change that 'unhides' the target form field. I've been doing it the following way: 1. Make the field that should not be shown upon form load visible in the Field Matrix 2. Insert the 'Hide' JavaScript function (...)

(...) Hi, I have a form on which I want to have an action that trigers after the fields has change, what kind of action I can add? For instace in workflow I have element called 'start' with form fields : text : dupa Number : 1000 user makes some changes in those field, after that i want to trigger my action. How can I do it?

1. In Automation (action) I create excel file from template and add few data to specific cells. 2. The excel file is attached to the form in attachment section. 3. I would like to create pdf file from that excel file. (i don't see that option) in design studio. what I would like to do: 0. create template with excel (done) 1. from fields update excel template (done) 2. excel template save

How to add list of Attachments from the Form to Word Template? 1. A created word template 2. If filled by Automation process 3. How to add to template DOC the Attachment section ? 4. How to add Comments to template DOC [Bonus] ? I don't see the fields in Word plugin to create template .... 11 - word template 12 - the section from WebCon Form

Dear Community, You can set value for empty field (aka. placeholder) in Style and behavior section. Would it be nice if I could enable and set such placeholder value via function (like form rule). As an example, I create a form rule or define actions on change value in field. Changing checkbox field value (as marked, True) I'm setting "mark required" other related field. In such situation I

hi there, I'm able to apply a rule for show and hide of Text fields.., but once i run the form the default run shows me all fields without applying the rule! once i pick one of the choice field options, it starts to apply the rule and show the correct text field and hide the others...., see the attached pic the three fields ( IN , OUT , Between) must not show until i pick it from the transfe

1. Configuration: Form is taking data from other processes 1. Purchase Request (process) form >> you pick item and the fields are filled ... 2. Sales Company's (process) form >> again you pick from drop down list a Seller company 3. Seller Form (dictionary process) >> drop down list if you pick Sales Company, then you can pick seller And now I would like to do Doc (word) template ... but