Send Form Data to Flask using jQuery | Python

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 15

  • @davidbeiler6364
    @davidbeiler6364 2 года назад +1

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

  • @jerrygeorge180
    @jerrygeorge180 3 года назад +1

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

  • @debjyotibanerjee7750
    @debjyotibanerjee7750 3 года назад +1

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

  • @CivilThinking
    @CivilThinking 2 года назад

    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 ??

  • @ashagoswami1428
    @ashagoswami1428 3 года назад

    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

  • @shivagupta6909
    @shivagupta6909 3 года назад

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

  • @saikiran600
    @saikiran600 3 года назад

    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

  • @MidoxRox
    @MidoxRox 4 года назад

    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 ?

  • @AnuragPandey-hq1zq
    @AnuragPandey-hq1zq 4 года назад +2

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

    • @arunsachdev2861
      @arunsachdev2861 3 года назад

      Yea that would be great!
      Please do that

    • @arunsachdev2861
      @arunsachdev2861 3 года назад

      Did you find any solution Anurag? I am stuck on that

  • @muhammadshafeeq8779
    @muhammadshafeeq8779 3 года назад

    hey do you know how to use immutable multidicts in python

  • @quardle-wordle
    @quardle-wordle 4 года назад +2

    where is code

  • @vineetdhaimodker8541
    @vineetdhaimodker8541 3 года назад +1

    No code link