{"id":209109,"date":"2024-10-16T00:46:27","date_gmt":"2024-10-16T00:46:27","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/dfxa-for-wpforms\/"},"modified":"2024-10-16T00:50:48","modified_gmt":"2024-10-16T00:50:48","slug":"dfxa-for-wpforms","status":"publish","type":"plugin","link":"https:\/\/scn.wordpress.org\/plugins\/dfxa-for-wpforms\/","author":16680433,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.6.5","requires":"5.0","requires_php":"7.2","requires_plugins":null,"header_name":"Dynamic Input For WPForms","header_author":"Arshid","header_description":"Easily add dynamic text, dynamic hidden fields, and advanced customization to WPForms.","assets_banners_color":"","last_updated":"2024-10-16 00:50:48","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wpdebuglog.com\/","header_author_uri":"http:\/\/wpdebuglog.com\/","rating":0,"author_block_rating":0,"active_installs":20,"downloads":1140,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"wpdebuglog","date":"2024-10-16 00:50:48"}},"upgrade_notice":{"1.0.0":"<p>Initial release \u2014 no upgrades necessary at this time.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3169683,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3169683,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"<strong>New Hidden Field in WPForms Builder<\/strong>","2":"<strong>Auto-Populated Form Field Based on URL Parameters<\/strong>","3":"<strong>Dynamic Value Handling in Hidden Fields<\/strong>"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2009,233200,225102,19534,130711],"plugin_category":[],"plugin_contributors":[170071],"plugin_business_model":[],"class_list":["post-209109","plugin","type-plugin","status-publish","hentry","plugin_tags-custom-field","plugin_tags-dynamic-field","plugin_tags-dynamic-text","plugin_tags-hidden-fields","plugin_tags-wpforms","plugin_contributors-wpdebuglog","plugin_committers-wpdebuglog"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/dfxa-for-wpforms\/assets\/icon-128x128.png?rev=3169683","icon_2x":"https:\/\/ps.w.org\/dfxa-for-wpforms\/assets\/icon-256x256.png?rev=3169683","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Dynamic Input For WPForms is an addon that allows users to add dynamic and hidden fields to their WPForms. \nThis addon provides powerful options for pre-filling fields, passing dynamic data, and customizing input values on the fly.\nIdeal for developers and marketers who need to personalize form interactions without manual input.<\/p>\n\n<p><strong>Features:<\/strong>\n- Add hidden fields with dynamic values.\n- Pass URL parameters into form fields.\n- Auto-populate fields with post data, user data, or other custom values.\n- Enhance WPForms functionality with minimal effort.\n- Simple and lightweight, with no unnecessary bloat.<\/p>\n\n<h3><strong>Included Shortcodes:<\/strong><\/h3>\n\n<p>Add <strong>Dynamic Text<\/strong> or <strong>Dynamic Hidden<\/strong> input field. \nThen edit field options &gt; Advanced &gt; Default Value. \nFinally, add correct shortcode.<\/p>\n\n<ol>\n<li><p><strong>[dfxa_get_url]<\/strong><br \/>\nRetrieves a current URL.<br \/>\n<strong>Usage:<\/strong> <code>[dfxa_get_url]<\/code><\/p><\/li>\n<li><p><strong>[dfxa_bloginfo]<\/strong><br \/>\nRetrieves WordPress site information, like site title or description.<br \/>\n<strong>Usage:<\/strong> <code>[dfxa_bloginfo key=\"name\"]<\/code><br \/>\nExample: Outputs the blog\u2019s name based on the provided key.<\/p><\/li>\n<li><p><strong>[dfxa_referrer]<\/strong><br \/>\nDisplays the referrer URL (the page the user came from).<br \/>\n<strong>Usage:<\/strong> <code>[dfxa_referrer]<\/code><\/p><\/li>\n<li><p><strong>[dfxa_post_var]<\/strong><br \/>\nFor pages that use a WP_POST object, this acts as an alias for <code>dfxa_post_var<\/code> so those attributes work here as well.\n<strong>Usage:<\/strong> <code>[dfxa_post_var key=\"title\"]<\/code><br \/>\nExample: Get the page title<\/p><\/li>\n<li><p><strong>[dfxa_post_meta]<\/strong><br \/>\nFetches custom post meta for a given post ID.<br \/>\n<strong>Usage:<\/strong> <code>[dfxa_post_meta post_id=\"123\" key=\"custom_field\"]<\/code><br \/>\nExample: Retrieves the meta value stored under <code>custom_field<\/code> for post ID 123.<\/p><\/li>\n<li><p><strong>[dfxa_GET]<\/strong><br \/>\nRetrieves GET parameter values directly from the URL.<br \/>\n<strong>Usage:<\/strong> <code>[dfxa_GET param=\"id\"]<\/code><br \/>\nExample: If the URL is <code>https:\/\/example.com?id=42<\/code>, the shortcode will output <code>42<\/code>.<\/p><\/li>\n<\/ol>\n\n<h3>License<\/h3>\n\n<p>This plugin is open-source and licensed under GPLv2 or later. For more information, visit <a href=\"https:\/\/www.gnu.org\/licenses\/gpl-2.0.html\">GPLv2 License<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>dfxa-for-wpforms<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Go to WPForms -&gt; Add New or edit an existing form.<\/li>\n<li>Add the new 'Dynamic Hidden' Or 'Dynamic Text' field or any custom field provided by the addon.<\/li>\n<li>Save the form and enjoy the extended features.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20do%20i%20pass%20url%20parameters%20to%20form%20fields%3F'><h3>How do I pass URL parameters to form fields?<\/h3><\/dt>\n<dd><p>Use the URL query parameter as the field's dynamic value, e.g., <code>?name=Arshid<\/code>. The field will automatically populate with \"Arshid.\"<\/p><\/dd>\n<dt id='does%20this%20plugin%20work%20with%20the%20free%20version%20of%20wpforms%3F'><h3>Does this plugin work with the free version of WPForms?<\/h3><\/dt>\n<dd><p>Yes! This addon works with both the free and pro versions of WPForms.<\/p><\/dd>\n<dt id='can%20i%20customize%20hidden%20field%20values%20dynamically%3F'><h3>Can I customize hidden field values dynamically?<\/h3><\/dt>\n<dd><p>Yes. You can use post data, user meta, or custom scripts to pre-fill hidden fields.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.  <\/li>\n<li>Added support for dynamic and hidden fields.  <\/li>\n<li>Custom field class enhancements.<\/li>\n<\/ul>","raw_excerpt":"Easily add dynamic text, dynamic hidden fields, and advanced customization to WPForms.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/209109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=209109"}],"author":[{"embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/wpdebuglog"}],"wp:attachment":[{"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=209109"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=209109"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=209109"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=209109"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=209109"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/scn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=209109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}