Hello,
I created several questionnaires using the websites MediaLab recommended. I then tried to run it and even though it shows up fine in the MediaLab application, it will not save any of the data.
I was reading the "Help" section on "Custom Items" but I still do not understand why it will not save. Is it my variable names?
Here is a sample...
Code:
<html>
<body>
<form action="post">
<select name="visit#">
<option value="none"></option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
</select>
</form>