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

quicksketch’s picture

I'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.

quicksketch’s picture

Status: Active » Closed (won't fix)