HTML Forum


<form action="/action_page.php">
<fieldset>
<legend>Arma 3 Malden Bases:</legend>
Territory Owners Name:<br>
<input type="text" name="Name" value=""><br>
Base Name:<br>
<input type="text" name="Base" value=""><br>
Base Location:<br>
<input type="text" name="Co-Ords" value=""><br><br>
<input type="submit" value="Submit">
</fieldset>
</form> <br />
<br />
the problem is, its showing but when you submit it, its not showing anything or gives you a 404 error<br />
i believe it has to do with "/action_page.php"> but dont know how to change it or get it changed if need to make a special page.
so could someone pleas tell me how to fix this or what im doing wrong.


Also you're missing method="post" on the form tag.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


like this site:Arma_3_Bases so the complete codes are like so
Arma 3 Bases
it will make the page with the first picture

or maybe im doing all this wrong on how to set it up.
also this is confusing me /action_page.php as its pretty much saying where this should be but i dont have it
so what am i really doing wrong


However, on reading what you wrote it sounds like you don't actually have the action_page.php file the form is posting to. There is a lot between you and this working I'm afraid – even if you get a copy of this file (from whereever it is), the file is probably is making assumptions about database tables and many other things, all of which would need duplicating on your server.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


Chris Graham said
If you post Comcode within a forum post here, it will treat it like Comcode as it would on your own site. You need to put it within Comcode code tags.
However, on reading what you wrote it sounds like you don't actually have the action_page.php file the form is posting to. There is a lot between you and this working I'm afraid – even if you get a copy of this file (from whereever it is), the file is probably is making assumptions about database tables and many other things, all of which would need duplicating on your server.
From “Post #3,058”, 17th July 2017, 6:55 pm
i got it from HTML Forms
so its sounds like a really bad headache to do


If you change it to use action="/data/form_to_email.php" (and add method="post") it should e-mail you the contents. form_to_email.php is a default script we provide.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


if i was to start from the beginning with the code, how would i get things started like new page or forum and so on.
its so i got an insight on what to do and where it will go
Last edit: by rgscriven