Sunday, June 30, 2019

Re: Help

Also, you will have to wrap your entire form in a <form method="POST"> tag. Then you can use a submit button to submit the data to the server.

If you are displaying data from the database and allowing the user to make and save changes, you first have to render the data from the view.

What is the Javascript code?

On Sunday, June 30, 2019 at 7:54:43 AM UTC-5, pramod wrote:
I wrote a js for that wer it display the results  of addition automatically through id
If I use like this {{form. Full}} How do I pass the Id to the js? 

On Jun 30, 2019 6:19 PM, "Joe Reitman" <jreit...@gmail.com> wrote:
Don't use an 'input' element to display your form field.

Try something like this:

<td>{{ form.date }}</td>



On Sunday, June 30, 2019 at 7:35:42 AM UTC-5, pramod wrote:
The give to get the input  from the user in table? 

--
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 django...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2ba6a878-9dee-47ed-8f36-48d51d1bfca5%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a8512369-4e84-48c0-a79e-47ebd9213622%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment