S
Steve Hohman
I have a form that I would like to submit to people that have InfoPath
(co-workers) and people that do not have InfoPath (clients) at the same time.
I have figured out how to submit a form to email, but the email attachment
is a raw XML file when the client gets it and makes no sense to the client.
Can I submit using a “Custom Submit Using Form Code Option†parameter and
submit the form using the following parameters:
- Convert form to something viewable by a user without InfoPath
(modification is not necessary, just seeing the form)
- Send the form to an email (example (e-mail address removed))
- Send the form BCC to three email addresses (worker1, worker2, and
(e-mail address removed))
- The email would be submitted using concat(“Completed Work Order For “,
ClientName) as the subject line (have done this in the Submit Wizard)
- The attachment name would be the same as the subject line
Any help would be appreciated. I have done very little in coding, so if you
feel like submitting code and can make it pretty much a copy and paste
format, I would be very grateful.
(co-workers) and people that do not have InfoPath (clients) at the same time.
I have figured out how to submit a form to email, but the email attachment
is a raw XML file when the client gets it and makes no sense to the client.
Can I submit using a “Custom Submit Using Form Code Option†parameter and
submit the form using the following parameters:
- Convert form to something viewable by a user without InfoPath
(modification is not necessary, just seeing the form)
- Send the form to an email (example (e-mail address removed))
- Send the form BCC to three email addresses (worker1, worker2, and
(e-mail address removed))
- The email would be submitted using concat(“Completed Work Order For “,
ClientName) as the subject line (have done this in the Submit Wizard)
- The attachment name would be the same as the subject line
Any help would be appreciated. I have done very little in coding, so if you
feel like submitting code and can make it pretty much a copy and paste
format, I would be very grateful.