Search found 556 matches

by pepe
12 Mar 2024, 11:11
Forum: Suggestions
Topic: Prevent Deleting Signature
Replies: 6
Views: 258

Re: Prevent Deleting Signature

Important feature!
+1
by pepe
11 Mar 2024, 01:26
Forum: Discussion
Topic: Disable fields in "My Account" form
Replies: 6
Views: 146

Re: Disable fields in "My Account" form

This works:

.form > #account_form > .form-body > div:nth-child(6),
.form > #account_form > .form-body > div:nth-child(7),
.form > #account_form > .form-body > div:nth-child(8) {
display: none;}

Regards, Pepe
by pepe
09 Mar 2024, 11:13
Forum: Discussion
Topic: Disable fields in "My Account" form
Replies: 6
Views: 146

Re: Disable fields in "My Account" form

I tried to address the elements but can't get it to work. I have tried the following: #account_form > div.form-group > div:nth-child(6), #account_form > div.form-group > div:nth-child(7), #account_form > div.form-group > div:nth-child(8) {display: none;} May be, somebody could look at the challenge ...
by pepe
06 Mar 2024, 13:10
Forum: Discussion
Topic: Disable fields in "My Account" form
Replies: 6
Views: 146

Re: Disable fields in "My Account" form

Yes, I tried the suggested solution but, unfortunately, it does not work. Objects structure may have changed in the form. Regards, Pepe
by pepe
03 Mar 2024, 02:21
Forum: Discussion
Topic: Disable fields in "My Account" form
Replies: 6
Views: 146

Disable fields in "My Account" form

Could somebody please provide help to disable or hide the three bottom fields in the "my Account" form:
2024-03-02_My_Account.JPG
I would really appreciate your help.
regards, Pepe
by pepe
02 Feb 2024, 13:47
Forum: Suggestions
Topic: Update by Creator
Replies: 11
Views: 1683

Re: Update by Creator

+1
by pepe
16 Mar 2022, 02:08
Forum: Discussion
Topic: Display fields rules
Replies: 1
Views: 268

Display fields rules

I am using the display fields rules feature to hide/show various fields in a form for tasks. I have several user fields like owner (created_by) of the record, responsible to finish the task (leadership), participants, etc. There are various roles to derive from the users, some of them are: - admin -...
by pepe
10 Mar 2022, 14:24
Forum: Discussion
Topic: User Role permission
Replies: 12
Views: 676

Re: User Role permission

Hi, STEP 1: you could use the sort order field in User Access groups to setup a hierarchy. For example: - 100 = supper admin - 90 = site admin - 80 = management - 70 = project manager - 60 = client - and so on ... STEP 2: in entity Users, create a field of type MySQL Query to store that store the re...
by pepe
06 Mar 2022, 22:09
Forum: Discussion
Topic: app_user.id
Replies: 5
Views: 603

Re: app_user.id

I did a setup of DB on demo page. Also, sent PM with all details.
Regards, Pepe
by pepe
04 Mar 2022, 17:32
Forum: Discussion
Topic: app_user.id
Replies: 5
Views: 603

Re: app_user.id

In my task entity I do have various user lists: 1. created_by (this is not a list, obviously I use the created_by field) 2. Responsible user (single choice user field, later I will change it to approve field to sign off on a task) 3. Attendants: One or more users who need to participate on finishing...