Title: DynamiCard
Author: Shabti Kaplan
Published: <strong>September 5, 2026</strong>
Last modified: September 5, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/dynamicard.svg)

# DynamiCard

 By [Shabti Kaplan](https://profiles.wordpress.org/shabti/)

[Download](https://downloads.wordpress.org/plugin/dynamicard.zip)

 * [Details](https://wordpress.org/plugins/dynamicard/#description)
 * [Reviews](https://wordpress.org/plugins/dynamicard/#reviews)
 *  [Installation](https://wordpress.org/plugins/dynamicard/#installation)
 * [Development](https://wordpress.org/plugins/dynamicard/#developers)

 [Support](https://wordpress.org/support/plugin/dynamicard/)

## Description

DynamiCard lets your customers design and purchase personalized gift cards right
on your WooCommerce or SureCart store. You build the card design with a drag-and-
drop canvas editor (text, images, QR codes, shapes, freehand drawing), then build
the purchase form with a Gutenberg block – dropping in whichever fields the gift
card needs: recipient name, a personal message, a dollar amount, and more. Whatever
the customer types shows up live on the card design as they fill out the form, before
they even check out.

#### Free features

 * Gutenberg block-based gift card form (design picker + configurable fields + submit
   button)
 * Drag-and-drop card design editor – text, images, QR codes, shapes, freehand drawing,
   alignment guides, undo/redo, layers
 * One gift card design
 * Text, textarea, email, and fixed-amount field types
 * Dynamic `{field}` tokens – anything a customer types can appear live on the card
   design
 * Full WooCommerce or SureCart checkout integration (a “Gift Card” product is created
   automatically)
 * Thank-you page card display for designs with no recipient-email field
 * Every customer-facing message and label is fully configurable – nothing hardcoded

#### Pro features

 * Unlimited gift card designs (free is limited to one)
 * Sell a specific WooCommerce product (including variations) or SureCart product
   through the form instead of a set amount
 * Multi-recipient email repeater – one purchase, sent to a whole list of people
 * Customer photo upload field
 * Customer-entered custom (“other”) amount
 * Per-field style overrides (accent colors)
 * Real, auto-generated coupon codes and expiration dates (a WooCommerce coupon 
   or a SureCart promotion code, matching whichever store you use), baked into the
   card design right after payment
 * A native Elementor widget – build the same form visually in Elementor, not just
   Gutenberg

Upgrade to DynamiCard Pro from the plugin’s settings page inside your WordPress 
admin.

### Source Code

The `build/` directory contains compiled/minified JavaScript and CSS (Gutenberg 
blocks, the drag-and-drop card design editor, and the front-end gift-card form).
The uncompiled source is publicly available at:

https://github.com/frontend-wp/dynamicard-source

To build it yourself:

 1. `cd app && npm install && npm run build`
 2. `cd blocks && npm install && npm run build`

Both build into a shared `build/` directory, matching this plugin’s layout.

## Blocks

This plugin provides 5 blocks.

 *   Gift Card Form Dynamic gift card form block.
 *   Gift Card Submit Button The call-to-action button that submits the gift card
   form.
 *   Gift Card Field Group Lays out a few gift card fields side by side (or stacked)
   instead of each taking its own full-width row.
 *   Gift Card Design Picker Lets customers choose which gift card design to send.
 *   Gift Card Form Field A single field on the gift card form (text, amount, email,
   etc).

## Installation

 1. Upload the plugin to `/wp-content/plugins/` or install it directly from the WordPress
    plugins screen.
 2. Activate the plugin.
 3. Make sure WooCommerce or SureCart is installed and active – DynamiCard needs one
    of them for cart/checkout. A “Gift Card” product is created automatically the first
    time it’s needed. If both are active at once, pick which one to use under DynamiCard’s
    settings page (“Checkout Provider”).
 4. Add the “Gift Card Form” block to any page. Inside it, add a Design Picker block,
    one or more Field blocks (one per piece of information you want to collect), and
    a Submit Button block.
 5. Create your gift card design(s) from the plugin’s Gift Card Designs screen.

## FAQ

### Does this require WooCommerce or SureCart?

Yes, one of the two – DynamiCard uses whichever is active for cart/checkout, and
creates a “Gift Card” product automatically the first time it’s needed. If both 
are installed, choose which one to use under DynamiCard’s settings page.

### Which SureCart setup does the “Amount” field need?

Nothing extra to configure for the amount-based checkout itself – DynamiCard creates
and manages its own ad-hoc-priced “Gift Card” product/price in your SureCart account
automatically. The one manual step is for designs with no recipient-email field 
configured (which show the card directly instead of emailing it): add the `[dcgc_thankyou_card]`
shortcode to the WP page you’ve assigned as that checkout form’s Thank You Page.

### Can customers pick a specific product as their gift card instead of entering a dollar amount?

Yes, with DynamiCard Pro’s Products field type – customers can pick a specific product(
including variations, for variable products) instead of typing in an amount.

### What happens to Pro-only fields if my license lapses?

Nothing breaks. Any Pro-only field (Products, Recipient Emails, Image Upload) or
setting (custom amount, per-field colors, real coupon codes) is automatically downgraded
to safe free-tier behavior rather than causing an error – re-activating your license
immediately restores full functionality, with nothing to reconfigure.

### Does this work with Elementor?

Native Elementor support (a Gift Card Form widget mirroring the Gutenberg block)
is available with DynamiCard Pro. The free version only includes the Gutenberg block.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“DynamiCard” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Shabti Kaplan ](https://profiles.wordpress.org/shabti/)
 *   [ dynamiapps ](https://profiles.wordpress.org/dynamiapps/)

[Translate “DynamiCard” into your language.](https://translate.wordpress.org/projects/wp-plugins/dynamicard)

### Interested in development?

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

## Changelog

#### 1.0.41 – 20-07-2026

 * Added public source repo

#### 1.0.35 – 20-07-2026

 * Initial release.

## Meta

 *  Version **1.0.41**
 *  Last updated **18 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [elementor](https://wordpress.org/plugins/tags/elementor/)[gift cards](https://wordpress.org/plugins/tags/gift-cards/)
   [gutenberg](https://wordpress.org/plugins/tags/gutenberg/)[surecart](https://wordpress.org/plugins/tags/surecart/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/dynamicard/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/dynamicard/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/dynamicard/reviews/)

## Contributors

 *   [ Shabti Kaplan ](https://profiles.wordpress.org/shabti/)
 *   [ dynamiapps ](https://profiles.wordpress.org/dynamiapps/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dynamicard/)