Title: Coupon Code
Last modified: August 30, 2016

---

# Coupon Code

 *  Resolved [GC](https://wordpress.org/support/users/griffcon/)
 * (@griffcon)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/coupon-code-5/)
 * Need to add # sign at the beginning of the coupon code. Currently when I add 
   the # sign to the beginning it does not work.
 * [https://wordpress.org/plugins/calculated-fields-form/](https://wordpress.org/plugins/calculated-fields-form/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/coupon-code-5/#post-6578065)
 * Hi,
 * I’ve detected the cause of issue, and I’m working in the update, however, you
   can solve it in your copy of the plugin following the steps below:
 * 1. Open the “/wp-content/plugins/calculated-fields-form/cp_calculatedfieldsf_admin_int.
   php” file with the text editor your choice.
 * 2. Go to the snippet of code:
 * `var params = '&cff_add_coupon=1&cff_coupon_expires='+encodeURI(expires)+'&cff_discount
   ='+encodeURI(discount)+'&cff_discounttype='+encodeURI(discounttype)+'&cff_coupon_code
   ='+encodeURI(code);`
 * and replace it by the following one:
 * `var params = '&cff_add_coupon=1&cff_coupon_expires='+encodeURIComponent(expires)
   +'&cff_discount='+encodeURIComponent(discount)+'&cff_discounttype='+encodeURIComponent(
   discounttype)+'&cff_coupon_code='+encodeURIComponent(code);`
 * Pay attention, I’ve replaced the functions “encodeURI” by “encodeURIComponent”
 * and that’s all.
    Best regards.
 *  Thread Starter [GC](https://wordpress.org/support/users/griffcon/)
 * (@griffcon)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/coupon-code-5/#post-6578245)
 * This worked! Great support!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Coupon Code’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

## Tags

 * [coupon codes](https://wordpress.org/support/topic-tag/coupon-codes/)

 * 2 replies
 * 2 participants
 * Last reply from: [GC](https://wordpress.org/support/users/griffcon/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/coupon-code-5/#post-6578245)
 * Status: resolved