Gizra / IBLI

0 stars 3 forks source link

Subscription box #245

Closed nedSaf closed 10 years ago

nedSaf commented 10 years ago

239

nedSaf commented 10 years ago

Update: The form is ready and saving in the database. Now sending email to the user.

nedSaf commented 10 years ago

Update: Added sending mail, Have to check it in the office.

nedSaf commented 10 years ago

Update: This is the form: selection_078

The form can be submitted only once by an authenticated user or a guest (Locked by IP or cookie).

If the form is already submitted, It will look like this: selection_080

This is the result admin page: selection_079

The admin can download the results in csv or excel formats. Clear the results as well.

This is the mail that the subscriber receives: selection_077

Still working on changing the "From" email address to be "ibliwebsystem@cgiar.org".

@niryariv Is limiting the user to only one submission is correct ? If yes, i want a sentence to write when the form is already submitted.

niryariv commented 10 years ago

@nader77 no need to limit the user to one submission. it's possible that an agent will demo this to users and will submit for them, so will have many submissions from the same browser.

nedSaf commented 10 years ago

Update: 1- Unlimited the number of submissions. 2- Fixed email sender.

selection_081

nedSaf commented 10 years ago

Merged.

nedSaf commented 10 years ago

Deployed

niryariv commented 10 years ago

@nader77 what's the URL for viewing the subscriber list?

nedSaf commented 10 years ago

@niryariv When you are admin, You can edit the webform and see the result like this: ibli

Or you can visit directly: /node/41/webform-results/table

Admin only as well.