Hi,
In my form users need to upload a file but when they submit the form, I'm not able see the file attachment in my email.
I'm using newest chronoform version i.e.v2.2.1 and have saw file uploads link and gave all details.
In forums, I read we should add "enctype" to the HTML code. But I found the entype is give in the form tag.
For eg: <FORM METHOD=POST ENCTYPE="multipart/form-data" ACTION="../cgi-bin/mycgi.pl">
File to upload: <INPUT TYPE=FILE NAME="upfile"><BR>
<INPUT TYPE=SUBMIT VALUE="Submit">
</FORM>
I read as we should not add form tags in the FORM CODE field when copying HTML code. Then how would I add enctype in my code
Could anyone help me with this?
Thanks in advance
In my form users need to upload a file but when they submit the form, I'm not able see the file attachment in my email.
I'm using newest chronoform version i.e.v2.2.1 and have saw file uploads link and gave all details.
In forums, I read we should add "enctype" to the HTML code. But I found the entype is give in the form tag.
For eg: <FORM METHOD=POST ENCTYPE="multipart/form-data" ACTION="../cgi-bin/mycgi.pl">
File to upload: <INPUT TYPE=FILE NAME="upfile"><BR>
<INPUT TYPE=SUBMIT VALUE="Submit">
</FORM>
I read as we should not add form tags in the FORM CODE field when copying HTML code. Then how would I add enctype in my code
Could anyone help me with this?
Thanks in advance