FEATURE 2014.5 - Custom forms can now accept file uploads that will be attached to the email sent
Custom forms can now accept file uploads that will be attached to the email sent.
Form Requirements:
1. Add a file input to the form. It must have an ID attribute (like any other field)
<input type="file" id="file1" name="file1"> Multiple file inputs can be added. Just add more inputs.
2. The <form> tag must have the enctype attribute set to "multipart/form-data" <form enctype="multipart/form-data" action="/Store/EmailFormProcessor.aspx" method="post" target="_top">
0
Please sign in to leave a comment.
Comments
0 comments