Questions tagged [custom]
The custom tag has no summary.
24 questions
0
votes
1
answer
15
views
Reporting on participants in a program with certain dates
I am trying to create reports to gather numbers on who participated in our programs within the year. Currently I have our programs as a custom field checkbox in contact information, and I have a start ...
2
votes
1
answer
108
views
Can I create a custom "API4 Query" in my extension?
I'm trying to do some custom membership reporting and it'd be nice to be able to define a new/custom "API4 Query", i.e. something new in the directory Civi/Api4/Query
I tried just including ...
1
vote
1
answer
54
views
New Activity Form from contacts activity tab using FormBuilder
CiviCRM 6.1.0
I am trying to building a custom activity form, using formbuilder, Which I have successfully done, however I want it to work like the default "new activity" forms you access ...
0
votes
2
answers
62
views
help with creating new summary field
I'd like to add a field for average contribution in the "summary fields" extension - I know I can divide total contribs by count but the staff at my org can't manage this. I also know that ...
1
vote
1
answer
67
views
How to create new custom page in civicrm?
I need to create a new custom page in civicrm for whatsapp integration. I need a page to show the whatsapp template listing. How to do this in civicrm?
0
votes
1
answer
29
views
How do i create a custom page size using backdrop
I am using backdrop with civicrm 5.65.0 and need to create a custom page size so that i can then create a mailing label for a 6"x4" label printer.
Please help. I cant find anything that ...
2
votes
1
answer
106
views
SearchKit - Can't figure this out - works until I add a second join
I asked a question about CSV downloads and was suggested to look at SearchKit to make this work.
I have a SQL command that works, but just lists the contents.
select civicrm_registered_dogs....
1
vote
1
answer
127
views
CSV Download from a custom pop up
I have a function that lists score for a dog:
<h3>Your Dog's Scores</h3>
{crmButton href="#" class="button-name" title="Download CSV" icon="icon-class-...
0
votes
1
answer
46
views
Unsure how to install Open Sans font
I’m trying to make Mosaico my go-to instead of MailChimp. Our organisation is big on branding conformity and I have to use Open Sans for our newsletters. Is there a simple way to install that font for ...
0
votes
1
answer
94
views
Custom logic for fields
One of the requirements for a project was for the system to generate a unique ID for each of the members coming in. The logic of the unique ID is slightly complex. The unique ID will take the first ...
0
votes
1
answer
88
views
Why is the custom field "Link" type not displaying as a link?
Is there a reason that the "Link" custom field type is displaying as an Input field instead of rendering an A tag with href? I want to the Link type to render a link as a link.
1
vote
1
answer
122
views
How to add an action in the contacts list action drop down menu
I need to add actions in the contacts list drop down action menu.
As an example, if I make a contacts search I got a contacts list result. Then on the contacts list I can choose an action like export ...
1
vote
2
answers
69
views
CRM.loadForm into div without popup
I create page where I want dynamically load different page into div. Jquery function CRM.loadForm dynamically load form, but it loads into popup. It is possible not create popup, but put the content ...
3
votes
2
answers
78
views
Can't create quickform via CRM_Core_Form in my custom extension
I want to create page with form via my custom extension. I find this page in documentation: https://docs.civicrm.org/dev/en/latest/framework/quickform/
But when I create a class according to the ...
0
votes
1
answer
64
views
CiviCRM Search page results - Custom template
Thank you in advance. I am looking for a way to create custom search result pages (perhaps through Smarty ?).
We have heavily customised CiviCRM to work for our organisation needs and most of the ...