fix(Form Builder): add section below by shariquerik [frappe] PR#23479
From: https://github.com/frappe/frappe/pull/23479
Date: 2023-11-27 15:21:13+05:30
- fix: add section below
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-23479
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease