Search found 50 matches

by pico
27 Aug 2024, 17:37
Forum: Bug Report version 3.5.4
Topic: ${current_date} does not work on email notification subject
Replies: 3
Views: 1308

Re: ${current_date} does not work on email notification subject

Sorry, I didn't know you had replied this... This is about email rules? Can you provide screenshot where you configured it? No, it's Email Notification. Schedule to send everyday at 15.00. The sending process are working fine, but the ${current_date) does not change to the actual current date. Here ...
by pico
06 Aug 2024, 08:42
Forum: Bug Report version 3.5.4
Topic: ${current_date} does not work on email notification subject
Replies: 3
Views: 1308

${current_date} does not work on email notification subject

A small bug.

The ${current_date} does not change to the actual today's date. Check the attached image from my inbox below.
Screen Shot 2024-08-06 at 11.36.10.png
by pico
02 May 2024, 18:45
Forum: Discussion
Topic: Automatically generate pdf files as attachments
Replies: 1
Views: 456

Re: Automatically generate pdf files as attachments

How to automatically export the attachment to the attachment field of the specified entity. I imagine a scenario that might work for this need. Using mail sending rules, specific email address and mail integration that linked to the specific entity. The exported file would be sent via mail sending ...
by pico
21 Feb 2024, 02:27
Forum: Bug Report version 3.5.4
Topic: Add Sub-Entity record > no current record field
Replies: 3
Views: 259

Re: Add Sub-Entity record > no current record field

support wrote: 19 Feb 2024, 08:58 File from archive replace to plugins\ext\modules\processes\actions\
Let me know if it works ok now.
It works!
Thank you Sergey..
by pico
13 Feb 2024, 15:27
Forum: Bug Report version 3.5.4
Topic: Add Sub-Entity record > no current record field
Replies: 3
Views: 259

Re: Add Sub-Entity record > no current record field

Similar to what I found on Automate Action → "change fields value of the current record" for user ajax fieldtype.

This is on version 3.5
Screen Shot 2024-02-13 at 18.17.56.png
This is on version 3.4.4
Screen Shot 2024-02-13 at 18.16.23.png
Hopefully it can be fixed soon.
by pico
28 Jan 2024, 04:27
Forum: Discussion
Topic: Image Crop and Size Tool
Replies: 5
Views: 533

Re: Image Crop and Size Tool

Will you include this feature in version 3.5?
by pico
02 Jan 2024, 20:32
Forum: Bug Report version 3.4.4
Topic: Date with Calendar Picker issue with PHP 8.2
Replies: 2
Views: 420

Date with Calendar Picker issue with PHP 8.2

The Date with Calendar Picker field on PHP 8.2 cannot handle negative number. This happens consistently with those three "selectable date" settings on the extra tab. - default date - minimum selectable date - maximum selectable date For example: when we set -10 (days) as minimum selectable...
by pico
17 Aug 2023, 13:06
Forum: Bug Report version 3.4.4
Topic: [SOLVED] JavaScript in form: Works in 3.3.1 but not in 3.4.2
Replies: 2
Views: 347

Re: JavaScript in form: Works in 3.3.1 but not in 3.4.2

Didou12 wrote: 16 Aug 2023, 18:08 Did you try to encapsulate it in :

Code: Select all

$(document).ready(function(){
//here
})
Maybe the tags are loaded at the end.


EDIT : I tried it and it works for me :)
Yes, it works!
Thank you very much! 👍🏼