Mailform Telefonnummer

Ein CMSimple Support Forum für deutsch sprechende Nutzer und Entwickler
Post Reply
wosee
Posts: 122
Joined: Mon May 26, 2008 12:26 pm

Mailform Telefonnummer

Post by wosee » Tue Jan 05, 2010 1:47 pm

Ich hab' gar nicht gemerkt, dass ihr das Feld Telefonnummer in das Mailformular eingebaut habt. Wie kann ich die entfernen?

Tata
Posts: 3588
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Mailform Telefonnummer

Post by Tata » Tue Jan 05, 2010 2:05 pm

Try to comment out these lines in mailform.php:

Code: Select all

//***	.'<div style="width:200px; margin: 0 0 8px 0;">'.$tx['mailform']['senderphone'].': '
//***	.tag('input type="text" class="text"  size="35"name="senderphone" value="'.htmlspecialchars(stripslashes($senderphone)).'"').'</div>'
But this field is not mandatory. So the message is sent without the phone number anyway.

In the future this could be made optional. But there are plugins-addons-mailers with more features available.
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Post Reply