giaz
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Generate third PDFOr you can duplicate /includes/documents/class-wcpdf-invoice.php by renaming it to class-wcpdf-proforma.php, whatever, rename any “invoice” entries in it to “proforma” carefully, minding the registry and global variables, load it in class-wcpdf-documents.php and finally, create an extra template file proforma.php.
Sorry guys, but your plugin is written brilliantly and makes it really easy to alter.
Thank you. (-‿-)Hey, support.
Aw, i thought Reset was an actually reset form fields after successful validation submitting and\or sended email.
Because, you see, its not quite right – to send an event just on submit button because at this point we don’t know if the validation goes right. In Contact form 7 there is “send_ok”, when i already know for sure that is form was submitted right. In your form i cannot past through validation like 10 times and send events to GA all 10 times. Do you have a flag or function at point when everything cool, validation checked and/or email has been sent?
Thank you.Hi.
Right now i have it in https://wygluszanie.eu/, form to the left, in before_form_reset.
Also, i have it in http://bezshuma.in.ua/, which is our playground. It works in before_submit(“fire two”), but i want it in before_form_reset(“fire three”), which is nearest event to “sent_ok”. But there even alert doesn’t work 🙁It works in function BeforeLoad, but doesnt work in BeforeReset, where i need it.