Hi
I'm wondering if it is possible to position the lable on the right
The only options available are Top and Left
If yes, is it possible in a simple way?
Hi giulia,
Which version of ChronoForms is this?
Bob
Hi giulia72,
Not for individual elements - there is an RTL option in the Styles tab, that might help but probably does too much.
Otherwise you'd need to use Custom HTML/CSS
Bob
Could you be more specific?
What is RTL option? How can I use it
How I can use a Custom css?
Hi giulia72,
The RTL option is for 'right to left' layout for languages that read right to left.
I don't know what CSS you'd need - I don't' remember this question being asked before. You can add your own custom form HTML using Custom Elements or directly in the Code tab.
Bob
I don't think RTL option is the solution
Also I need more information about CSS or at least an example
It was a simple request but the answer seems to be too complicated
Hi Giulia,
Not every simple request has a simple answer - I suggest that you use you own custom HTML for this form.
Bob
Yes but how?
The answer is not clear how I can do it
Hi giulia72,
You would need to write your own Form HTML that sets the labels to the left and add that to the form.
Bob
Sorry maybe I'm not so clever
I don't understand how to write and add my own HTML form in chronoengine form
Do you have a documentation/example?
Maybe I was not clear
I know HTML but I would to know how to implement it in a chronoform module
or do I have to consider to create my module from scratch without HTML?
In this case I don't see how Chronoform could help
Instead to give me HTML tutorial, you should provide a CHRONOFORM tutorial
Sorry it still not clear
Maybe I ask too much to be more detatiled and to not suppose I know how to manage a chronoform module without a minimum of guide
Thanks for your efforts
Hi giulia72,
What exactly is not clear?
Bob
First of all, if I insert my own checkbox as Custom Elements, I use Event switcher how can I manage it in my own checkboxes?
Maybe for you it simple to give some clues about how to proceed , but the main part is implied and without a Choronoforms manual is very difficult to understand the whole process to realize a simple customization.
Whithout an example at least, it is very difficult to follow your direction,
I'm sorry
Hi giulia72,
To get the switching functionality I think that you will need to use custom JavaScript. You can add that using a Load JavaScript action.
Bob