A Plone add on to simplify form confirmation by e-mail.
Project description
Introduction
This product adds a new emailer for Products.PloneFormGen. Our emailer is based on the default PFG one, but will first send an email to the person who submitted the form so he can confirm his email address.
This products relies on PloneFromGen and collective.depositbox to store the data waiting for validation.
Installing
Add collective.confirmableforms to your buildout and install it via Zope quick installer or Plone add-on control panel page.
>>> portal_url = self.portal.absolute_url() >>> self.login_as_manager() >>> self.browser.open(portal_url) >>> self.browser.getLink('Site Setup').click() >>> self.browser.getLink('Add-ons').click()>>> installer_url = self.browser.url >>> form = self.browser.getForm(index=1) >>> form.getControl(name='products:list').value = ['PloneFormGen'] >>> form.submit('Activate')
Changelog
1.2 (2012-09-07)
Sender email is not mandatory anymore. We use the one set in Plone if no address is given. [vincent]
Dutch translations. [jladage]
Fixes in labels and display in the edit form. [vincent]
1.1 (2012-09-07)
Nothing changed yet.
1.0 (2012-09-06)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file collective.confirmableforms-1.2.zip
.
File metadata
- Download URL: collective.confirmableforms-1.2.zip
- Upload date:
- Size: 32.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31419f0c1ed7b52b77583c8b2ee524e4a98c48b25027a1ca973bfb69dafa007e |
|
MD5 | 9f5aa0c95b22e2641e92e7912fafbe04 |
|
BLAKE2b-256 | 1bda891cb3904d6c8efadcdbc7f579c7518c512df17b5eceea1de86b97f4f630 |