Duplicate Snippet
Embed Snippet on Your Site
MemberPress: Auto-populate coupon on all registration forms
Use this code to automatically apply a specified coupon code to all of the website's MemberPress registration pages.
The code should be modified by replacing the YOURCOUPON text with the actual coupon code on the following line:
c.val('YOURCOUPON');
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments