• 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/How to RTL (right-to-left) a Form?
Popular Search:Getting Started

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

2481 views 23 January 1, 2019 Updated on April 8, 2019 admin

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
  • Dynamic Content: Conditional Logic with Dates
  • Date Based Conditional Logic
  • Calculate Difference of Time between Two Time fields
  • Date Formats with Dynamic Content
  • Create Users that Can Only Submit Forms
  • How To Calculate Age From Date Of Birth

Didn't find your answer? Contact Us

Advanced Techniques
  • How to RTL (right-to-left) a Form?
  • Dynamic Content: Conditional Logic with Dates
  • Date Based Conditional Logic
  • Calculate Difference of Time between Two Time fields
  • Date Formats with Dynamic Content
  • Create Users that Can Only Submit Forms
View All 19  
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 compare two fields to pass the validation (jQuery Validation)
KB Categories
  • Add-Ons
  • Advanced Techniques
  • Common Issues & Troubleshooting
  • Developers "How To's"
  • Getting Started
  • How To

  How to Send Email Notifications To Different People Based on a Select List Field

How to Display Radio Buttons as Buttons  

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 - 2022 Baluart EIRL. All Rights Reserved.

Popular Search:Getting Started