Jump to content

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! :)

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.