Click here to register.
      
Bazaar


     Discuss > Etcetera Goto page «Previous Page   1 2    Next Page»

RSVP function in WebGUI?

User pvanthony
Date 9/4/2008 2:13 pm
Views 1063
Rating 0    Rate [
|
]
Previous · Next
User Message
pvanthony

Hi,

Just wanted to know if this is possible to be done in WebGUI. Like by using Workflow.

Here are the steps,

1. A registered user logs into WebGUI

2. There is a form with a "YES", "NO" and "Remind Me later". Much like a RSVP for a meeting.

3. If the registered users selects "Remind Me Later" or do not make any selection, WebGUI would keep sending them an email every two days reminding them to make a decision.

Can this be done?

P.V.Anthony

--- (Edited on 5-September-2008 3:13 am [GMT+0800] by pvanthony) ---



Back to Top
Rate [
|
]
 
 
knowmad

This could be accomplished with a macro on the login page which checks the database to see if the user has submitted the form, a data form to collect the data, and a custom workflow to send an email reminder if the form has not been submitted.

There may need to be some additional components depending on your specific implementation requirements.

 

William

----
Knowmad Technologies
http://www.knowmad.com

--- (Edited on 9/4/2008 4:25 pm [GMT-0400] by knowmad) ---



Back to Top
Rate [
|
]
 
 
pvanthony

This could be accomplished with a macro on the login page which checks the database to see if the user has submitted the form, a data form to collect the data, and a custom workflow to send an email reminder if the form has not been submitted.

There may need to be some additional components depending on your specific implementation requirements.

Thank you for replying.

The user may not login. So the emails is to get them to login and read the article and fill in the form. If they decide on the "remind me later", then WebGUI would send the email again every 2 days. If they do not fillin the form, the email will still go out to remind them. They have to give an answer for the emails to stop.

We can group the required users to a particular group. Then the workflow could check the group and the form to decide if an email has to be sent.

I hope I am clear in my explaination.

Would this be a big problem? Would others need such a feature?

This feature would be great for calling a meeting or a party.

Once again thank you for replying.

P.V.Anthony

--- (Edited on 7-September-2008 4:26 pm [GMT+0800] by pvanthony) ---



Back to Top
Rate [
|
]
 
 
bartjol

Well, when the user does not login, it's hard to determine who doesn't log in and should receive mail. If you make the articles only visible for regsitered users, they have to log in to read and you can show the form AND know who to send the mail.

--- (Edited on 9/8/2008 10:46 am [GMT+0200] by bartjol) ---



Back to Top
Rate [
|
]
 
 
pvanthony

Well, when the user does not login, it's hard to determine who doesn't log in and should receive mail. If you make the articles only visible for regsitered users, they have to log in to read and you can show the form AND know who to send the mail.

Lets say, I want to invite 20 people.

1. I would create a group called "Meeting".

2. Place these 20 people into that group.

3. Create an article about the meeting.

4. Create a form with the needed feilds plus the yes, no and remind me later.

5. Use the "send email to group" feature, to invite them to come into the site to check out the news or invite.

6. Next create a workflow that would check the group and check the form asset every two days. If the user has not filled up the form or has clicked on "remind me later", the workflow would send an email to that user to remind the person to come to the site to check out the invite.

This way the system can work without the user logining at first. It is to make the user login to the system and read the invite.

Is this logic correct? Doable?

P.V.Anthony

--- (Edited on 8-September-2008 11:11 pm [GMT+0800] by pvanthony) ---



Back to Top
Rate [
|
]
 
 
knowmad

Is this logic correct? Doable?

That sounds doable to me. You should start with the _activity.skeleton in WebGUI/lib/WebGUI/Workflow/Activity. Good luck and let us know how it works out. Sounds like an interesting application of WebGUI.

 

William

----
Knowmad Technologies
http://www.knowmad.com

