From fa13d654180c5050694d107b708a3f59d0338af8 Mon Sep 17 00:00:00 2001 From: Ankit Date: Wed, 2 Sep 2026 19:27:00 +0530 Subject: [PATCH 1/6] fix(content): replace obsolete internal form-builder links --- content/blog/how-to-create-right-to-left-forms.md | 2 +- content/blog/how-to-embed-a-google-form.md | 4 ++-- content/blog/how-to-enable-access-for-google-forms.md | 2 +- content/blog/how-to-make-a-fillable-form-in-word.md | 2 +- content/blog/what-is-conditional-logic-how-to-use-it.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/blog/how-to-create-right-to-left-forms.md b/content/blog/how-to-create-right-to-left-forms.md index cadba990..b11cc8cb 100644 --- a/content/blog/how-to-create-right-to-left-forms.md +++ b/content/blog/how-to-create-right-to-left-forms.md @@ -168,7 +168,7 @@ font-weight: 500;

Quick answer

Google Forms does not have a right-to-left toggle. The only workaround is to change your Google account's Forms language to Hebrew or Arabic, which flips the form RTL in your editor view, but respondents still see it left-to-right.

-

For respondent-facing RTL, use a native builder: Formester (toggle Multilanguage, pick Arabic, Hebrew, Urdu, Persian, Pashto, or Sindhi, AI translates and aligns), Fillout (per-form RTL flag), or Jotform (custom CSS).

+

For respondent-facing RTL, use a native builder: Formester (toggle Multilanguage, pick Arabic, Hebrew, Urdu, Persian, Pashto, or Sindhi, AI translates and aligns), Fillout (per-form RTL flag), or Jotform (custom CSS).

For developers, dir="rtl" with the right lang attribute is the W3C-documented approach.

diff --git a/content/blog/how-to-embed-a-google-form.md b/content/blog/how-to-embed-a-google-form.md index d56ba1a5..3b6c5ce8 100644 --- a/content/blog/how-to-embed-a-google-form.md +++ b/content/blog/how-to-embed-a-google-form.md @@ -240,7 +240,7 @@ letter-spacing: -.02em; margin: 0; color: var(--c-fg-1); Custom branding No Google chrome stays -Full white-label, brand colors, custom fonts +Full white-label, brand colors, custom fonts Native CMS integrations @@ -780,7 +780,7 @@ content: "\2192"; transition: transform .15s ease; display: inline-block; Compare - + Product

Formester form builder

Build a form, pick an embed mode, paste one snippet. Inline, popup, sidebar, side tab, popover, fullscreen.

diff --git a/content/blog/how-to-enable-access-for-google-forms.md b/content/blog/how-to-enable-access-for-google-forms.md index d4b4ee65..7f4a96f5 100644 --- a/content/blog/how-to-enable-access-for-google-forms.md +++ b/content/blog/how-to-enable-access-for-google-forms.md @@ -103,7 +103,7 @@ Three ways to share the responder link: Security extras worth turning on: - **CAPTCHA / spam filter:** add a reCAPTCHA question if you are getting bot submissions. - **Limit responses:** cap the form once you have enough replies, using a [form limiter](/features/form-limiter/) or a third-party Apps Script. -- **Avoid collecting sensitive data:** Google Forms is not HIPAA-friendly out of the box. If you are collecting medical, financial, or personally identifiable data at scale, the platform is the wrong fit. [Formester's GDPR-ready forms](/features/data-storage-policies/) give cleaner controls. +- **Avoid collecting sensitive data:** Google Forms is not HIPAA-friendly out of the box. If you are collecting medical, financial, or personally identifiable data at scale, the platform is the wrong fit. [Formester's GDPR-ready forms](/security/) give cleaner controls. ## Fix "You need permission to access this form diff --git a/content/blog/how-to-make-a-fillable-form-in-word.md b/content/blog/how-to-make-a-fillable-form-in-word.md index d20b3caa..93c62189 100644 --- a/content/blog/how-to-make-a-fillable-form-in-word.md +++ b/content/blog/how-to-make-a-fillable-form-in-word.md @@ -594,7 +594,7 @@ transition: transform .15s ease, background-color .15s ease;
How do I create a fillable form in Word without the Developer tab? - +
You cannot. Content controls only appear when the Developer tab is enabled. If you cannot enable it (locked-down corporate device, school account, Word for the Web), use a browser-based form builder instead. Formester does not require Word, Office, or any install.
diff --git a/content/blog/what-is-conditional-logic-how-to-use-it.md b/content/blog/what-is-conditional-logic-how-to-use-it.md index 43c4c667..fd047e77 100644 --- a/content/blog/what-is-conditional-logic-how-to-use-it.md +++ b/content/blog/what-is-conditional-logic-how-to-use-it.md @@ -740,7 +740,7 @@ content: "\2192"; transition: transform .15s ease; display: inline-block; Open - + Product

