Jump to content

Guestbook style form/ register


coatezy

Recommended Posts

Hi I run a small website for a non profit making radio control car club in the uk. The club is holder a European championship and I have been asked to create a form that the visiting racers complete so we have an idea of numbers and cars etc.. The results could then be viewed by all.

 

I have been looking at guest books hoping I could modify the form that they complete i.e name, county, car, transmitter frequency, guests? but I just cand anything out there that can be easily modified and looks good..

 

Does anyone know anything out there that might do the job I require..?

 

clubs web address is http://sweetnap.awardspace.co.uk/

 

Thanks

Tom

Link to comment
https://forums.phpfreaks.com/topic/85227-guestbook-style-form-register/
Share on other sites

Yeah, just like revraz said, he beat me to my answer, it would *honestly* be easier to write a simple submission form

 

db fields could include

id name county car frequency guests team_captain

Not entirely sure what you'd need, but it really isn't a massive project. 2hrs tops.

<form name="???" method="post">
<table>
<tr>
<td>Name:</td>
<td><input type="text" name="name"></td>
</tr>
<tr>
<td>County:</td>
<td><input type="county"></td>
</tr>
</table>

etc

Yeah, just like revraz said, he beat me to my answer, it would *honestly* be easier to write a simple submission form

 

db fields could include

id name county car frequency guests team_captain

Not entirely sure what you'd need, but it really isn't a massive project. 2hrs tops.

<form name="???" method="post">
<table>
<tr>
<td>Name:</td>
<td><input type="text" name="name"></td>
</tr>
<tr>
<td>County:</td>
<td><input type="county"></td>
</tr>
</table>

etc

 

Lol I have been looking for forms of guest books to try and do the job for the past 2 days! :P I am normally able to find something but this one has got me well and truly stumped! :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.