diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-12-10 10:26:11 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-12-10 10:26:11 +0000 |
commit | 10f3eac590f12370505901ccf1f51019eb895550 (patch) | |
tree | 2f84dd83fb535713a0f0a81f58a179a867b01bde /WebContent/index.html | |
parent | 3b6ae7427c2b803a89be4bf94771f3b79380c099 (diff) | |
download | vaadin-framework-10f3eac590f12370505901ccf1f51019eb895550.tar.gz vaadin-framework-10f3eac590f12370505901ccf1f51019eb895550.zip |
Feedback box hidden field. Feedback is sent to whole tk-dev team.
svn changeset:3199/svn branch:trunk
Diffstat (limited to 'WebContent/index.html')
-rw-r--r-- | WebContent/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index 0cdd990ae2..72d020ba91 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -252,6 +252,7 @@ <h4>Instant Feedback</h4> <form action="http://www.itmill.com/formmail.app" enctype="multipart/form-data" method="post"> <input name="SuccessUrl"type="hidden" value="http://www.itmill.com/developers/feedback_ok.htm"> + <input name="FormType" type="hidden" value="7" /> Send a quick message to Toolkit R&D team:<br /> <textarea name="feedback" cols="38" rows="3" multiline="true">Comments, suggestions, bug reports - anything.</textarea><br /> <input type="submit" value="Send" /> |