-
- Using the .addEventListener() method, we can have a DOM element listen for a specific event and execute a block of code when the event is detected.
- The DOM element that listens for an event is ca…
-
Event Registration forms creation and tracking – looking at different form creation websites, but a separate form website will be needed for meeting registrations (formsite.com, etc). Wordpress doesn’…
-
### Description:
We would like to introduce a Data Matrix or QR code functionality within the Eurofurence app that can be utilized for various event-related activities.
- The QR/Data Matrix code…
-
We're using Airmail extension with ElasticEmail.
CiviCRM 5.69 encouraged enabling of Smarty3 in civicrm.settings.php by adding this code:
```
define('CIVICRM_SMARTY3_AUTOLOAD_PATH',
'/mysite…
-
### Problem
As an application developer using the helidon plugin framework
I want a mechanism to register Runnable callbacks for onCancel and onClose events
So that I can deallocate resources when …
-
### What?
We can change the EC2 instance type of our server with just a simple reboot. We can use this to upgrade from a t3a.small to e.g. a t3a.2xlarge, so that we can handle short periods of high l…
-
# In-Person Event Submission
## Requirements
- Event Name: Cephalocon 2024
- Link to the Event Website: https://events.linuxfoundation.org/cephalocon/
- Are you an organizer of this event? Y…
-
```
User must be able to cancel the registration
Requires:
adding logic to the server and client
Time Estimation: ??? hours
```
Original issue reported on code.google.com by `adime...@gmail.com` o…
-
If my reading is correct, the event handler in the following service worker script will never be invoked:
```js
setTimeout(() => {
self.addEventListener('install', () => console.log('never in…
-
I would like to personalize the custom event registration email configured
at /events/regconf/edit.
What tokens are available for that emailpage, that enable to print the first_name last_name regist…