Hi guys!
Is it possible to make a form with buttons and submit it by click ( i need 2 input textfield and button submit) ?
Hi 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.