--- (Edited on 9/8/2008 11:23 am [GMT-0400] by knowmad) ---



Back to Top
Rate [
|
]
 
 
pvanthony

That sounds doable to me. You should start with the _activity.skeleton in WebGUI/lib/WebGUI/Workflow/Activity. Good luck and let us know how it works out. Sounds like an interesting application of WebGUI.

Thanks for the link.

Have ordered the WebGUI's developer's book. Hope learn from there about workflows and such. I am not a programmer.

Will try.

P.V.Anthony

--- (Edited on 8-September-2008 11:41 pm [GMT+0800] by pvanthony) ---



Back to Top
Rate [
|
]
 
 
susanb
We have setup an email reminder Activity for one of our sites based on  
time of year and user status in the UserProfile. I can send you our  
activity if you think it would be helpful, but it might be quite a bit  
more complicated than what you really need.

--Susan


On Sep 8, 2008, at 8:41 AM,   wrote:

> pvanthony wrote:
>
>
>
> That sounds doable to me. You should start with the  
> _activity.skeleton in WebGUI/lib/WebGUI/Workflow/Activity. Good luck  
> and let us know how it works out. Sounds like an interesting  
> application of WebGUI.
>
>
>
> Thanks for the link.
>
> Have ordered the WebGUI's developer's book. Hope learn from there  
> about workflows and such. I am not a programmer.
>
> Will try.
>
> P.V.Anthony
>
> --- (Edited on 8-September-2008 11:41 pm [GMT+0800] by pvanthony) ---
>
>
>
> http://www.plainblack.com/etcetera/rsvp-function-in-webgui/6
>
>
> --
>
> Plain Black, makers of WebGUI
> http://plainblack.com

--- (Edited on 9/8/2008 1:00 pm [GMT-0500] by susanb) ---



Back to Top
Rate [
|
]
 
 
pvanthony

We have setup an email reminder Activity for one of our sites based on time of year and user status in the UserProfile. I can send you our activity if you think it would be helpful, but it might be quite a bit more complicated than what you really need.

That would be really useful and very helpful. Exactly what I needed. A good example. A quick way of learning how to write workflows.

Please do share. It maybe useful to others as well.

Thank you for offering to share.

P.V.Anthony

--- (Edited on 9-September-2008 2:23 am [GMT+0800] by pvanthony) ---



Back to Top
Rate [
|
]
 
 
koen

By RSVP do you mean Please Respond or something else?

Koen de Jonge - ProcoliX
http://www.procolix.com
Hosting - WebGUI - Virtualization

--- (Edited on 8-September-2008 23:09 [GMT+0200] by koen) ---



Back to Top
Rate [
|
]
 
 
     Discuss > Etcetera Goto page «Previous Page   1 2    Next Page»



Recent Discussions Color Key

Design:

Development:

Et Cetera:

Install/Upgrade:  

Smoketest:

Template Group:


Re: Shortcut of a thread by knowmad - Thu @ 07:33am

Re: Synopsis search results by knowmad - Thu @ 07:21am

Re: Templates workspace site by rogier - Thu @ 04:24am

Re: Templates workspace site by rogier - Thu @ 02:59am

Re: Shortcut of a thread by perlDreamer - Wed @ 11:46pm

Re: Ubuntu Load on Startup by SteveD - Wed @ 04:37pm

Shortcut of a thread by arjan - Wed @ 04:11pm

Re: preventing email spam mailto by lrobinson - Wed @ 03:51pm

preventing email spam mailto by sandraqu - Wed @ 03:39pm

Re: Data Form and Form Controls by martink - Tue @ 11:05am

Re: Synopsis search results by marieken - Tue @ 06:10am

Re: Übersetzungen vor dem nächsten Treffen by koen - Tue @ 04:24am

Re: Übersetzungen vor dem nächsten Treffen - Translations to be done before the next meeting will take place. by bernd - Tue @ 01:15am