{"id":51422,"date":"2016-10-10T13:56:12","date_gmt":"2016-10-10T13:56:12","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/alchemyst-forms\/"},"modified":"2017-01-30T15:08:26","modified_gmt":"2017-01-30T15:08:26","slug":"alchemyst-forms","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/alchemyst-forms\/","author":15143114,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1.8","stable_tag":"trunk","tested":"4.6.30","requires":"4.4.0","requires_php":"","requires_plugins":"","header_name":"Alchemyst Forms","header_author":"Alchemyst","header_description":"","assets_banners_color":"2c485f","last_updated":"2017-01-30 15:08:26","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/alchemyst.io","header_author_uri":"https:\/\/alchemyst.io","rating":5,"author_block_rating":0,"active_installs":10,"downloads":1167,"num_ratings":0,"support_threads":0,"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":"2"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1511880","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1511877","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[1154,601,98275],"plugin_category":[42],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-51422","plugin","type-plugin","status-closed","hentry","plugin_tags-contact-forms","plugin_tags-forms","plugin_tags-html-forms","plugin_category-contact-forms","plugin_committers-alchemystwp"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/alchemyst-forms_2c485f.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>The free version of Alchemyst Forms (the premium version can be acquired at https:\/\/alchemyst.io ). Alchemyst Forms lets you create contact forms within Wordpress using nothing other than HTML. Email notifications and an entries database are included.<\/p>\n\n<p>The free version contains all you need to get simple forms into your WordPress website, including things like reCAPTCHA, email notifications, and an entries database.<\/p>\n\n<p>Alchemyst Forms was built to be hackable and completely customizable, you can view our documentation at https:\/\/alchemyst.io\/documentation\/alchemyst-forms\/ to get started!<\/p>\n\n<p>Don't know HTML very well? We've included a simple to use input builder to help you generate fully featured and capable HTML form components.<\/p>\n\n<h4>Upgrade to the pro version for these additional capabilities<\/h4>\n\n<ul>\n<li>Priority Support<\/li>\n<li>Google Analytics Integration<\/li>\n<li>Unlimited Notifications<\/li>\n<li>Insert Post Notifications<\/li>\n<li>Fully featured, searchable, and sortable entries database.<\/li>\n<li>CSV Entry Export<\/li>\n<li>Advanced field types, including WYSIWYG, Address, Tel, Number, Range, Datepicker, and more.<\/li>\n<li>File Uploads<\/li>\n<li>Encrypted Fields<\/li>\n<li>...and more coming soon!<\/li>\n<\/ul>\n\n<h3>REST API Endpoints<\/h3>\n\n<ul>\n<li><p>A couple REST API Endpoints have been added.<\/p><\/li>\n<li><p>\/wp-json\/alchemyst\/forms\/v2\/form?id=[ID] (WP_REST_Server::READABLE) Get a form object. Returns rendered HTML back to your app.<\/p><\/li>\n<li>\/wp-json\/alchemyst\/forms\/v2\/form-submit (WP_REST_Server::CREATABLE) Send POSTdata as a response from the HTML that was rendered from reading the form. A response will be passed back.<\/li>\n<li>More detailed documentation on the REST API will come as it is tested further. Consider the REST API in beta right now.<\/li>\n<\/ul>\n\n<h4>v1.0.13<\/h4>\n\n<ul>\n<li>Fixes an admin javascript issue preventing proper usage of the input builder.<\/li>\n<\/ul>\n\n<h4>v1.0.12<\/h4>\n\n<ul>\n<li>Fixes a bug with entry views.<\/li>\n<li>Corrects a link to the export entries tools page.<\/li>\n<\/ul>\n\n<h4>v1.0.11<\/h4>\n\n<ul>\n<li>Fixes a bug with file uploads after switch to wp_mail()<\/li>\n<\/ul>\n\n<h4>v1.0.10<\/h4>\n\n<ul>\n<li>Fixes a bug with WPEngine\u2019s MU-Plugins styles and a classname conflict with the input builder.<\/li>\n<\/ul>\n\n<h4>v1.0.9<\/h4>\n\n<ul>\n<li>Fixes a javascript bug when multiple email notifications were present for a form.<\/li>\n<\/ul>\n\n<h4>v1.0.8<\/h4>\n\n<ul>\n<li>Adds the option to include the HTTP_REFERER url in the email request with the [alchemyst-forms-referrer] shorttag.<\/li>\n<\/ul>\n\n<h4>v1.0.7<\/h4>\n\n<ul>\n<li>Fixes various bugs with entry views, particularly in large forms.<\/li>\n<li>Fixes some javascript bugs with repeatable fields.<\/li>\n<\/ul>\n\n<h4>v1.0.6<\/h4>\n\n<ul>\n<li>Updated default editor font size to 14px based on community feedback.<\/li>\n<\/ul>\n\n<h4>v1.0.5<\/h4>\n\n<ul>\n<li>Rewrote the mail notification handlers to better follow WordPress standards.<\/li>\n<\/ul>\n\n<h4>v1.0.4<\/h4>\n\n<ul>\n<li>Fixes a bug where field names with spaces would not be sent over email properly.<\/li>\n<li>Fixes several more issues with older versions of PHP.<\/li>\n<\/ul>\n\n<h4>v1.0.3<\/h4>\n\n<ul>\n<li>Fixes an issue in the Form Validator for PHP 5.4 and lower.<\/li>\n<\/ul>\n\n<h4>v1.0.2<\/h4>\n\n<ul>\n<li>Fixes some name conflicts with localized scripts when rendering Alchemyst Forms on the admin side.<\/li>\n<li>Plugin now supports rendering forms in wp-admin. You must enqueue the scripts to the admin like below in your theme\u2019s functions.php, or in a plugin:\n    if (class_exists('Alchemyst_Forms')) {\n            add_action('admin_enqueue_scripts', array('Alchemyst_Forms', 'frontend_scripts'));\n        }<\/li>\n<li>Note that if you want to use this in a plugin, you should hook this into the alchemyst_forms:init action.<\/li>\n<li>Fixes a bug with how field names are interpretted in client side field validation.<\/li>\n<\/ul>\n\n<h4>v1.0.0<\/h4>\n\n<p>Initial public release.<\/p>\n\n<!--section=installation-->\n<p>Install either by uploading through your WP Admin plugins page or uploading directly via FTP to your plugin directory.<\/p>\n\n<!--section=faq-->\n<p>Most commonly asked questions are answered in the documentation available at https:\/\/alchemyst.io\/documentation\/alchemyst-forms\/<\/p>\n\n<!--section=changelog-->\n<h4>v1.1.8<\/h4>\n\n<ul>\n<li>Backwards compatibility patch for PHP 5.3. Tested in 5.3.29.<\/li>\n<\/ul>\n\n<h4>v1.1.7<\/h4>\n\n<p>Miscellaneous bugfixes\n* Possible php warning on get_field_names in notification interpolator\n* Heading line spacing in default email template (noticed in gmail render)\n* Fixes a bug with insert post notifications template directory<\/p>\n\n<h4>v1.1.3<\/h4>\n\n<ul>\n<li>Adds a fix to prevent duplicate form entries by disabling the submit button when the form is processing an ajax request.<\/li>\n<\/ul>\n\n<h4>v1.1.2<\/h4>\n\n<p>Updated EDD SL Updater class. Small test update to verify working.<\/p>\n\n<h4>v1.1.0<\/h4>\n\n<ul>\n<li>Several filters were added:<\/li>\n<li>alchemyst_forms:entry-request \u2013 Allows modification of the entry before it is saved, but after it is processed through validation.<\/li>\n<li>alchemyst_forms:postmeta-keys \u2013 Allows extensions to register postmeta keys to attach to the alchemyst form post type.<\/li>\n<li>alchemyst_forms:validate_entry \u2013 After base entry validation, allows for extensions to add form validation.<\/li>\n<li>Several new and improved actions in the output template<\/li>\n<li>alchemyst_forms:before-form<\/li>\n<li>alchemyst_forms:before-form-output<\/li>\n<li>alchemyst_forms:after-form-output<\/li>\n<li>alchemyst_forms:after-form<\/li>\n<li>Additional tabs can now place copy-able field names at the top by simple dropping <\/li>\n<\/ul>\n\n\n\n<p>at the top of the sections.<\/p>","raw_excerpt":"No complicated form builders, simply write HTML and get functional forms. Email notifications and entries database included.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/51422","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=51422"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/alchemystwp"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=51422"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=51422"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=51422"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=51422"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=51422"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=51422"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}