Online form builder

Drag-and-drop form builder with conditional logic, payments, and unlimited responses on the free plan.

From 6ec5956e952dd76a8a37920ef33ee94cdcb3574d Mon Sep 17 00:00:00 2001 From: Ankit Date: Wed, 2 Sep 2026 19:34:00 +0530 Subject: [PATCH 2/6] fix(content): remove remaining dead feature links --- content/blog/gravity-forms-review.md | 2 +- .../how-ai-can-help-respondents-answer-questions.md | 2 +- .../how-to-pre-fill-form-fields-by-url-parameters.md | 11 ----------- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/content/blog/gravity-forms-review.md b/content/blog/gravity-forms-review.md index cfaaa86a..3ba56e6a 100644 --- a/content/blog/gravity-forms-review.md +++ b/content/blog/gravity-forms-review.md @@ -219,7 +219,7 @@ publishedAt: "2026-07-19T15:39:50.432Z"

If your workflow is form-to-PDF. Formester exports every submission as a PDF on the free plan. Gravity Forms requires the PDF Extended add-on (third-party, not first-party) at $69 to $199/year on top of the license.

-

Full comparison and switching guide: Formester vs Gravity Forms.

+

Full comparison and switching guide: Formester vs Gravity Forms.

When Gravity Forms is the better pick

diff --git a/content/blog/how-ai-can-help-respondents-answer-questions.md b/content/blog/how-ai-can-help-respondents-answer-questions.md index d8708a0a..13dffcf8 100644 --- a/content/blog/how-ai-can-help-respondents-answer-questions.md +++ b/content/blog/how-ai-can-help-respondents-answer-questions.md @@ -330,7 +330,7 @@ color: var(--c-fg-3); margin: 0 !important;

Example: A support intake form asks "what product are you using?" The field autocompletes on the first three characters from the product catalog. Free-text noise that used to need manual cleanup goes to near zero.

Impact: Autocomplete reduces typing time and standardizes answers, which makes downstream analysis tractable.

When to use: Text fields with a known but large answer space (products, job titles, cities, technologies).

-

Formester: Ships dropdown fields with searchable options and external data connections for dynamic option lists.

+

Formester: Ships dropdown fields with searchable options and external data connections for dynamic option lists.

diff --git a/content/blog/how-to-pre-fill-form-fields-by-url-parameters.md b/content/blog/how-to-pre-fill-form-fields-by-url-parameters.md index 81126b41..20b29dc5 100644 --- a/content/blog/how-to-pre-fill-form-fields-by-url-parameters.md +++ b/content/blog/how-to-pre-fill-form-fields-by-url-parameters.md @@ -732,17 +732,6 @@ transition: transform .15s ease; - - -
-

Share form

-

Pre-filled URLs in share menu

-
- -
-

Say you collect signups through a form that feeds a Google Sheet (Formester forms write straight to Sheets through the native Google Sheets integration). You want a single title across the name, email, and status columns at the top. Merging those three header cells gives you one clean banner instead of three half-filled boxes.

+

Say you collect signups through a form that feeds a Google Sheet (Formester forms write straight to Sheets through the native Google Sheets integration). You want a single title across the name, email, and status columns at the top. Merging those three header cells gives you one clean banner instead of three half-filled boxes.

How to Merge Cells in Google Sheets: Step by Step

From 84ce217c1714df4e73c62ea08df4ee178a40a2b8 Mon Sep 17 00:00:00 2001 From: Ankit Date: Wed, 2 Sep 2026 20:56:30 +0530 Subject: [PATCH 6/6] fix(navigation): repair Gravity Forms comparison link --- components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Footer.vue b/components/Footer.vue index bf52d92a..a4bbac9f 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -174,7 +174,7 @@
  • - + Formester vs Gravity Forms