Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Coding Help?

Options
  • 29-04-2009 6:46pm
    #1
    Registered Users Posts: 356 ✭✭


    Hows it going, I recently added a contact list and tried to add an attachment option on the form which I need but it hasnt seemed to work, try it out on www.buzzprovider.com/buzz/submit.html
    As you can see all thats coming up is Error: No Message

    Here is the code anyways:
    <form name="form" method="post" action="http://buzzprovider.com/submit/contactscript.php"&gt;
    <table width="400" border="0" cellspacing="2" cellpadding="2">
    <tr>
    <td width="200" valign="top" align="right">Your Name: </td>
    <td width="200" valign="top" align="left">
    <input type="text" name="name" size="25" maxlength="200" />
    </td>
    </tr><tr>
    <td width="200" valign="top" align="right">Your Email: </td>
    <td width="200" valign="top" align="left">
    <input type="text" name="email" size="25" maxlength="100" />
    </td>
    </tr><tr>
    <td width="200" valign="top" align="right">Contact Number: </td>
    <td width="200" valign="top" align="left">
    <input type="contact" name="contact" size="25" maxlength="100" />
    </td><tr>
    <td width="200" valign="top" align="right">Attach Your Website: </td>
    <td width="200" valign="top" align="left">
    <input type="file" name="attachedfile" maxlength=50 allow="text/*" >
    </tr><tr>
    <td width="200" valign="top"> </td>
    <td width="200" valign="top" align="left">
    <input type="reset" name="Reset" value="Reset" />
    <input type="submit" name="Submit" value="Submit" />
    </td>
    </tr>
    </FORM>
    </table>
    </form>
    This is the code I added to a working contact form:
    <td width="200" valign="top" align="right">Attach Your Website: </td>
    <td width="200" valign="top" align="left">
    <input type="file" name="attachedfile" maxlength=50 allow="text/*" >
    </tr><tr>
    Thanks for your help!


Comments

Advertisement