How to add “Save Draft” button in the campaign form
-
Hi,
I try to add “Save Draft” button in the campaign form.
so I add <input type=”submit” name=”save-draft” value=”Save Draft”> in the shortcode/Submit_Form.php
And I’m trying to make a conditional branch using isset( $_POST[‘save-draft’] ) in includes/woocommerce/Submit_Form.php, but it doesn’t work.
Is there any good way?
- The topic ‘How to add “Save Draft” button in the campaign form’ is closed to new replies.