/    Sign up×
Community /Pin to ProfileBookmark

Hi everyone

I have had a look around but have not been able to find what I am looking for.

I have 2 forms each with 1 button the first form submits the information in to a database, the second form submits to a page where an image is displayed using the information that has been entered. I want to join the two forms together so its 1 form with 2 buttons as the second form is only 3 radio boxes and a drop down menu that are also in the first form. Below is the code I have.

[code=html]
<form name=”form1″ action=”register1.php” method=”post” onSubmit=”return validate(this);”>
<tr bgcolor=”#cccccc”>
<td>First Name:<!– field cannont be left blank –>
<input type=”Text” name=”firstname” size=”20″></td>
</tr>
<tr bgcolor=”#cccccc”>
<td>Last Name:<!– field cannont be left blank –>
<input type=”Text” name=”lastname” size=”20″></td>
</tr>
<tr bgcolor=”#cccccc”>
<td>Username:<!– field cannont be left blank –>
<input type=”Text” name=”username” size=”20″></td>
</tr>
<tr bgcolor=”#cccccc”>
<td>Password:<!– field cannont be left blank –>
<input type=”password” name=”password” size=”20″></td>
</tr>
<tr bgcolor=”#cccccc”>
<td>Confirm Password:<!– field cannont be left blank –>
<input type=”password” name=”password2″ size=”20″></td>
</tr>
<tr bgcolor=”#cccccc”>
<td>E-mail address:<!– field must conform to e-mail standards –>
<input type=”Text” name=”email” size=”20″>
</td>
<tr bgcolor=”#cccccc”>
<td>Choose your car:<!– field cannont be left blank –><br>
<input type=”radio” name=”car” value=”Citroen-Saxo”> Citroen Saxo
<input type=”radio” name=”car” value=”Vauxhall-Corsa”> Vauxhall Corsa
<input type=”radio” name=”car” value=”Renault-Clio”> Renault Clio
</tr>

<tr bgcolor=”#cccccc”>

<td>Colour:<!– field cannont be left blank –><br>
<select name=”colour” id=”colour”>
<option value=””>Colour</option>
<option value=”Red”>Red</option>
<option value=”Green”>Green</option>
<option value=”Blue”>Blue</option>
<option value=”Yellow”>Yellow</option>
<option value=”Black”>Black</option>
<option value=”White”>White</option>
<option value=”Silver”>Silver</option>
<option value=”Pink”>Pink</option>
<option value=”Orange”>Orange</option>
<option value=”Gray”>Gray</option>
</select>
</tr>
<tr bgcolor=”#cccccc”>
<td align=”center”><input name=”submit” type=”submit” value=”submit”>
</form>

<form name=”form2″ action=”carimage1.php” method=”post”>

<tr bgcolor=”#cccccc”>
<td>Choose your car:<!– field cannont be left blank –><br>
<input type=”radio” name=”car” value=”Citroen-Saxo”> Citroen Saxo
<input type=”radio” name=”car” value=”Vauxhall-Corsa”> Vauxhall Corsa
<input type=”radio” name=”car” value=”Renault-Clio”> Renault Clio
</tr>
<td>Colour:<!– field cannont be left blank –><br>
<select name=”colour” id=”colour”>
<option value=””>Colour</option>
<option value=”Red”>Red</option>
<option value=”Green”>Green</option>
<option value=”Blue”>Blue</option>
<option value=”Yellow”>Yellow</option>
<option value=”Black”>Black</option>
<option value=”White”>White</option>
<option value=”Silver”>Silver</option>
<option value=”Pink”>Pink</option>
<option value=”Orange”>Orange</option>
<option value=”Gray”>Gray</option>
</select>
</tr>
<tr bgcolor=”#cccccc”>
<td align=”center”><input name=”submit” type=”submit” value=”view car”>
</form>
[/code]

Thanks in advance
yogi

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@yogibearauthorJul 29.2007 — I have found the problem and it is now working
×

Success!

Help @yogibear spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.21,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...