Gossamer Forum
Home : Products : DBMan : Discussions :

Re: Unable to add records

Quote Reply
Re: Unable to add records In reply to
Actually, that is incorrect. It is not a user permission problem. If it was, then you would get the Unauthorized Action error!

What you need to check is the name of the submit button. Make sure that you have the following codes in your add record form codes:

Code:

<input type="hidden" name="add_record" value="1">
<input type="submit" name="add_record" value="Add Record">


LoisC is dead wrong.

Regards,

Eliot Lee
Subject Author Views Date
Thread Unable to add records tophostltd 2569 Jan 30, 2001, 1:35 AM
Post Re: Unable to add records
LoisC 2457 Jan 30, 2001, 5:31 AM
Post Re: Unable to add records
Stealth 2466 Jan 30, 2001, 7:23 AM