Forums

"Back" Button at first

m-r-promotion 23 Oct, 2012
Hi,

I use a multipage form with the Submit-Botton "next" and I added the "back" button too.
Now I want, that the back button is displayed at firs in the line. Is this possible?


Thank you for the help.


Best regards

Markus
GreyHead 23 Oct, 2012
Hi Markus,

Please try this in a Load CSS action
div.cfdiv_submit input[name=back] {
  float :left;
  margin-right: 6px;
}

Bob
m-r-promotion 24 Oct, 2012
Thanks a lot, it works very well.


Best Regards

Markus
This topic is locked and no more replies can be posted.