View previous topic :: View next topic |
Author |
Message |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Oct 10, 2013 3:50 am Post subject: Reply |
|
|
Photos can be sent as attachments to the form.
1. Login
2. Click 'Xtras'
3. Click 'File Attachment Fields'
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
ASKANALYST
Joined: 14 Jan 2011 Posts: 1
|
Posted: Mon Jul 17, 2017 2:25 am Post subject: Image File Added by using Xtras, however file not being tran |
|
|
We tried using image of around 100 kb but it was not transmitted. May I request you to please check my contact form with name as 'Userproblem.com home page
Pl check the code below
<!-- Begin myContactForm.com Form HTML -->
<form name="contactForm" id="contactForm" method="post" enctype="multipart/form-data" action="http://www.mycontactform.com/sendform/sendform.php" style="width: 100%; border: 0px solid #000000; margin: 0; padding: 0; background-color: #FFFFFF;">
<table summary="This table contains contact form fields." width="100%" cellpadding="0" cellspacing="0">
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q1" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Name </label> <input name="q1" id="q1" type="text" value="" size="30" maxlength="" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #EFEFEF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="email" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">E-mail Address: <span style="color: #FF0000">*</span></label>
<input name="email" type="email" id="email" size="20" maxlength="100" required="required" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q2" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Mobile </label> <input name="q2" id="q2" type="text" value="" size="30" maxlength="" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #EFEFEF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q4" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Message </label> <input name="q4" id="q4" type="text" value="" size="30" maxlength="" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="attach8835" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Attach a File: </label>
<input id="attach8835" name="attach8835" type="file" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; padding: 5px; clear: left; margin: 0;">
<hr style="color: #D8D8D8; background-color: #D8D8D8; height: 1px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; padding: 5px; clear: left; margin: 0;">
<input name="user" type="hidden" id="user" value="ASKANALYST" />
<input name="formid" type="hidden" id="formid" value="439023" />
<input name="subject" type="hidden" id="subject" value="Submit Your Complaint Here" />
<input name="submit" type="submit" value="Submit" style="font-family: ; font-size: ; color: ; background-color: ; border: solid ; padding: 2px;" />
<input name="reset" type="reset" value="Reset" style="font-family: ; font-size: ; color: ; background-color: ; border: solid ; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; padding: 5px; clear: left; margin: 0;">
<span style="color: #FF0000">*</span> <span style="font-family: Arial; color: #000000; font-size: 14px;">Required</span> </td>
</tr>
</table>
</form>
<!-- End myContactForm.com Form HTML --> |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Jul 17, 2017 6:13 am Post subject: Reply |
|
|
Good Day,
The form code looks fine. Did you try submitting the form? Did it appear to go through or did it give you an error message?
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
|