Skip to content

CiviCRM extension to revent users to overwrite on their record while trying to add a new participant/contrib

Notifications You must be signed in to change notification settings

jmcclelland/noverwrite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CiviCRM noverwrite extension

Prevent users to overwrite on their record while trying to add a new participant/contrib

civiCRM by default pre-select your own contact details when you register to an event (or other public visible forms) if you are logged in. It is generally a good thing, but might lead to errors, for instance when a team member will overwrite their own contact record, or if one forward an invitation they received to someone else. This extension put the first and last name fields read only, to prevent these mistake

Based on an idea and initial code from Stoob.

###does it work with contacts not logged in but that use checksum?### yes

###installation### Download/git clone in your extension folder, enable the extension. or directly from the extension list in your civicrm

About

CiviCRM extension to revent users to overwrite on their record while trying to add a new participant/contrib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.2%
  • JavaScript 2.8%