Is data entered into a Hidden Field saved to the database?
Only if 'Form Only' is disabled. If enabled, the data is stored temporarily in the form session and not persisted to SQL.
Only if 'Form Only' is disabled. If enabled, the data is stored temporarily in the form session and not persisted to SQL.