Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7548473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T09:42:27+00:00 2026-05-30T09:42:27+00:00

django forms seem to be oriented for rerdirecting the user to a different page

  • 0

django forms seem to be oriented for rerdirecting the user to a different page once the form has been submitted.
However I would to have a dynamically updating page where the form is inside a <div></div> while the output generated using the form information is in a second <div></div> on the same page. Once the form is submitted only the latter div should update. Something similar to the AJAX approach.

Is this possible using django forms? How?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T09:42:28+00:00Added an answer on May 30, 2026 at 9:42 am

    You need JavaScript. For example, with jQuery:

    $('form').submit(function() {
        $.post($(this).attr('action'), $(this).serialize(), function(data, textStatus, jqXHR){
            $('.other_div').html(data);
        })
    })
    

    Note: that won’t work if your form contains file fields. In that case, rely on this plugin: http://jquery.malsup.com/form/ (function ajaxSubmit)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Django my_forms.py like this: class CarSearchForm(forms.Form): # lots of fields like
I have a form like: #forms.py from django import forms class MyForm(forms.Form): title =
I have a web report that uses a Django form (new forms) for fields
I have a Django Form class defined likes this in Models : class AccountDetailsForm(forms.Form):
I have two questions concerning the Django ChoiceField: This is my form: class ContactForm(forms.Form):
I want to pass different template in each step for my django form wizard.
django.forms is very nice, and does almost exactly what I want to do on
I am having problems with django forms and image uploads. I have googled, read
Is it possible to have a variable number of fields using django forms? The
Why can't I do this? from django import forms from django.forms import widgets class

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.