Millisecond Forums

Defined more than once

https://forums.millisecond.com/Topic10603.aspx

By Amina_Ben - 6/6/2013

I am creating a questionnaire and it was running perfectly until yesterday when I received an error message stating:













Script Url:http://www.millisecond.com/myaccount/scripts/hermie/IUDWorkinprogress/IUDWorkinprogress.iqx

is defined more than once.



I am not sure what this means. I looked through the code and do not see anything defined more than once.


Any guidance would be appreciated.


Thank you so much!


Amina



By Dave - 6/6/2013

<textbox fpptsdyes> *is* defined more than once: Lines 346 & 355 in the script.


In addition


/ branch = [if(radiobuttons.fpdep.fpanx.fpbp.fpsch.fpocd.fpptsd.fpoth.response=="Yes: Whom? (indicate below)")surveypage.FamPsychfollowup]


in <surveypage demographics6> is completely invalid. A property such as the one highlighted above does not exist and you cannot string together various elements like that.

By Amina_Ben - 6/6/2013

Thank you! I fixed the issues :)