Hello,

I have created a multi-step webform using pagebreak functionality. In this form, I am using multiple address field. When I go to form first time, all address fields work properly and I can move on step by step but if I try to go back to previous step then no address field works. Its like multi-step form does not compatible with multiple address field. Can anyone please help me out or please provide me any patch regarding this issue.

Thanks,
Vishnu

CommentFileSizeAuthor
Screenshot_2.png18.12 KBvishnumodi1987
Screenshot_1.png10.72 KBvishnumodi1987
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vishnumodi1987 created an issue.

rahul_sankrit’s picture

I hope following tutorials will help You for fixing your issue:

1. http://zgadzaj.com/basic-drupal-multipart-form-example-with-previous-and....
2. https://www.drupal.org/node/324779
3. https://www.drupal.org/node/717750
4. https://www.drupal.org/project/webform_steps.
5. https://www.sitepoint.com/building-multi-page-wizard-like-form-drupal/

If above tutorials is not useful then you need to define total number of form steps and to create a multistage form and have an URL for each step of the form like /form/step1, /form/step2, and so on.

Thanks
Kumar Rahul Sankrit

vishnumodi1987’s picture

Hi Rahul

I am facing this with addressfield module and i can not do multistep form as like "/form/step1, /form/step2". when I go to previous page in multistep webform then address field don't work.