Hi guys!
Is it possible to make a form with buttons and submit it by click ( i need 2 input textfield and button submit) ?
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowHi guys!
Is it possible to make a form with buttons and submit it by click ( i need 2 input textfield and button submit) ?
Hello,
Generating a form with a submit button requires custom Visual Basic code for the specific form fields:
https://www.youtube.com/watch?v=SC4UbMsY23Y
https://www.extendoffice.com/documents/word/5530-word-button-send-email.html
Adding this kind of form is not supported by phpdocx.
Regards.
Is it possible to merge file with VisualBasic (with form submit) with the generated?
Hello,
You can use mergeDocx to merge DOCX documents. If you need to add macros you can use addMacroFromDoc.
Regards.