-
sinha20rajAsked on July 23, 2020 12:49 AM
Recently I've created a Course Instructor form,, on page 3 I've both Back & Submit button,, I'm unable to align them in line,, like what I'm looking for is,,, Back button should Left and Submit should Right aligned. Presently submit is above Back.
-
Sonnyfer JotForm SupportAnswered on July 23, 2020 04:49 AM
Hi there - Thanks for reaching out.
Please refer to the below steps to achieve your requirement:
Submit should Right aligned
Back button should Left
Inject the below CSS code to your form:
#form-pagebreak-back_18 {
margin-top : -100px ! important;
position : absolute ! important;
}
Guide: How-to-Inject-Custom-CSS-Codes
Result:
Let us know if you need further assistance.
-
sinha20rajAnswered on July 23, 2020 11:28 AMLet me apply your suggestions,, I'll be back in case of further assistance.
Regards,,
Rajesh S.
...