User talk:Dbu
From MediaWiki.org
Hi your form is fab but there is a problem.
When some one sends a form:
This shows up after they sent it:
<pre>Form test has been submitted by (not logged in) (IP: , Email: admim@domain.com) This Email is sent to you by MediaWiki FormHandler extension from http://www.website.com testform: [not set] name: dfgfdg category: Linux Software summary: fdgd description: fgdfg priority: Medium </pre>
I don't want it to be seen.
What do I do? Sachein 18:25, 12 April 2009 (UTC)
- You can edit the code to not display the message.
- There is a line
- return 'Thank you for sending a message to '.$this->target."<br /><br />\n<pre>".nl2br($message).'</pre>';
- Just change the text after return to whatever you want it to be. Enclose it in quotation marks and put a ';' at the end.
- Dbu 18:26, 14 April 2009 (UTC)