Widget:Help desk: Difference between revisions
Jump to navigation
Jump to search
Rim Halaby (talk | contribs) Created page with "<includeonly> <script type="text/javascript"> function sendMail() { var api = new mw.Api(); api.post({ action : 'emailuser', target : 'Rim_Halaby', subject : $("input[..." |
Rim Halaby (talk | contribs) No edit summary |
||
Line 28: | Line 28: | ||
<div name="emailform"> | <div name="emailform"> | ||
<form> | <form> | ||
<label for="subject"> | <label for="subject">Please type the subject of your question.<br /></label><input type="text" id="subject" name="subject" /><br /><br /><br /> | ||
<label for="content">Please type your question in details | <label for="content">Please type your question in details and we will assist you as soon as we can!</label><textarea name="content" id="content"></textarea> | ||
<input type="button" value="Send" onclick="sendMail()" /> | <input type="button" value="Send" onclick="sendMail()" /> | ||
</form> | </form> | ||
</div> | </div> | ||
</includeonly> | </includeonly> |