Search found 217 matches

by s980845
10 Oct 2022, 22:46
Forum: Discussion
Topic: Get Value of Dropdown List Entry
Replies: 6
Views: 387

Re: Get Value of Dropdown List Entry

This worked perfectly!!! Now, how can I make this move down a line in a text area field? I've tried /n and // but both don't work. Or if that's not possible, is there a way to get this to add the value to a Tags field in PHP? I tried making it an array but result was blank. There's no documentation ...
by s980845
07 Oct 2022, 01:34
Forum: Discussion
Topic: Get Value of Dropdown List Entry
Replies: 6
Views: 387

Re: Get Value of Dropdown List Entry

$entity_id = 268; //get entity ID $parent_item_id=0; $wrist="Wrist Size " . [1582] . "\n"; $shirt="Shirt Size " . [1583]; //prepare data to insert $data = [ 'parent_item_id'=>$parent_item_id, 'field_3396' => [1576], 'field_3397' => [1578], 'field_3395' => [1577], 'fiel...
by s980845
07 Oct 2022, 00:41
Forum: Discussion
Topic: Get Value of Dropdown List Entry
Replies: 6
Views: 387

Re: Get Value of Dropdown List Entry

Field 5678 is drop-down list type field.
I'm using phpcode to copy the value from list 5678 to unrelated entity with field# 1234.

I need the value or name of the entry in that field.
You have function get_value, but that doesn't seem to work in php code.
by s980845
06 Oct 2022, 00:12
Forum: Discussion
Topic: Get Value of Dropdown List Entry
Replies: 6
Views: 387

Get Value of Dropdown List Entry

We are using custom PHP. How would I get the result of a dropdown list entry?
I've tried 'field_1234' = [5678] but 1234 is blank when the record is added, and doesn't seem to get the information from 5678.
by s980845
17 Sep 2022, 19:52
Forum: Suggestions
Topic: Field with dropdown for prefix or suffix.
Replies: 0
Views: 199

Field with dropdown for prefix or suffix.

I would like to suggest a fieldtype with a selectable prefix and/or suffix. The options could be selected in the edit window/new entry window via a drop-down with a list of choices (either per field or using a global list.) This would be useful when dealing with money as you could select the type of...
by s980845
06 Aug 2022, 00:28
Forum: Discussion
Topic: Email Sending Rules: From Email
Replies: 8
Views: 383

Re: Email Sending Rules: From Email

Is donations working in the US again?
by s980845
04 Aug 2022, 19:06
Forum: Discussion
Topic: Email Sending Rules: From Email
Replies: 8
Views: 383

Re: Email Sending Rules: From Email

For our use case, this wouldn't be ideal. We also send emails using our personal (work) email address for some tasks (such as emailing a client directly.) We have multiple programs serviced by the framework (youth empowerment, therapy, and medical). A single outgoing email won't work for our needs, ...
by s980845
04 Aug 2022, 00:15
Forum: Discussion
Topic: Email Sending Rules: From Email
Replies: 8
Views: 383

Email Sending Rules: From Email

Is there a way to change where the email came from?
We have multiple employees, but we must send out a closing email to our lab everyday from a specific email address. We cant send it out using our personal email addresses. I don't see a way to set the from email address in the email sending rules.
by s980845
25 Jul 2022, 19:43
Forum: Bug Report version 3.2
Topic: Chat Module ➤ Shift + Enter Broken
Replies: 1
Views: 171

Chat Module ➤ Shift + Enter Broken

Hello. In the chat module, there's is a setting to enable line wrapping when shift + enter is pressed. This setting does not seem to work, and will send the message anyways without moving down a line. I am working on a mac, I'm not sure if windows has the same issue or not, but considering that shif...
by s980845
19 Jul 2022, 21:17
Forum: Discussion
Topic: Add Signature To Email
Replies: 1
Views: 141

Re: Add Signature To Email

Nevermind. I was able to get this working. I edited fieldtype_text_pattern.php. Added these lines into that file. sublime_text_aotVkWm1S3.png Now I am able to use the [current_email_signature] pattern within the email sending rules! Suggestion: Within the extension, add a tab for custom text pattern...