Re: How to make a queryset into a database, starting from a template html

2017-01-18 Thread Melvyn Sopacua
On Tuesday 17 January 2017 08:42:40 carlobo wrote: > in a html template I receive some input to create a new record in a > database . One of these inputs is the international dialing prefix > (such as +39 for Italy). In another field of the same template there > is another input to enter the

Re: How to make a queryset into a database, starting from a template html

2017-01-17 Thread Fred Stluka
Carlobo, If you want the nation field to be given a value as soon as a a dialing prefix is entered, without posting the page to the web server and retrieving a new page, you're going to have to use _javascript_ and the perhaps the technique called Ajax.

How to make a queryset into a database, starting from a template html

2017-01-17 Thread carlobo
in a html template I receive some input to create a new record in a database . One of these inputs is the international dialing prefix (such as +39 for Italy). In another field of the same template there is another input to enter the country. To facilitate the user would like, after entering the