Advertisement

03.11.2008 at 04:37PM PDT, ID: 23233650
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2

radio buttons add information to the script in a form

Asked by pcsonwheels in Hypertext Markup Language (HTML)

Tags:

I have a web page that has a link to a credit card company.  There are two pricing options ($20 or $40) and two payment options (Credit card of online check).  I am using scripts from the credit card company that will show both pricing options with a submit button for credit card purchase and both pricing options with a submit button for online check purchase, using two different forms.  The form that I would like to create will take the username, password and email and include them with submission for the credit card purchase or online check determined by radio buttons.  I created one form that works but there are 4 radio buttons and one submit button but the radio buttons are in the same group so if you can only click one.  This will work but it is confusing to the user.  To make the radio buttons two groups I had to make two forms and the username, password, and email are only passed with the credit card submission because they are in the same form.  The script is shown below.  Is it possible to make the radio buttons enter the code into the action?  Or make the data from the username, password and email work with the online check without having form text areas for them in the second form?
Thanks
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
<form method=post action=https://sales.*********.net/signup/*********.php>
 
<tr><br /><br /><br /><br />
<td align="left" valign="top" nowrap="nowrap" class="desctxt99"><strong>Choose <u>U</u>sername</strong>: &nbsp;</td>
<td><input name="username" type="text" class="textfield99" id="username" size="20" value="" /></td>
</tr>
<tr>
<td align="left" valign="middle" nowrap="nowrap" class="desctxt99"><strong>Choose <u>P</u>assword</strong>: &nbsp;</td>
<td><input name="password" type="text" class="textfield99" id="password" size="20" value="" /></td>
</tr>
<tr>
<td align="left" valign="middle" nowrap="nowrap" class="desctxt99"><strong>Email <u>A</u>ddress</strong>: &nbsp;</td>
<td><input name="email" type="text" class="textfield99" id="email" size="20" value="" /></td>
</tr>
 
 
<script language=javascript src='http://sales.*********.net/signup/*********.php?site=505&check=0'></script>
<input type=submit value='Secure credit card purchase'>
</form>
 
 
<form method=post action=https://sales.*********.net/signup/*********.php>
<script language=javascript src='http://sales.*********.net/signup/products.php?site=505&check=1'></script>
<input type=submit value='Secure online check purchase'>
</form>
[+][-]03.11.2008 at 04:54PM PDT, ID: 21101662

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.11.2008 at 05:07PM PDT, ID: 21101762

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.11.2008 at 05:16PM PDT, ID: 21101839

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.11.2008 at 09:13PM PDT, ID: 21102990

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Hypertext Markup Language (HTML)
Tags: Forms
Sign Up Now!
Solution Provided By: pcsonwheels
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628