Tiny Contact Form
Ein ganz einfaches und kleines Kontaktformular.
Einfach in den Einstellungen die Empfänger-Email-Adresse angeben und den Shortcode (siehe readme.txt) an den gewünschten Stellen eintragen. Fertig.
Tiny Contact Form 0.6
Contributors: Tom BraiderDonate link: www.unicef.org
Tags: email, mail, contact, form
Requires at least: 2.7
Tested up to: 2.9.2
Stable tag: 0.6
Little form that allows site visitors to contact you by email.
Description
Use
[TINY-CONTACT-FORM] within any post or page.Add the widget to your sidebar.
Installation
- unzip plugin directory into the
/wp-content/plugins/directory - activate the plugin through the
Pluginsmenu in WordPress - insert
[TINY-CONTACT-FORM]in your page or/and add the widget to your sidebar - check the settings (email, messages, style) in backend
- without widgets use this code to insert the form in your sidebar.
<?php global $tiny_contact_form; if (isset($tiny_contact_form)) echo $tiny_contact_form->showForm(); ?>Frequently Asked Questions
How to style?
- The complete form is surrounded by a
div class="contactform". Tags in FORM: LABEL, INPUT and TEXTAREA. - To change the form style in your sidebar you can use
.widget .contactform(plus tags above) in your templatestyle.css. - Since v0.3 you can use the settings.
Need Help? Find Bug?
read and write comments on plugin pageScreenshots
Arbitrary section
Silent Helper
- Jay Shergill www.pdrater.com
- by: Marcis Gasuns www.fatcow.com
- da: Jonas Thomsen jonasthomsen.com
- de: myself ;)
- es: Jeffrey Borbón www.eljeffto.com
- fr: Jef Blog
- he: Sahar Ben-Attar openit.co.il
- hr, it: Alen Širola www.gloriatours.hr
- hu: MaXX www.novamaxx.hu
Changelog
0.6
- new: set reciever and subject in shortcode [TINY-CONTACT-FORM to="abc@def.hi" suject="Hello"]
- now name and email of the writer are the default "From" data if non "From" given on options page
0.5.2
- new translation: hebrew, thanks Sahar Ben-Attar
0.5.1
- Bugfix: referer on pages with more post was wrong
- Bugfix: PHP4 compatibility, "static" before function deleted
- new translation: Danish, thanks to Jonas Thomsen
0.5
- new: optional captcha
- new: referer (page the mail was sent) in mail
- new translation: France, thanks to Jef Blog
0.4.3
- Bugfix: little change in stylesheet to realy hide the "hidden" fields
0.4.2
- Bugfix: little change in spam check
0.4.1
- new translation: Belorussian, thanks to Marcis Gasuns
0.4
- new: custom widget title and submit button
0.3.3
- new translation: hungarian, thanks MaXX
0.3.2
- new translation: espanol, thanks Jeffrey
0.3.1
- new translations: hr and italiano, thanks Alen
0.3
- new: more user settings
- new: language support (english, german)
- change to wp_mail()
0.2
- new: sidebar widget to easy add the form to the sidebar
0.1
- first release
created by Readme Parser
Zu guter letzt ein Style-Sheet Beispiel. Wird ja oft genug danach gefragt.
/* field names */<br />
.contactform label { display:block; }<br />
/* fields */<br />
.contactform input { display:block; width:400px; border:1px blue solid; }<br />
/* message area */<br />
.contactform textarea { display:block; width:400px; height:200px; }<br />
/* ok message */<br />
.contactform_respons { display:block; color:green; font-weight:bold; border: 2px green solid; padding:10px; }<br />
/* error message */<br />
.contactform_error { display:block; color:red; font-weight:bold; border: 2px red solid; padding:10px; }<br />
/* smaller widget form */<br />
.widget .contactform { width:200px; }<br />
.widget .contactform input { width:98%; }<br />
.widget .contactform textarea { width:98%; height:100px; }<br />



[...] Tiny Contact Form – Skapa ett litet smidigt kontaktformulär till er blogg för att låta era besökare kontakta dig. Kan infogas i varje artikel eller sida. [...]
[...] 3. Tiny Contact Form [...]
[...] 3. Tiny Contact Form [...]
[...] Questo plugin vi fornisce un semplice e sicuro form di contatti Ajax based da inserire nelle pagine del vostro blog. Facile da configurare, direi che è la modalità più utilizzata nei blog WordPress. Tiny Contact Form [...]
[...] Tiny Contact Form – indir WordPress contact form plugin [...]
[...] Tiny Contact Form [...]
[...] die PluginsWordpress.com Stats (Ersatz: Piwik)Akismet (Ersatz: Antispam Bee)Contact Form 7 (Ersatz: Tiny Contact Form)Vermutlich gibts da noch viel mehr Optimierungsmöglichkeiten, aber man will ja in Zukunft auch [...]
Hi Tom,
Firstly I'd like to thank you for creating what seems to be an excellent little WordPress plugin. I have installed TCF and styled it, however I am unable to receive any emails sent by the form.
I have added my email address in the Plugin Setting page, and when I press submit after filling in the form it tells me that the submission was successful, however I never receive an email.
Any ideas?
Maybe your problem is the same as Alen. See this comment and prior.
Hi how can I insert some predefined text like "Paste your interview link here..." into the text box in sidebar? I want it to disappear when I click on the text box. I know this is ussually done with adding value="Paste your interview link here..." and onfocus="this.value=" ' ' " but this breaks the php.
To insert a default text try to change the code. Insert in line 77 before
$form = ...To blur the field you can use
onfocus="this.blur()".Ich bin relativ Neu mit WP und habe folgendes Problem: habe das Plugin zwar installiert, aber wenn ich auf "bearbeiten" klicke dann sehe ich eine leere Seite. Habe die neueste WP-Version 2.9.2 - help! bitte!
... und noch was: sobald das plugin installiert ist, funktioniert das editieren meiner Seiten nicht mehr: ist alles leer! Seltsam. Danke im Voraus, ich hoffe meine Kommentare kommen an. Gruß K
Wenn du das Plugin deaktivierst ist alles OK? Welche Plugins hast du noch? Evtl. mal nur Tiny Contact Form aktivieren.
Du kannst auch in der Datei wp-config.php (im WordPress-Hauptverzeichnis) mal die Zeile
define ('WP_DEBUG', true);eintragen. Dann werden Fehlermeldungen angezeigt. Die schick mir bitte mal per Kontaktformular.Danke für Deine Antwort! Habe inzwischen mit dem Service Provider gesprochen, im Endeffekt lag es am Server. Musste eine htaccess Datei herstellen, damit der Server meine Plugins versteht, das Problem hatte ich nämlich auch mit anderen. Danke nochmal! Super Plug-in.