Wednesday, September 26, 2018

Re: How to add form field dynamically?

Hi Django Lover,

On 26/09/2018 15.55, Django Lover wrote:
> Then What is the solution please let HELP ME?? I know that it will done
> by Jquery but how? I dont Know
>
>

The first hit I got on a search for "jquery dynamic form" sent me to
this page:

https://www.jqueryscript.net/tags.php?/dynamic%20form/

Looks like something like this:

https://www.jqueryscript.net/form/Dynamic-Form-Creation-Deletion.html

is exactly what you need?

Of course you still need to handle the submitted form on the server
(Django) side and you might not be able to use most of Djangos builtin
form handling functionality, but someone else definitely knows more
about that than me.

Kind regards,

Kasper Laudrup

--
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/2b7a307d-d338-dc0e-f738-770f1245805c%40stacktrace.dk.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment