0

Here is my code link:

I am facing two problems here:

  1. when drop down item for example text is clicked, the Question type section list does not go to the proper format,

  2. when selected another drop down item again, the last Question type is changed as well, but actually could not be changed.

Could someone help me on that?

Thanks in advance!

3
  • What's the 'proper format'? Commented Mar 20, 2014 at 6:02
  • @ForgetfulFellow Hi, thanks for reply, part of the problem has been resolved. Currently, the problem is nothing changed when clicking dropdown list element Commented Mar 20, 2014 at 6:09
  • your plunker is too completed, if you can write what you want to do we can help better? I assume you want to add new question with selected type but you can change it after creation, am I right? Commented Mar 20, 2014 at 7:15

1 Answer 1

0

This doesn´t seem to be an error in your script. You wrote in line 147 of index.html:

<script src="Form Builder.js"></script>enter code here

But ist should be:

<script src="script.js"></script>

Here is a Plunker

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.