how to attach database to css form? [closed] - python

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 days ago.
Improve this question
I am new to programming and want to create a form on my website. I want that when the user starts typing the name of the school/college/university, etc., prompts appear in the window with the names of these institutions, with a choice (click on them and thereby insert them into the form.
I am hope for your help
I have no idea how to do this with CSS or programming languages

Related

Display image in dropdown list in django [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I'm currently working on a project and my task is to build a feature for users to rate different countries in a dropdown list.
How to add a flag beside the name of the country in drop downlist?
The easiest solution is probably to add the corresponding flag emojis to your country names.
If that doesn't fit your requirements, you will have to integrate a JavaScript library, e.g. jQuery UI.

how to make django tempory list? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I want to know that is it have way to make a tempory list that it can add by input field and not save to server until click some button like add to cart button. I will use this for POS system.!
[example similar to this]
(https://i.stack.imgur.com/wEvKf.jpg)
Django comes with Form Wizard which might helps you.
You can use sessions or cookies to store data, both methods have a default WizardView that takes care of storing the data for you.

Customzing Flask-Admin based on instance [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I'd like to add or remove some form_extra_fields based on the instance that will be displayed. The documentation is extensive around customizing the form for every member of the class but I'm having problems finding a hook where I can access the instance itself.

Python: Automatically Generate Google Form [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'd like to be able to generate and publish a google form using python code. Is this possible?
Below link will give you an idea:
https://www.reddit.com/r/learnprogramming/comments/32xd4s/how_can_i_use_python_to_submit_a_google_form_or/

Creating a post/comment ability in Django [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm going to write a post/comment function in Django with models and views.
I need a good example and tutorial.
Or I need an example.
Take a look at Django tutorial: https://docs.djangoproject.com/en/1.6/intro/tutorial01/

Categories

Resources