https://www.youtube.com/watch?v=f0uZqPNijCw
but im having issues displaying form.. On Wednesday, May 14, 2014 2:25:09 AM UTC-6, x_marine wrote: > > Hi, > > I have been working on a project that works with prefilled form fields in > html. > > I wonder how this can integrated into Django Models and posted into the > database via view validation. > > The value I get from javascritpt computation whic works well. > > My form is like this this. > > <form name="myForm" action="#" method="post"> > > Price: <input type="text" id="demo9" value="3212t" ><br> > Cost: <input type="text" id="demo5" value="675" ><br> > Margins: <input type="text" id="demo6" value="453" > > > <input type="submit" value="Submit"> > > </form> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/aa330f5d-c07f-4f42-8f21-5cf6e2cf453b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

