I have a python package and website which is build with sphinx. I'm looking to include a page containing a form that can be filled:
e-mail (*):question 1:question 2:...ValidateUpon validation, the form should be converted in a nice formatting and sent by mail.Before writing my own tool and extension, do you know of any sphinx extension I could use to do so?