all texts and aligns is ok.
that’s because it is handled by the Smart Grid.
but fields sorts showing from left.
that’s because it is handled by the CF7 plugin.
i want when i see this form in rtl page , showing name in right and phone in left
you need to change the language of the form, then only the CF7 plugin will align the text in fields properly.
You can either do this manually, or if you have a multi-lingual site, use a plugin such as Polylang to manage translated content, and use the Polylang extension for CF7 plugin which will also handle the language settings for each form.
Thread Starter
bigbus
(@bigbus)
my site is setting in persian language , and is RTL.
i installd polylang but not working. have error.
anyway , i make form by codes with <div> and classes
but tanx for answer.
https://hillarys.ir/%D8%AF%D8%B1%D8%AE%D9%88%D8%A7%D8%B3%D8%AA-%D9%86%D9%85%D8%A7%DB%8C%D9%86%D8%AF%DA%AF%DB%8C/
my site is setting in persian language , and is RTL.
ok, so if you have a single language only, then no need for polylang.
You will need to force CF7 plugin to switch to your language. Are you using the admin dashboard in English or Persian?
I have made a small change in the plugin to fix this type of situation. For singl language websites, it will not automatically set new CF7 form locales to the website’s locale using WP core function get_locale() which can be filtered using the ‘locale’ hook as well.
I just released v3.3.2, please upgrade and try to create a new form to get the form locale in your websit’s locale. let me know if it works.