Don't know why, but when I use `condition_dict`, the `get_form_initial` def is called multiple times. The above problem is seen when I use `wizard.get_cleaned_data_for_step()` in condition def. Any clues?
Don't know why, but when I use
condition_dict, theget_form_initialdef is called multiple times.The above problem is seen when I use
wizard.get_cleaned_data_for_step()in condition def.Any clues?