• Home
  • Blog
  • Documentation
  • FAQ
    • Pre-Sales Questions
  • Log In
  • Get Easy Forms
  • Home
  • Blog
  • Documentation
  • FAQ
    • Pre-Sales Questions
  • Log In
  • 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?

2536 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
  • Compare Date fields: How to ensure that Finish Date is at least equal to *or after* Start Date, and *not* before?
  • How to embed a Form using iFrame code
  • Dynamic Content: Conditional Logic with Dates
  • Date Based Conditional Logic
  • Calculate Difference of Time between Two Time fields
  • Date Formats with Dynamic Content

Didn't find your answer? Contact Us

Advanced Techniques
  • How to RTL (right-to-left) a Form?
  • Compare Date fields: How to ensure that Finish Date is at least equal to *or after* Start Date, and *not* before?
  • How to embed a Form using iFrame code
  • Dynamic Content: Conditional Logic with Dates
  • Date Based Conditional Logic
  • Calculate Difference of Time between Two Time fields
View All 21  
Popular Articles
  • How to Show/Hide HTML elements with Conditional Rules
  • How to enable / disable DEBUG mode
  • How to Submit a Form as WhatsApp Message
  • How to update Form Stats from the command line
  • 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 embed a Form using iFrame code  

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

Popular Search:Getting Started