RSVP submit button to send invitee"s email address
RSVP submit button to send invitee"s email address
am 08.06.2007 03:30:18 von marckatsambis
Hi,
I want to create an 'RSVP' submit button that sends the invitee's
email address to the host.
I realise I can do this easily by creating a name or email text field,
but I would like to make it as easy for the invitee as possible to
simply click 'RSVP' or 'Decline' and be done.
Is this possible? Is user input required?
Thanks,
Marc
Re: RSVP submit button to send invitee"s email address
am 08.06.2007 04:41:36 von dorayme
In article
<1181266218.169989.171640@i38g2000prf.googlegroups.com>,
marckatsambis@gmail.com wrote:
> Hi,
>
> I want to create an 'RSVP' submit button that sends the invitee's
> email address to the host.
>
> I realise I can do this easily by creating a name or email text field,
> but I would like to make it as easy for the invitee as possible to
> simply click 'RSVP' or 'Decline' and be done.
>
> Is this possible?
No.
> Is user input required?
Yes.
Without user input, how is the message that replies as "he/she
pleases" to contain the user's email address? Without magic or a
god, it will not work.
--
dorayme
Re: RSVP submit button to send invitee"s email address
am 08.06.2007 06:26:41 von royarneskar
On 8 Jun, 03:30, marckatsam...@gmail.com wrote:
> Hi,
>
> I want to create an 'RSVP' submit button that sends the invitee's
> email address to the host.
>
> I realise I can do this easily by creating a name or email text field,
> but I would like to make it as easy for the invitee as possible to
> simply click 'RSVP' or 'Decline' and be done.
Do you really need the users emial address? Why not send back any
information
when the user hit the 'RSVP' button?
Re: RSVP submit button to send invitee"s email address
am 11.06.2007 01:33:04 von marckatsambis
On Jun 8, 2:26 pm, "Roy A." wrote:
> On 8 Jun, 03:30, marckatsam...@gmail.com wrote:
>
> > Hi,
>
> > I want to create an 'RSVP' submit button that sends the invitee's
> > email address to the host.
>
> > I realise I can do this easily by creating a name or email text field,
> > but I would like to make it as easy for the invitee as possible to
> > simply click 'RSVP' or 'Decline' and be done.
>
> Do you really need the users emial address? Why not send back any
> information
> when the user hit the 'RSVP' button?
I need some information so that I know who has actually RSVP'ed. I was
hoping there would be a function that could 'grab' the invitee's email
address when the 'RSVP' or 'Decline' button was pressed. Looks like a
simple Name field or Email field will have to be implemented.
Thanks