psliwa / psPageableFormPlugin

Provide simple to use pageable (multipage) forms in symfony 1.2.x, 1.3.x and 1.4.x.
http://www.symfony-project.org/plugins/psPageableFormPlugin
MIT License
4 stars 0 forks source link

Access submitted form data when form validation failed #2

Open enr-beck opened 11 years ago

enr-beck commented 11 years ago

Hi,

is there a possibility to access the submitted form data when validation of a form fails? i have a customer autocomplete field in my first step form and populate 3 selects (with json data from autocomplete) depending on the selected customer. but when form validation fails i want to pre-populate the select fields in the configure method of my "first step" form class and need the selected customer.

thank you for any hints/help :)

greetings from leipzig, germany

psliwa commented 11 years ago

Can you show me sample code (especially structure of form for first page)? I'm not fully understand your use case.