Re: Django 1.10 How to Take form Inputs (ie field one + field two = field three) and auto update before submitting the form.

2016-08-15 Thread Paul Kudla
ludovic coues : If you can please contact me directly with email p...@scom.ca would like to discuss further, am willing to pay for programming time to sort out some basic issues and get some working examples. have been programming for 25 years, know what i need to accomplish and want to use

Re: Django 1.10 How to Take form Inputs (ie field one + field two = field three) and auto update before submitting the form.

2016-08-14 Thread ludovic coues
if what you are doing is a quote, you don't need to get the total from the user. I would go one step further, don't get price from the user. Form can be altered. I would do the model like that: class Invoice(models.Model): user = models.ForeignKey(User, models.CASCADE) date

Django 1.10 How to Take form Inputs (ie field one + field two = field three) and auto update before submitting the form.

2016-08-13 Thread Paul Kudla
I am running django 1.10 and assume i will need to use java scripts, jquery or angularjs Simply put i have a decimal field that i want to add to another decimal field and place the answer in a third decimal field. I want this to be displayed on the fly as the form gets data inputed on the