Form Error: The value of attribute "value" associated with an element type "input" must not contain the '<' character.
Hello,
I've encountered an error: Error on line 78: The value of attribute "value" associated with an element type "input" must not contain the '<' character.
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Charlie Holder on 17 Apr, 2012 11:16 PM
I think your issue might stem from these initial lines:
The .selectNodes method returns a list.
Later you reference the
$myFormConfigvariable as if it is an XML Element reference. The items IN the list may be XML Element references, but the variable itself it not. So a reference to that variable, even if it contains only 1 element, will be a list.This is probably what is causing the error. It seems like it's trying to insert an XML node into the output rather that actually grabbing the value of it for your
$mySuccessPageand$myErrorPagevariables.Are there multiple
//calling-page/system-page/system-data-structure/form_confignodes?Are there multiple
//calling-page/system-page/system-data-structurenodes?I'm seeing the
.selectNodesmethod in both lines near the very top.Hopefully this helps.
3 Posted by pinaydiver on 01 May, 2012 01:20 PM
Thanks Charlie! You may close this discussion now. Last one, could you please delete the file attachment ?
Charlie Holder closed this discussion on 01 May, 2012 04:50 PM.