Search found 94 matches

by kubera
28 Sep 2020, 15:42
Forum: Discussion
Topic: How to make a field read only on a public form?
Replies: 13
Views: 966

Re: How to make a field read only on a public form?

Hello Kubera, Thanks for your response. I added the script into the form JS section and changed the field reference to the field number that is being used on the form entity. The test however did not give the desired result and the field is still editable. JS Script 1.png Result 2.png This happens ...
by kubera
28 Sep 2020, 14:41
Forum: Discussion
Topic: How to make a field read only on a public form?
Replies: 13
Views: 966

Re: How to make a field read only on a public form?

Hi

Insert in JS Tab in Public form configuration

Code: Select all

$('#fields_1653').on('keydown', function() {
	return false;
Change 'fields_1653' to price field name.
by kubera
29 May 2020, 15:01
Forum: Translations
Topic: Polish translation for 2.7 and Extensions 2.7
Replies: 1
Views: 446

Polish translation for 2.7 and Extensions 2.7

Updated polish translation for 2.7 (Core and Extensions)
polish_2.7.7z
(44.9 KiB) Downloaded 189 times
by kubera
04 Mar 2020, 22:14
Forum: Discussion
Topic: Filter according a Number interval [Solved]
Replies: 2
Views: 488

Re: Filter according a Number interval

For "a) Customers between 4 and 18 years old" you can enter in filter 'Values' input somthing like ">4&<18"

And so on...
by kubera
27 Feb 2020, 23:29
Forum: Suggestions
Topic: Info Pages in Menu
Replies: 3
Views: 1334

Re: Info Pages in Menu

I saw that the configuration of menu structure will be extended in version 2.7. It`s great news.
I would like to remind you of my request that infopages should also be possible to be added anywhere in the menu.
by kubera
21 Feb 2020, 23:17
Forum: Discussion
Topic: Fixed header in listing
Replies: 2
Views: 440

Re: Fixed header in listing

by kubera
26 Jan 2020, 16:40
Forum: Bug Report version 2.6
Topic: Info pages error
Replies: 1
Views: 464

Info pages error

Hi There is an error with visibility of ipages. When you create menu for nested ipages it`s not showing. I think it`s because the or is_menu=1 in sql in file '\plugins\ext\modules\ipages\components\menu.php' $where_sql = " and (find_in_set(" . $app_user['group_id'] . ",users_groups) o...
by kubera
17 Jan 2020, 18:10
Forum: Bug Report version 2.6
Topic: Signature + automate actions
Replies: 3
Views: 550

Re: Signature + automate actions

support wrote: 17 Jan 2020, 17:54 Signature field not supported in automate action. This special field and can be used on item info page only.
?
But you can set automate action in configuration of Signature field type as I showed in first psot.
by kubera
17 Jan 2020, 17:31
Forum: Bug Report version 2.6
Topic: Signature + automate actions
Replies: 3
Views: 550

Signature + automate actions

The sam issue as with Stages. When you set up action (with manual input) for Signature field
01.jpg
and all users approve record, the action runs without action dialog.
by kubera
15 Jan 2020, 23:40
Forum: Bug Report version 2.6
Topic: Stages
Replies: 20
Views: 1666

Re: Stages

It seems to work now. Thanks.