Hello everybody!
I'm used chronoforms since Joomla 1.5 , and since then, I could change the "submit" button position left to right on the component options. But on V5, that option disappeared, and I can't do that.
Where I can change the position? Thanks!
I'm used chronoforms since Joomla 1.5 , and since then, I could change the "submit" button position left to right on the component options. But on V5, that option disappeared, and I can't do that.
Where I can change the position? Thanks!
Hi Mastertuki,
You can do it with CSS
Bob
You can do it with CSS
#fin-my_submit_button {
float: right;
}
and replace my_submit_button with the name of your submit button
Bob
Thanks! It works!
One more doubt and I will left you alone, I promise😉 Is posible to do something like this on chronoforms?
Thanks!
One more doubt and I will left you alone, I promise😉 Is posible to do something like this on chronoforms?

Thanks!
Hi Mastertuki,
Yes, you can either do it with custom HTML in a Custom Code element (from the Advanced elements group); or you can use a MultiField element and add a check box and a text input to it.
Bob
Yes, you can either do it with custom HTML in a Custom Code element (from the Advanced elements group); or you can use a MultiField element and add a check box and a text input to it.
Bob
Ok, I tried... But...
I tried everything to align both, but everytime I try, the whole form moves...

I tried everything to align both, but everytime I try, the whole form moves...
Got it! Thanks!
This topic is locked and no more replies can be posted.