943,697 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 797
  • PHP RSS
Aug 29th, 2009
0

Form select Data to HTML Template

Expand Post »
Hi,

I have a calculating order form, which is at
http://www.bcdcoatings.com/orderform.htm which I partially inherited.

The problem is that the second drop down "select item" was added, and is not part of the calculation, in order to get needed information to an html template for emailing the order information.


Right now it is possible to have the "widget" choice be the wrong one (not corresponding with the select size choice,) in that you could have a "widget1" show up at the price of a "widget2" which is not good.


Is there a way to report two values, or another value of information from the 3rd drop down? This would eliminate the need for the second.

OR how do I require the second drop down "select item" selection is made, and it corresponds to the proper selection in the third "select size."

All of the lines can not be required though, as the user may not be ordering more than one item.

Obviously I'm not a programmer, I am actually a hardware/network tech. This is in my lap to deal with though.

Any help is appreciated.
Thanks
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
cooterbrown is offline Offline
10 posts
since May 2009
Aug 30th, 2009
0

Re: Form select Data to HTML Template

You are using JavaScript to do your calculations, so I guess you should try JavaScript/DHTML/AJAX section for a help.
Reputation Points: 14
Solved Threads: 9
Light Poster
Daiva is offline Offline
37 posts
since May 2009
Aug 30th, 2009
0

Re: Form select Data to HTML Template

The added <select> has no part in the calculation, its values are all text, so the code where changing the text <select> chanes recalculates the form is not enough
changing the text select item is supposed to change the price values in the size <select> there needs to be another javascript to do so
something like
html Syntax (Toggle Plain Text)
  1. <TD style="height: 28px; width: 120px;">
  2. <SELECT onChange="populate("price2");calculate();" name="item2" style="width: 133px">
  3. <OPTION value="widget1">widget 1
  4. <OPTION value="widget2">widget 2
  5. <!--snip-->
  6. </SELECT></TD>
where populate() is a javascript that populates the <select><option>s named
this link goes to one available for download, might give you an insight into the code you require
Reputation Points: 562
Solved Threads: 368
Posting Maven
almostbob is offline Offline
2,970 posts
since Jan 2009
Aug 30th, 2009
0

Re: Form select Data to HTML Template

Click to Expand / Collapse  Quote originally posted by Daiva ...
You are using JavaScript to do your calculations, so I guess you should try JavaScript/DHTML/AJAX section for a help.
Thanks Daiva for your reply. I simply do not know where the solution is, so I posted it here hoping for a clue.

Thanks again.
Cooter
Reputation Points: 10
Solved Threads: 0
Newbie Poster
cooterbrown is offline Offline
10 posts
since May 2009
Aug 30th, 2009
0

Re: Form select Data to HTML Template

Click to Expand / Collapse  Quote originally posted by almostbob ...
The added <select> has no part in the calculation, its values are all text, so the code where changing the text <select> chanes recalculates the form is not enough
changing the text select item is supposed to change the price values in the size <select> there needs to be another javascript to do so
something like
html Syntax (Toggle Plain Text)
  1. <TD style="height: 28px; width: 120px;">
  2. <SELECT onChange="populate("price2");calculate();" name="item2" style="width: 133px">
  3. <OPTION value="widget1">widget 1
  4. <OPTION value="widget2">widget 2
  5. <!--snip-->
  6. </SELECT></TD>
where populate() is a javascript that populates the <select><option>s named
this link goes to one available for download, might give you an insight into the code you require
Thank you almostbob, I greatly appreciate the nudge in the right direction. I'll work on this and post back. Now I'm becoming interested in programming...<chuckle>.

Cooter
Reputation Points: 10
Solved Threads: 0
Newbie Poster
cooterbrown is offline Offline
10 posts
since May 2009
Sep 2nd, 2009
0

Re: Form select Data to HTML Template

almostbob...
No progress yet, but I am taking an online javascript course. At least I see what you mean by "something like" your example.. Javascript is very versatile and flexible.
Thanks again.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
cooterbrown is offline Offline
10 posts
since May 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: Using Curl without PHP to test on web applications
Next Thread in PHP Forum Timeline: Restrict the user to cant move backward in Explorer





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC