Inserting hidden field into database

Hi there,

I am trying to insert a hidden field with a value in into my database, however, it is just inserting a blank record.

I wanted to check I have the following input correct:

<input name="qname" class="input" type="hidden" ng-model="home.quizDatabase.formQName" value="Questionnaire Name">

Thanks

You need to identify where the problem is occurring.
The data direct from the form?
The parsing of form data in the processing script?
The insertion of data to the database?
Check the data at each stage to find the anomaly.

What server-side language are you using?

Thanks for the replies.

I think I have worked it out. I simply passed it as a variable rather than am input.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.