Gossamer Forum
Home : Products : DBMan : Customization :

Re: [mrwumpus] How can I auto-fill fields on just the add form?

Quote Reply
Re: [mrwumpus] How can I auto-fill fields on just the add form? In reply to
Use something like:
Code:
if ($in{'add_form'}) {
print qq|whatever you want to print when adding|;
}
else {
print qq|whatever prints when doing anything else|;
}

Place this where you want it (in html_record_form).

Also check out the 'unofficial faq' for more ideas on formatting, etc. http://webmagic.hypermart.net/dbman/



Subject Author Views Date
Thread How can I auto-fill fields on just the add form? mrwumpus 2069 Dec 27, 2001, 12:16 PM
Thread Re: [mrwumpus] How can I auto-fill fields on just the add form?
Watts 2007 Dec 27, 2001, 12:28 PM
Post Re: [Watts] How can I auto-fill fields on just the add form?
mrwumpus 2000 Dec 27, 2001, 1:33 PM
Thread Re: [Watts] How can I auto-fill fields on just the add form?
britneythuyduong 1989 Jan 2, 2002, 2:01 PM
Thread Re: [britneythuyduong] How can I auto-fill fields on just the add form?
LoisC 1970 Jan 2, 2002, 9:02 PM
Thread Re: [LoisC] How can I auto-fill fields on just the add form?
britneythuyduong 1952 Jan 7, 2002, 10:37 PM
Post Re: [britneythuyduong] How can I auto-fill fields on just the add form?
kellner 1937 Jan 8, 2002, 2:43 AM