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
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
Hi Markus,
Please try this in a Load CSS action
Bob
Please try this in a Load CSS action
div.cfdiv_submit input[name=back] {
float :left;
margin-right: 6px;
}
Bob
Thanks a lot, it works very well.
Best Regards
Markus
Best Regards
Markus
This topic is locked and no more replies can be posted.