Title: Dynamic Populate Button Maker
Author: WP CMS Ninja
Published: <strong>October 3, 2015</strong>
Last modified: October 3, 2015

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/dynamic-populate-button-maker.svg)

# Dynamic Populate Button Maker

 By [WP CMS Ninja](https://profiles.wordpress.org/billiardgreg/)

[Download](https://downloads.wordpress.org/plugin/dynamic-populate-button-maker.zip)

 * [Details](https://wordpress.org/plugins/dynamic-populate-button-maker/#description)
 * [Reviews](https://wordpress.org/plugins/dynamic-populate-button-maker/#reviews)
 *  [Installation](https://wordpress.org/plugins/dynamic-populate-button-maker/#installation)
 * [Development](https://wordpress.org/plugins/dynamic-populate-button-maker/#developers)

 [Support](https://wordpress.org/support/plugin/dynamic-populate-button-maker/)

## Description

This is a button maker that allows you to implement a link that will populate something
that is dynamically populated by query variables using a shortcode. Using buttonid
and buttonclass for styling of the A tag, forpageid to declare the landing page 
that has the form where the fields are being populated, buttontext for the text 
part of the A tag, and then whatever variables you assigned to the parameter names
in where what query variables are used with what they are to be set too.  Parameter
names should be in lowercase when used and not starting with a number. In Gravity
Forms this is the “Allow field to be populated dynamically” option. So allowing 
a field to be dynamically populated and naming one var1 will be set to what ever
is between the quotes in the shortcode.

[dpb-button formpageid=”922″ buttonid=”uniqueId” buttonclass=”classStyle” buttontext
=”Click Here Text” var1=”Variable 1 to pass” var2=”Variable 2″]

will generate the following a tag within your code

    ```
    <a href="http://wpcms.ninja/passing-to-variable-button-maker/?var1=Variable+1+to+pass&var2=Variable+2" class="classStyle" id="uniqueId">Click Here Text</a> 
    ```

This then allows you to style this hyperlink in your stylesheet how you see fit 
either by replacing it with an image or styling it however you would like.

## Installation

Install plugin and activate.

Add shortcode to page with variables and preset settings to location.  Style button
using your own stylesheet with button id assigned through shortcode.

## FAQ

#### Where can I get answers to questions?

You can email greg@wpcms.ninja to receive answers or go to http://wpcms.ninja

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Dynamic Populate Button Maker” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ WP CMS Ninja ](https://profiles.wordpress.org/billiardgreg/)

[Translate “Dynamic Populate Button Maker” into your language.](https://translate.wordpress.org/projects/wp-plugins/dynamic-populate-button-maker)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dynamic-populate-button-maker/),
check out the [SVN repository](https://plugins.svn.wordpress.org/dynamic-populate-button-maker/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/dynamic-populate-button-maker/)
by [RSS](https://plugins.trac.wordpress.org/log/dynamic-populate-button-maker/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Initial Release of Plugin

## Meta

 *  Version **1.0**
 *  Last updated **11 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.2 or higher **
 *  Tested up to **4.3.34**
 *  [Advanced View](https://wordpress.org/plugins/dynamic-populate-button-maker/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/dynamic-populate-button-maker/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/dynamic-populate-button-maker/reviews/)

## Contributors

 *   [ WP CMS Ninja ](https://profiles.wordpress.org/billiardgreg/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dynamic-populate-button-maker/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://wpcms.ninja/)