Form no longer working - Code not modified
3 posters
Page 1 of 1
Form no longer working - Code not modified
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!
Re: Form no longer working - Code not modified
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 )
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 )
Re: Form no longer working - Code not modified
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.
Re: Form no longer working - Code not modified
Hello,
How was the form created? Was it written by you by hand, or made using a generator?
-Brandon
How was the form created? Was it written by you by hand, or made using a generator?
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Form no longer working - Code not modified
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>
<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>
Re: Form no longer working - Code not modified
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.
http://monstrosity.forumotion.com/contact
The form I gave you was meant for members, because only members can send PMs via /privmsg.
Similar topics
» Automatic Form Code Not Working
» Hope a code for auto hide login, signup form and show the logout form for DIY toolbar
» Doamin name no longer working
» Mobile forum "last" page no longer working
» Up/Down buttons no longer working correctly
» Hope a code for auto hide login, signup form and show the logout form for DIY toolbar
» Doamin name no longer working
» Mobile forum "last" page no longer working
» Up/Down buttons no longer working correctly
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum