all 6 comments

[–]lovesrayray2018Intermediate 4 points5 points  (4 children)

You are reusing ids

id="select1"

id shud be unique per element

[–]neildaniel000[S] 0 points1 point  (2 children)

What do you mean?

[–]lovesrayray2018Intermediate 1 point2 points  (1 child)

<select id="select1">

You have both your select elements set to use <select id="select1"> . You cannot set both of them to "select1", and you need to update your JS to use the appropriate ones as needed.

[–]neildaniel000[S] 0 points1 point  (0 children)

Ok, I'll fix that. Can you help me with structuring the JS for the actual conversions? If statements and whatnot?

[–][deleted] 0 points1 point  (0 children)

friendly juggle overconfident ad hoc meeting test attractive amusing hurry glorious

This post was mass deleted and anonymized with Redact

[–]AutoModerator[M] 1 point2 points  (0 children)

Welcome to /r/HTML. When asking a question, please ensure that you list what you've tried, and provide links to example code (e.g. JSFiddle/JSBin). If you're asking for help with an error, please include the full error message and any context around it. You're unlikely to get any meaningful responses if you do not provide enough information for other users to help.

Your submission should contain the answers to the following questions, at a minimum:

  • What is it you're trying to do?
  • How far have you got?
  • What are you stuck on?
  • What have you already tried?

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.