MikeHowarth wrote: > Can't seem to find anything of relevance in the docs, so wondering if > someone could help me. > > Basically I want to put an email signup form in the footer of my site, > which I can display errors/success message in place. > > Other than using Ajax to post this info in the background is there a > way in Django to actually have a form on a page which has an action > to another page and return error messages/success message back to the > previous one i.e hooking in to global error variables or similar? > > Any one any ideas?
Basically what you describe is the essence of Ajax. Ajax requests are no different from any other as far as Django is concerned, though: the client-side Ajax code will typically replace some page element's InnerHTML with the response from the server. regards Steve -- Steve Holden +1 571 484 6266 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---