tsgrp / ActiveWizard

OpenContent Dynamic Forms and Workflow
http://www.tsgrp.com/products/opencontentforms/
4 stars 0 forks source link

Forms without an autonumber - name not picked up at the start of form #257

Closed gsteimer closed 9 years ago

gsteimer commented 9 years ago

See the screencam below:

form-naming

grahamsinger commented 9 years ago

Fixed with rev12937

The form name was correctly being passed in as a param and into wizard context. But the wizard context params get reset on every new page so the reservedName gets cleared out. Now, we just set it on the first page to make sure it persists.

CR: MB