Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [Stoosh] Template problem causing internat server error

Quote Reply
Re: [Stoosh] Template problem causing internat server error In reply to
Hmm... that seems really weird that you get an Internal server error when you do that. Could you email me your folders.htm and folders_edit_include.htm templates so I can take a look at them and see why it's giving an internal server error?

I think part of the problem, is keeping all the <form>'s from overlapping as you can't have <form>'s inside of <form>'s. You can remove the extra form that the Add element requires by changing the Add button from:
Code:
<input type="submit" value="Add">
to:
Code:
<input type="submit" name="do=folders-add" value="Add">
Then you can remove the extra <form action="..."><%form hidden%><input type="hidden" name="do" value="folders-add"> that Add needed. Just make sure the Add HTML is inside the <form> tags of the other submit buttons.

Adrian
Subject Author Views Date
Thread Template problem causing internat server error Stoosh 2591 May 10, 2002, 9:19 PM
Thread Re: [Stoosh] Template problem causing internat server error
brewt 2545 May 10, 2002, 11:53 PM
Thread Re: [brewt] Template problem causing internat server error
Stoosh 2546 May 11, 2002, 7:38 AM
Post Re: [Stoosh] Template problem causing internat server error
brewt 2497 May 12, 2002, 3:13 PM
Post Re: [brewt] Template problem causing internat server error
Stoosh 2511 May 11, 2002, 10:07 AM