Closed (won't fix)
Project:
Webform
Version:
6.x-3.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2011 at 03:44 UTC
Updated:
1 Mar 2011 at 00:58 UTC
When there was an additional submission processing in webforms, I used it for such fields like 'Request Number'. I used a hidden field and filled it with the additional submission. Now rather not to use Webform PHP I ask to add such type of field to Webform.
Comments
Comment #1
quicksketchI'm not sure why you'd need an auto-increment ID when there is already a unique ID per submission (SID). Why not just use that? Besides that, I don't think this feature is generalized enough that I would add such a field anyway. Rather than using Webform PHP, you can populate your hidden field with hook_form_alter() in a custom module.
Comment #2
quicksketch