Is there a way to allow for creation and application of a coupon code that is time based for a subscription within the out of the box function? I'd like to create a coupon that allows for 50% off month 1 and full price following that, but I can't seem to find that capability.
There's no native functionality to create a coupon. What you want to do requires custom code.
Thank you for confirming Victor. Much appreciated.
As stated, custom code would be required. The frm_validate_field_entry function would be a place to start: https://formidableforms.com/knowledgebase/frm_validate_field_entry/
An example coupon code here: https://formidableforms.com/knowledgebase/how-to-add-a-coupon-code-field/
Thank you Bobby. Much appreciated.
Please login or Register to submit your answer