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/a9fe8807-926c-4879-b065-0f4d8aa4f3c9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

