Re: adding a drop down selection list

2007-06-12 Thread strelok31
Thanks a lot guys. After I have changed my code to sales_person = request.POST['salespeople_dropdown'] it worked perfectly. On Jun 12, 2:55 pm, strelok31 <[EMAIL PROTECTED]> wrote: > Thanks Jeremy, > > I will try out your suggestions. I am not new to programming, I am new > to web programming an

Re: adding a drop down selection list

2007-06-12 Thread strelok31
Thanks Jeremy, I will try out your suggestions. I am not new to programming, I am new to web programming and Django. I have done all four steps that your suggested before, I have just done #2 wrong. I will correct it now. Thanks. On Jun 12, 12:54 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > O

Re: adding a drop down selection list

2007-06-12 Thread Jeremy Dunck
On 6/12/07, strelok31 <[EMAIL PROTECTED]> wrote: > > Any ideas? I have been stuck on this for a while and I got nobody else > to ask for help. Thanks again. If you're really stuck, you need pointers as much as you need a solution; there really are many sources to find info on how to accomplish th

Re: adding a drop down selection list

2007-06-12 Thread [EMAIL PROTECTED]
request.POST['salespeople_dropdown'] should have your value? On Jun 12, 3:31 pm, strelok31 <[EMAIL PROTECTED]> wrote: > Any ideas? I have been stuck on this for a while and I got nobody else > to ask for help. Thanks again. > > On Jun 4, 8:47 am, strelok31 <[EMAIL PROTECTED]> wrote: > > > I wante

Re: adding a drop down selection list

2007-06-12 Thread strelok31
Any ideas? I have been stuck on this for a while and I got nobody else to ask for help. Thanks again. On Jun 4, 8:47 am, strelok31 <[EMAIL PROTECTED]> wrote: > I wanted to see if people have any ideas, I am sorry if I was not very > clear in my explanation. > > My task is to add a drop down selec

Re: adding a drop down selection list

2007-06-04 Thread strelok31
I wanted to see if people have any ideas, I am sorry if I was not very clear in my explanation. My task is to add a drop down selection list to the HTML page and the save the value selected to the MySQL database. I have added a drop down selection list. The problem that I am having right now is

Re: adding a drop down selection list

2007-06-01 Thread Russell Keith-Magee
On 6/2/07, strelok31 <[EMAIL PROTECTED]> wrote: > > Any ideas? Let's get this straight: You send a multiple-page email, describing a large application, with a vague description of what it does, and a body of unindented Python code, and HTML that doesn't appear to come from a Django template. As a

Re: adding a drop down selection list

2007-06-01 Thread strelok31
Any ideas? On Jun 1, 8:17 am, strelok31 <[EMAIL PROTECTED]> wrote: > I inherited an application written in Python and I need to make a > change to it. The guy who created it is gone and I am not an expert in > Python. I was able to get one thing to work but I am having difficulty > with another p

adding a drop down selection list

2007-06-01 Thread strelok31
I inherited an application written in Python and I need to make a change to it. The guy who created it is gone and I am not an expert in Python. I was able to get one thing to work but I am having difficulty with another part. I need to add a drop down selection list to the HTML page and the save