• Home
  • Blog
  • Documentation
  • FAQ
    • Pre-Sales Questions
  • Sign Up
  • Log Out
  • Get Easy Forms
  • Home
  • Blog
  • Documentation
  • FAQ
    • Pre-Sales Questions
  • Sign Up
  • Log Out
  • Get Easy Forms
home/Knowledge Base/Advanced Techniques
Popular Search:Getting Started

How to RTL (right-to-left) a Form?

2342 views January 1, 2019 April 8, 2019 admin 23

To set the RTL direction in your Form, follow the next steps:

1. Create and Select a theme with the following CSS rules:

h3, p {
  text-align: right;
}

.control-label {
  float: right;
  direction: rtl;
  /*unicode-bidi: bidi-override;*/
}

.radio-inline {
  float: right;
}

User Manual | http://easyforms.baluart.com/docs/theme-manager.html

2. Load a javascript file with the following content:

$( document ).ready(function() {

  $('form').find(':input').attr('dir', 'rtl');

});

User Manual | http://easyforms.baluart.com/docs/form-manager.html#form-settings-ui

And that’s all!

Was this helpful?

23 Yes  5 No
Related Articles
  • Create Users that Can Only Submit Forms
  • How To Calculate Age From Date Of Birth
  • Calculate the Number of Days between Two Dates
  • Create Users that Only Can Manage Form Submissions of Shared Forms
  • Reject Email Addresses From Specific Domains
  • How to Display Radio Buttons as Buttons
Advanced Techniques
  • How to RTL (right-to-left) a Form?
  • Create Users that Can Only Submit Forms
  • How To Calculate Age From Date Of Birth
  • Calculate the Number of Days between Two Dates
  • Create Users that Only Can Manage Form Submissions of Shared Forms
  • Reject Email Addresses From Specific Domains
View All 16  
Popular Articles
  • How to enable / disable DEBUG mode
  • How to update Form Stats from the command line
  • How to RTL (right-to-left) a Form?
  • How to Remove the Default Choice from a Select List Field
  • How to Insert an Image into a Notification or Confirmation Email
KB Categories
  • Add-Ons
  • Advanced Techniques
  • Common Issues & Troubleshooting
  • Developers "How To's"
  • How To
About Easy Forms

With Easy Forms you can create unlimited web forms and most importantly the complete management of them without paying monthly fees

Resources
  • Knowledge Base
  • Documentation
  • Pre-sales Questions
  • Blog
Useful Help Links
  • Get Easy Forms
  • Live Demo
  • License Terms
  • Contact Us
Frequent Visit Links
  • Pre-Sales Questions
  • System Requirements
  • Installing Easy Forms
  • Upgrading Easy Forms
  • Privacy Policy
  • © 2015 - 2020 Baluart EIRL. All Rights Reserved.