Align to left the back button on preview mode

  • SCAEEUROPE
    Asked on January 23, 2018 at 10:14 AM

    Hello,

    I've searched over the forum for a solution but no lucky, or just I've not found it.

    Hope you can help me. 

  • BJoanna
    Replied on January 23, 2018 at 11:29 AM

    I inspected your form and the Back button left aligned. And the Next button is right aligned.

    1516724758back Screenshot 10

    I assume that you resolve your issue.

  • SCAEEUROPE
    Replied on January 23, 2018 at 11:31 AM

    Not exactly, because my question is about the preview modality, not the form itself.

  • BJoanna
    Replied on January 23, 2018 at 12:17 PM

    I checked the preview mode on your account and the Back button is left aligned there as well. 

    1516727354back Screenshot 10

    If it looks different on your end, please provide us a screenshot and tell us which browser and device are you using. 

    How to Post Screenshots to Our Support Forum

  • SCAEEUROPE
    Replied on January 23, 2018 at 1:58 PM

    Sorry, I mean the preview before submit mode, not the normal one.


    1516733894Schermata 2018 01 23 alle 09 Screenshot 10

  • BJoanna
    Replied on January 23, 2018 at 2:15 PM

    To left align the Back button in Preview Before Submit page add this CSS code to your form:

    button#backToForm {

        float: left;

    }

    How to Inject Custom CSS Codes

    1516734605left Screenshot 10

    Here is my demo form: https://form.jotform.com/80225700746957 

    Feel free to test it and clone it

    Hope this helps to solve the issue.

  • SCAEEUROPE
    Replied on January 24, 2018 at 2:46 AM

    Yes, this solved it.

    Thank you.