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 @@
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.
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.
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;Pre-filled URLs in share menu
-Drag-and-drop form builder with conditional logic, payments, and unlimited responses on the free plan.
diff --git a/nuxt.config.js b/nuxt.config.js index 6145cc89..0334cf1e 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -123,7 +123,7 @@ export default defineNuxtConfig({ prerender: { crawlLinks: true, routes: ['/', '/sitemap.xml'], - ignore: ['/api', '/comparison-tool'], + ignore: ['/api'], // Lower via PRERENDER_CONCURRENCY on memory-constrained machines — // e.g. a 6.7GB-RAM local dev box OOM'd at the default 16 with // --max-old-space-size=4096 (needed for the full blog+templates diff --git a/pages/jotform-alternative.vue b/pages/jotform-alternative.vue index e3693434..68ef84ae 100644 --- a/pages/jotform-alternative.vue +++ b/pages/jotform-alternative.vue @@ -180,13 +180,15 @@