Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I want to implement a multistep form using ajax, the first step is a welcome screen with only text and submit button, when the user press start (submit) it increase the step and move to the next step, the next step have different form elements and a submit button.
the form is working correctly, I need to make the form replace in the new step using ajax and without reloading the whole page.
the following code is demonstrating my current form class without ajax and it's working as expected:
When I click on parent link I want that menu is expanded so I put # as link path. Show as expanded is checked for parent link. Also in menu block Expand all menu items is checked. This worked previously but somehow stopped. I honestly don't have any idea how to fix this so would appreciate any idea. Thanks.
Sometimes, finding the right module in Drupal is difficult because of a lack in knowing the right term.
So.... I hope someone knows this.
I'd like to create a (long) page with a series of layers of a fixed height - let's say, a series of five layers that are 300px high each - , and when you click a button at the bottom of each layer, it folds out. My designer has come up with this idea and I think it can be done in Drupal, but I don't know what module I should use for this.