Issue
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:
...
Validate
Upon 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?
Solution
You embed HTML to any sphinx page with raw
directive.
- Create your form in Google Forms or similar
- Embed it to a Sphinx page using HTML and
<iframe>
Basic HTML knowledge is required.
Answered By - Mikko Ohtamaa
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.