checkboxes for notify parameter? 
Posted: 26 May 2008 08:57 AM   [ Ignore ]
Newbie
Rank
Total Posts:  28
Joined  2006-06-22

Here is the situation. I have a site where someone can enter in their zip code and they are presented with a form that lists out available agents in their area. Next to each agent is a checkbox. So the person fills out the form with their info, and selects which people they want to send their inquiry to. So what I want to happen is that the notify parameter is filled in based on which agent(s) have been checked. I’d be able to store the agent’s email as the checkbox value. The form also always needs to be sent to an admin email as well. So it would be sent to this admin + any agents checked. How could I do this?

Profile
 
 
Posted: 26 May 2008 02:50 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3350
Joined  2006-10-18

James,

Unfortunately, you can not dynamically select email addresses for the notify parameter. This is something we plan to implement in the future though smile

 Signature 
Profile
 
 
Posted: 26 May 2008 06:08 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  28
Joined  2006-06-22

What about just having the user email template go to all the people that were checked? Would that work instead of using notify?

Profile
 
 
Posted: 26 May 2008 06:40 PM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3350
Joined  2006-10-18

yeah but unfortunately it’s not set up that way rasberry

EDIT wink

 Signature 
Profile
 
 
Posted: 26 May 2008 07:38 PM   [ Ignore ]   [ # 4 ]
Newbie
Rank
Total Posts:  28
Joined  2006-06-22

sorry...i’m confused. Can you do that or no? (i see yes and no)

It seems if you did something like calling the checkboxes email[] then wouldn’t it just send a user email template to everyone checked?

Profile
 
 
Posted: 26 May 2008 07:56 PM   [ Ignore ]   [ # 5 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3350
Joined  2006-10-18

To clarify: NO smile

I see what you’re saying now though. You’re thinking of manipulating this thing in reverse to send out emails. Unfortunately, I don’t believe it will send out to multiple emails.

 Signature 
Profile
 
 
Posted: 27 May 2008 10:38 AM   [ Ignore ]   [ # 6 ]
Newbie
Rank
Total Posts:  28
Joined  2006-06-22

Yea. The basic idea was that since in this case I could live without sending the actual “user” a confirmation email, I would just send the user email template to the people selected in the checkbox. So is there any way to confirm that using an array for the email will or won’t work?

Also, any idea of when the “pro” version will be released? (or at least a ballpark estimate)

Profile
 
 
Posted: 27 May 2008 10:42 AM   [ Ignore ]   [ # 7 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3350
Joined  2006-10-18
james Brown - 27 May 2008 10:38 AM

So is there any way to confirm that using an array for the email will or won’t work?

Hehe, give it a whirl! I’m about 99.9% sure it wont work…

james Brown - 27 May 2008 10:38 AM

Also, any idea of when the “pro” version will be released? (or at least a ballpark estimate)

I’m hoping within a couple months (well, actualy… hoping “yesterday") rasberry
But I expect around a few months…

 Signature 
Profile
 
 
Posted: 27 May 2008 10:46 AM   [ Ignore ]   [ # 8 ]
Newbie
Rank
Total Posts:  28
Joined  2006-06-22

bummer.

Profile
 
 
Posted: 04 July 2008 02:20 PM   [ Ignore ]   [ # 9 ]
Newbie
Rank
Total Posts:  17
Joined  2007-01-15

Humm. What about having two pages for the form. First asking who you want the note sent to, and then pass the variable of the names of the folks in a segment variable. Then on the second page, which is the actual form, just grab that segment variable for the notify paramater.

If the second page doesn’t pull the segment variable properly, I’ll bet an embed would work.

- T..

Profile
 
 
Posted: 04 July 2008 04:51 PM   [ Ignore ]   [ # 10 ]
Newbie
Rank
Total Posts:  28
Joined  2006-06-22

interesting idea...obviously not ideal. i hate making something take more steps than necessary, but i think i could make that work.

Profile