is there a possibility to add data to the querydict / post variable via jQuery / javascript from within an admin template?
i want to have some additional data submitted when clicking on admins built-in save-button.
greetz
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
No. This would mean that you have a security issue that can be seriously exploited via XSS attack.
To do this properly you’ll want to subclass your custom forms and build additional views.