RSVP CGI script

Hi to all,

I hope if any one can help out with this one please!

I have a wedding website and I want to add RSVP page but I can't figer out

what I have to do? is there any working CGI script that I can see what I need to do?

what I'm looking for is:

First name: Last name:

option of :

Will be able to attend

or Will not be able to attend

and, Number of attending:

I found some secript and I did as ReadMe file come with it but still no luck :(

many thanks in advance.

#390759

What script did you find? We might be able to help you with that...

-NC

#390816

How do you want to be informed about the user's response? By email?

#390893

thanks a lot for the reply and help out!

I attached the HTML, and CGI files in open zip file you can download it and see if you can find out what I'm missing!

PS: I have changed the name of the domin to whatever for now :P until I will finish the site.

again thank you for your time guys.

Oh: yes, I want the user's responese by email

cgi-bin.zip

Attachment: cgi-bin.zip

#390964

I'm having some issues with the CGI files, but that may be my server.

Problems with the page itself that you'll have to fix:

There's a tag that ends the whole thing too early...right after this line:

<form action="/cgi-bin/bizmail.cgi" method="POST" name="Subscribe">

The comments have improper formatting, and I believe this screws up the whole thing. Remove all comments (paste them into another document) for now.

That should help, or at least make the form work (you'll note that if you try clicking the Reset button, it won't even work as is).

-NC

#391096

I fixed the problm! it wat the permissions not set to 755

#391153