{"id":4357,"date":"2009-01-01T11:39:34","date_gmt":"2009-01-01T11:39:34","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/tiny-contact-form\/"},"modified":"2016-08-04T10:04:51","modified_gmt":"2016-08-04T10:04:51","slug":"tiny-contact-form","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/tiny-contact-form\/","author":559205,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.7","stable_tag":"0.7","tested":"4.6.30","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"Tiny Contact Form","header_author":"Tom Braider","header_description":"","assets_banners_color":"","last_updated":"2016-08-04 10:04:51","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.tomsdimension.de\/postcards","header_plugin_uri":"http:\/\/www.tomsdimension.de\/wp-plugins\/tiny-contact-form","header_author_uri":"http:\/\/www.tomsdimension.de","rating":0,"author_block_rating":0,"active_installs":200,"downloads":51178,"num_ratings":0,"support_threads":2,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.3","0.3.1","0.3.2","0.4","0.4.1","0.4.2","0.4.3","0.5","0.5.1","0.6","0.7"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1567330","resolution":"2","location":"plugin","width":364,"height":374},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1567330","resolution":"3","location":"plugin","width":789,"height":517},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1567330","resolution":"1","location":"plugin","width":450,"height":414}},"screenshots":{"1":"contact form on page","2":"contact form widget in sidebar","3":"settings page"}},"plugin_section":[],"plugin_tags":[360,267,361,450],"plugin_category":[41,42],"plugin_contributors":[78041],"plugin_business_model":[],"class_list":["post-4357","plugin","type-plugin","status-closed","hentry","plugin_tags-contact","plugin_tags-email","plugin_tags-form","plugin_tags-mail","plugin_category-communication","plugin_category-contact-forms","plugin_contributors-tom-braider","plugin_committers-tom-braider"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/tiny-contact-form.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/tiny-contact-form\/trunk\/screenshot-1.png?rev=1567330","caption":"contact form on page"},{"src":"https:\/\/ps.w.org\/tiny-contact-form\/trunk\/screenshot-2.png?rev=1567330","caption":"contact form widget in sidebar"},{"src":"https:\/\/ps.w.org\/tiny-contact-form\/trunk\/screenshot-3.png?rev=1567330","caption":"settings page"}],"raw_content":"<!--section=description-->\n<p>Use '[TINY-CONTACT-FORM]' within any post or page.\nAdd the widget to your sidebar.<\/p>\n\n<h3>Arbitrary section<\/h3>\n\n<p><strong>Translations<\/strong><\/p>\n\n<ul>\n<li>by: Marcis Gasuns http:\/\/www.fatcow.com<\/li>\n<li>da: Jonas Thomsen http:\/\/jonasthomsen.com<\/li>\n<li>de: myself ;)<\/li>\n<li>es: Jeffrey Borb&oacute;n http:\/\/www.eljeffto.com <\/li>\n<li>fr: Jef Blog<\/li>\n<li>he: Sahar Ben-Attar http:\/\/openit.co.il<\/li>\n<li>hr, it: Alen &Scaron;irola http:\/\/www.gloriatours.hr<\/li>\n<li>hu: MaXX http:\/\/www.novamaxx.hu<\/li>\n<li>sv: Thomas http:\/\/www.ajfix.se<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>unzip plugin directory into the '\/wp-content\/plugins\/' directory<\/li>\n<li>activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>check the settings (email, messages, style) in backend<\/li>\n<li>insert '[TINY-CONTACT-FORM]' in your page or\/and add the widget to your sidebar<\/li>\n<li>without widgets use this code to insert the form in your sidebar.\n'&lt;?php if (isset($tiny_contact_form)) echo $tiny_contact_form-&gt;showForm(); ?&gt;'<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How to style?<\/dt>\n<dd><ul>\n<li>The complete form is surrounded by a 'div class=\"contactform\"'. Tags in FORM: LABEL, INPUT and TEXTAREA.<\/li>\n<li>To change the form style in your sidebar you can use '.widget .contactform' (plus tags above) in your template 'style.css'.<\/li>\n<li>Since v0.3 you can use the settings.<\/li>\n<\/ul><\/dd>\n<dt>Need Help? Find Bug?<\/dt>\n<dd><p>read and write comments on <a href=\"http:\/\/www.tomsdimension.de\/wp-plugins\/tiny-contact-form\">plugin page<\/a><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.7<\/h4>\n\n<ul>\n<li>new: multi widgets with different receivers<\/li>\n<li>new: 5 additional fields (e.g. website, phone) possible<\/li>\n<li>new: to hide form after submit is your choice now<\/li>\n<li>new: alternative \"question answer captcha\"<\/li>\n<li>new language: Swedish, thanks to Thomas http:\/\/www.ajfix.se<\/li>\n<li>some bugfixes<\/li>\n<\/ul>\n\n<h4>0.6<\/h4>\n\n<ul>\n<li>new: set reciever and subject in shortcode [TINY-CONTACT-FORM to=\"abc@def.hi\" suject=\"Hello\"]<\/li>\n<li>new: get subject from url like '?subject=Hello'<\/li>\n<li>now name and email of the writer are the default \"From\" data if non \"From\" given on options page<\/li>\n<\/ul>\n\n<h4>0.5.2<\/h4>\n\n<ul>\n<li>new translation: hebrew, thanks Sahar Ben-Attar<\/li>\n<\/ul>\n\n<h4>0.5.1<\/h4>\n\n<ul>\n<li>Bugfix: referer on pages with more post was wrong<\/li>\n<li>Bugfix: PHP4 compatibility, \"static\" before function deleted<\/li>\n<li>new translation: Danish, thanks to Jonas Thomsen<\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>new: optional captcha<\/li>\n<li>new: referer (page the mail was sent) in mail<\/li>\n<li>new translation: France, thanks to Jef Blog<\/li>\n<\/ul>\n\n<h4>0.4.3<\/h4>\n\n<ul>\n<li>Bugfix: little change in stylesheet to realy hide the \"hidden\" fields<\/li>\n<\/ul>\n\n<h4>0.4.2<\/h4>\n\n<ul>\n<li>Bugfix: little change in spam check<\/li>\n<\/ul>\n\n<h4>0.4.1<\/h4>\n\n<ul>\n<li>new translation: Belorussian, thanks to Marcis Gasuns<\/li>\n<\/ul>\n\n<h4>0.4<\/h4>\n\n<ul>\n<li>new: custom widget title and submit button<\/li>\n<\/ul>\n\n<h4>0.3.3<\/h4>\n\n<ul>\n<li>new translation: hungarian, thanks MaXX<\/li>\n<\/ul>\n\n<h4>0.3.2<\/h4>\n\n<ul>\n<li>new translation: espanol, thanks Jeffrey<\/li>\n<\/ul>\n\n<h4>0.3.1<\/h4>\n\n<ul>\n<li>new translations: hr and italiano, thanks Alen<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>new: more user settings<\/li>\n<li>new: language support (english, german)<\/li>\n<li>change to wp_mail()<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>new: sidebar widget to easy add the form to the sidebar<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>first release<\/li>\n<\/ul>","raw_excerpt":"Little form that allows site visitors to contact you by email.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/4357","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=4357"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tom-braider"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=4357"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=4357"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=4357"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=4357"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=4357"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=4357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}