Send Form Data to Flask using jQuery | Python

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

what verison of jquery is this? I tried copying the forms and the ajax function and it doesnt spit out my EMailVal variable

davidbeiler
Автор

Perfect tutorial, try using serialize method instead of picking it by ID, it would make things way easier.(for values of the form)

jerrygeorge
Автор

Even if you don't use the Ajax, you can retrieve data using request.form.

debjyotibanerjee
Автор

if you can make any video on how to upload image/file using ajax and flask

AnuragPandey-hqzq
Автор

Hey bro, I watched your sending form data to flask using jQuery. My doubt is how will I be able to execute the .py file on an internet host? Because in our local computer we can keep run the flask because we have python installated in computer but what about when we host our site in an internet hoster example godady, 000domain etc? There is no python installated just the host site asks for our website files and a database.. we don't have python there so how will our files flask, python etc files execute ??

CivilThinking
Автор

what if i want to add and extra fields, the ID will be same, , how can be retreive that in flask

shivagupta
Автор

Bro can u help me ! I am create dynamic multiple html form when user input the data I want it first go in list and all the multiple form data store in list. After that user click on final submit then all the list data goes in flask class and one by one get and append in any config file in local system

ashagoswami
Автор

good video ! but I can't use "render template" in my python script because of the "e.preventDefault", and removing the "e.preventDefault" causes some KeyErrors . What should I do sir ?

MidoxRox
Автор

Hi, I need some help posting data in HTML asynchronously on button click from Flask Form
please let me know if you offer any sort of services

saikiran
Автор

hey do you know how to use immutable multidicts in python

muhammadshafeeq