[[File:QE_CustomJavascript.png]]
This section is primarily used to add javascript and logic to a question. The first three fields allow a user to add javascript code which will be kicked off when different events occur. The three fields are javascript onFocus, onChange and onBlur. Javascript onFocus will execute the code whenever a user clicks their cursor inside of the question field. Javascript onChange will execute whenever anything inside the question field changes e.g. when a user types or picks a date. Javascript onBlur will execute when a user clicks outside of the question field and the question is no longer selected.:-
onFocus - will execute the code whenever a user clicks their cursor inside the question field.onChange - will execute whenever anything inside the question field changes, e.g. when a user types or picks a date.onBlur - will execute when a user clicks outside of the question field and the question is no longer selected. Logic sequence and logic branches allow users to display certain fields when an option in a dropdown list is selected. You can read more about how to implement logic branching into your forms here. [insert link]
== Custom Settings ==