Hi… I hope someone can help me.
I want to create a web form with Word 2k3 that can be filled out on-line, and then submitted as an e-mail attachment, or in the e-mail body (or both). But, I am having trouble with the submit button. When I click on submit, I get the notification that my client is going to send an e-mail, and I click ‘Yes’ to allow it. I can live with that, although I would prefer a new e-mail would actually open, so the sender could review and edit prior to sending. (With Get as the Method, instead of Post, I have been able to get a blank e-mail created, with the correct address ready to send. But again, it’s blank.)
Here are my submit button properties settings now:
(Name): HTMLSubmit1
Action: "mailto:someone@somewhere.com"
Caption: Submit Form
Encoding: text/plain
Height: 22.5
HTMLName: Remember_when_our_grandparents6.htm
Method: Post
Width: 57
This comes accross in the subject line:
Form posted from Microsoft Internet Explorer.
This comes across in the body:
Remember_when_our_grandparents6.htm=Submit Form
Still no form as an attachment, or data from the form in the e-mail body. Just a blank form.
The VBA Help says something about needing a file to point to when the submit button is clicked on.
I perform basic maintenance on our low-budget website, and am trying to create a simple ‘test’ a user can fill out on-line, click submit (which will send an e-mail to me with the completed form)… all without having to hire outside help. But, since I am not fluent in VB or VBA, I’m finding this more difficult than it probably actually is. I'm afraid my learning curve is slower than my need on this one.
Any help is greatly appreciated!!!!!!!!!!!!
Wigertd
I want to create a web form with Word 2k3 that can be filled out on-line, and then submitted as an e-mail attachment, or in the e-mail body (or both). But, I am having trouble with the submit button. When I click on submit, I get the notification that my client is going to send an e-mail, and I click ‘Yes’ to allow it. I can live with that, although I would prefer a new e-mail would actually open, so the sender could review and edit prior to sending. (With Get as the Method, instead of Post, I have been able to get a blank e-mail created, with the correct address ready to send. But again, it’s blank.)
Here are my submit button properties settings now:
(Name): HTMLSubmit1
Action: "mailto:someone@somewhere.com"
Caption: Submit Form
Encoding: text/plain
Height: 22.5
HTMLName: Remember_when_our_grandparents6.htm
Method: Post
Width: 57
This comes accross in the subject line:
Form posted from Microsoft Internet Explorer.
This comes across in the body:
Remember_when_our_grandparents6.htm=Submit Form
Still no form as an attachment, or data from the form in the e-mail body. Just a blank form.
The VBA Help says something about needing a file to point to when the submit button is clicked on.
I perform basic maintenance on our low-budget website, and am trying to create a simple ‘test’ a user can fill out on-line, click submit (which will send an e-mail to me with the completed form)… all without having to hire outside help. But, since I am not fluent in VB or VBA, I’m finding this more difficult than it probably actually is. I'm afraid my learning curve is slower than my need on this one.
Any help is greatly appreciated!!!!!!!!!!!!
Wigertd