Add Attachment File to a Contact form

  • Unknown's avatar

    I’m trying to make it so when sending a message to the company through the contact form they can upload a pdf file.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,

    That’s not possible, unfortunately. The support doc doesn’t mention anything about attachment:

    http://en.support.wordpress.com/contact-form/

  • Unknown's avatar

    The best they can do is send you a link to where they have uploaded the file on the internet –

  • Unknown's avatar

    Why doesn’t html work on the wordpress.com blog site:

    <html>
    <body>

    <form action=”upload_file.php” method=”post”
    enctype=”multipart/form-data”>
    <label for=”file”>Filename:</label>
    <input type=”file” name=”file” id=”file”>
    <input type=”submit” name=”submit” value=”Submit”>
    </form>

    </body>
    </html>

    ?

  • Unknown's avatar

    You need to read these:
    http://en.support.wordpress.com/code/

    Support
    Writing & Editing
    Code
    Contents

    HTML Tags
    JavaScript
    Flash and Other Embeds
    Posting Source Code

    Related

    Posting Source Code

    WordPress.com is a type of shared environment, where all users are running off of the same software. This is great because it allows us at Automattic to update millions of blogs at the same time with a single click. It means we can fix bugs or offer new features very quickly, which is a win for you as users. Having all users running on the same software can also be dangerous. If we aren’t careful, one user has the potential to take down the entire site. So this is why we need to limit some of the things you post on your blog.

    If you wrote some code or pasted it in from another web site and then it disappeared after publishing the post, the code is likely being stripped out. If you feel it’s being stripped out improperly or if you would like to suggest additional types of code we should allow, please contact support.
    HTML Tags

    WordPress.com allows ONLY the following HTML code in your posts, pages, and widgets: http://en.support.wordpress.com/code/#html-tags

  • The topic ‘Add Attachment File to a Contact form’ is closed to new replies.