Open
Conversation
adiati98
requested changes
Jan 28, 2026
Contributor
adiati98
left a comment
There was a problem hiding this comment.
Thanks for the PR, @patrykgruszka!
We need to address the Vale warning here. 🙂
Co-authored-by: Ayu Adiati <45172775+adiati98@users.noreply.github.com>
adiati98
reviewed
Jan 29, 2026
| * - ``formType`` | ||
| - string | ||
| - Applicable values are ``standalone`` or ``campaign``. | ||
| - **Deprecated.** Previously indicated whether a Form was a Standalone or a Campaign. As of Mautic 7.1, all Forms function identically. Mautic 8.0 schedules the removal of this property. |
Contributor
There was a problem hiding this comment.
@mautic/core-team @RCheesley a question here. Do we need to mention Mautic 8.0 here?
Member
There was a problem hiding this comment.
It won't hurt but we have different docs like https://github.com/mautic/mautic/blob/7.x/UPGRADE-7.0.md to document breaking changes. So i guess we should start one for M8.
Member
There was a problem hiding this comment.
This will need to be based on the 7.1 branch indeed - we should add a warning in 7.1 and then in the 8.0 branch it would be removed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remove form type distinctions (Standalone Forms vs Campaign Forms) from Mautic 7.1 documentation. All forms now have unified capabilities: triggering campaigns and accessing the full range of form actions without type selection.
Linked issue
mautic/mautic#15803
Screenshots or screen recordings