Skip to content

datopian/ckanext-contact

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKAN Contact Extension

This extension adds a contact form

DEMO: http://data.nhm.ac.uk/

Settings

ckanext.contact.mail_to =
ckanext.contact.recipient_name =
ckanext.contact.subject =

# email of recipients to  blacklist seperated by space. optional
ckanext.contact.blacklist =

# recaptcha v3 settings, these are optional
ckanext.contact.recaptcha_v3_key =
ckanext.contact.recaptcha_v3_secret =
ckanext.contact.recaptcha_v3_action =

If ckanext.contact.mail_to is not set, the form will fall back to using the CKAN setting "email_to".

Credits:

Borrows much of the contact form code from https://github.com/CityofSurrey/ckanext-surrey

About

Contact form extension for CKAN

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.8%
  • Python 41.5%
  • HTML 15.7%