Let's process them with Django's function based views. def multiple_forms(request): if request.method == 'POST': contact_form = ContactForm( ...
確定! 回上一頁