The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> need a form that makes a new page when submitted, need a form that makes a new page when submitted
bsimpson
post May 3 2015, 11:22 PM
Post #1





Group: Members
Posts: 1
Joined: 3-May 15
Member No.: 22,556



hi guys, im very new to html coding and making websites etc so any help would be greatly appreciated.

the back story:
im a mechanic working for a large company in australia which uses specialised kind of equipment with not much technical support, a coworker and i have had the idea to make a website where all mechanics in the company can access and contribute to, a database of information on how to diagnose and repair certain issues on our machines. The database will be solely contributed by the mechanics themselves, essentially like a wikipedia relating just to our machines.

so far i have made a website using a website builder called ucoz, and i have made a form using html that will allow people to fill in the required information that we need.

however, i can only figure out how to make the page email the form. what i need the form to do is make a new page according to which selections the user makes.

this is a link to the page i have made so far

http://ftid.ucoz.com/index/contribute_entry/0-9

so essentially when the submit button is pressed, i need the form to make a new page according to which selections are made at the drop down boxes "unit type", "unit make" and "fault type".

if anyone could point me in the direction of how to go about this it would be much appreciated.

thanks in advance

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post May 4 2015, 06:53 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



You need a script that generates the page and includes the submitted information. That is, it should do this instead of or in addition to mailing you the information. You may be able to find a script that you can change to the output you want, but you can't do that with the website builder. You need to do it manually, so you need to understand both HTML and a little of the scripting language in question.

Maybe the easist way would be to actually use a wiki software?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post May 4 2015, 04:39 PM
Post #3


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



And for what it's worth, forms that use action="mailto:..." do not send email reliably. To send email reliably, you also need a server-side script/program to process the submitted data and send the email.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post May 4 2015, 04:52 PM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Oh, was it mailto. Obviously that won't do for what you want. You need a script on the server (PHP, Perl, whatever).
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 16th April 2024 - 06:20 AM