can i change the form field label to be rtl (right to left)?
all the field label is left to right…
The preset form templates are not capable of setting that type of alignment. You can create your own form using a text input component and adding a text component for the label thus allowing you to align right. You’ll still need to have a button at the bottom with an update or create action and ensure that you tell it all the input fields to update/add to the collection.
how can i add toggle to my own form in rtl?
Hi @ashley,
quite an old topic, but I understand there is still no resolution.
I tried building my own form, with button and a create action. It works fine, but there is no way to specific fields as “required”, like you can in a built-in form.
I also tried setting conditions on the submit button, and if a specific field is empty the record is not being created when pressings the submit button, however, there is no way to alert the user that nothing actually happened.
Is there a work-around or another way to implement this?
THX.