Hello,
* For centering both buttons:
Enter the style definition below through the “Customize Form Design” attribute in the “Form Settings” tab(https://cff.dwbooster.com/images/documentation/form-settings-tab.png):
* To display the “Next Page” button at right:
#fbuilder .pbNext{width:120px;text-align:center;float:right;margin-right:calc( 50% - 130px );}
#fbuilder .pbPrevious{width:120px;text-align:center;float:left;margin-left:calc( 50% - 130px );}
Use the following style definition instead of the previous one:
#fbuilder .pbNext{float:right !important}
Best regards.
Thank you.
The first option (centering both buttons) did not work. But that’s ok. Second option worked, so I am happy. 🙂