Form no longer working - Code not modified Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Form no longer working - Code not modified

    avatar
    TheConqueror#1330
    New Member


    Posts : 13
    Reputation : 1
    Language : English

    In progress Form no longer working - Code not modified

    Post by TheConqueror#1330 May 2nd 2015, 12:13 am

    Technical Details


    Forum version : phpBB3
    Position : Founder
    Concerned browser(s) : Internet Explorer
    Who the problem concerns : All members
    When the problem appeared : 5/01/2015
    Forum link : http://monstrosity.forumotion.com/

    Description of problem

    Hello,

    I have a form setup on an HTML page that was working a few days ago and is no longer working. I was able to enter information, click send as a guest, then login and see my private message. A few days ago my site appeared as "404 not found" so I gave it a day to start working and now my form no longer works in any browser. My pages now have advertisements on them as well but that's probably irrelevant.

    Monstrosity.forumotion.com

    I have the follow setting:
    General->Forum->Security->Unauthorize unofficial forms to post message and private messages on the forum: "No".

    This worked a few days ago but not any more.

    Thanks in advance!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Form no longer working - Code not modified

    Post by Ange Tuteur May 2nd 2015, 1:24 am

    Hi @TheConqueror#1330,

    When you first create a forum, it will be ad free for a little while, but after a few more days the adverts will be enabled. You can disable adverts via credits management.

    As for being unable to connect ( topic ), we had some temporary downtime with various forums on a specific server which gave a 404 error. The problem should be resolved now. However, if you still encounter the problem, I recommend clearing your browser cache.

    As for the form not working, I'm not sure. The HTML looks corrects, so it's not that, and you disabled the security option too. Have you tried sending the message while logged in ? ( not logged out and having to logged in )
    avatar
    TheConqueror#1330
    New Member


    Posts : 13
    Reputation : 1
    Language : English

    In progress Re: Form no longer working - Code not modified

    Post by TheConqueror#1330 May 3rd 2015, 4:58 pm

    The process works when i am logged into my account, therefore only guest messages do not reach my inbox.  Allowing non-members to reply is the basis for this form.
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10112
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: Form no longer working - Code not modified

    Post by brandon_g May 3rd 2015, 5:40 pm

    Hello,

    How was the form created? Was it written by you by hand, or made using a generator?

    -Brandon



    Form no longer working - Code not modified Brando10
    Remember to mark your topic Form no longer working - Code not modified Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Form no longer working - Code not modified Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    avatar
    TheConqueror#1330
    New Member


    Posts : 13
    Reputation : 1
    Language : English

    In progress Re: Form no longer working - Code not modified

    Post by TheConqueror#1330 May 3rd 2015, 7:07 pm

    Ange had posted the following code to a previous topic and I made a few changes to it(mainly the username)

    <form action="/privmsg" method="post" name="post" enctype="multipart/form-data">
      <label for="pm-title">Subject : </label>
      <input id="pm-title" type="text" name="subject"/> <!-- The subject is required, much like any input you can assign a default value with the value attribute ( value="my title" ) -->
       
      <label for="pm-msg">Message : </label>
      <textarea id="pm-msg" name="message"></textarea> <!-- You can insert automatic values by typing between the textarea tag -->
     
      <div style="text-align:center;">
        <input type="hidden" name="username[]" value="Ange Tuteur"/> <!-- the value contains the name of the member this PM will be sent to -->
        <input type="submit" name="post" value="send"/> <!-- clicking this sends the message -->
      </div>
    </form>
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Form no longer working - Code not modified

    Post by Ange Tuteur May 3rd 2015, 9:18 pm

    You might want to use this form for guests :
    http://monstrosity.forumotion.com/contact

    The form I gave you was meant for members, because only members can send PMs via /privmsg.