I am getting a default blank form when I submit a form for a second time, when the first submitted output includes more forms.
I have a search form to list items that that the user can perform actions on with item-specific forms.
On successful submission, the find form displays the items as nested forms. The item forms all work as expected and the outer find form textfield is populated with the original input, as expected.
Very annoying - I keep getting Error messages related to removing the Migrate module like the following - when confirming the turning off of the relevant modules the Errors show up under ."...../admin/modules/list/confirm"
I would like to use the Optionally control meta tag permissions individually module however it looks like it hasn't been updated in 6 years, does anyone know if it is still usable for Drupal 7?
I am using Drupal 7 and have implemented Workflow and rules.
When a state is changed from A to B, a rule is triggered which sends the mail to author of the node informing state has changes. Workflow comment field which is created by default is mandatory, so anyone changing the state has to enter the workflow comments.