• Resolved MrHaza

    (@mrhaza)


    Hello,

    I would like to ask if there is any possibility to add an arrow on the left and right side of the form instead of the previous/next step buttons that are located at the end of the form? For example using some snippet?

    Thank you in advance for your reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @mrhaza

    I hope you are doing good today.

    There will be no easy way to handle this request as the HTML structure is designed to have a button at the end of the form. What we do have in future plans is to allow to have those above the form.

    Having buttons on the left or right side will affect the main form container and this will be custom work out of scope.

    However, please try this CSS and adjust some values to make your button fit in correct position:

    #forminator-module-40 .forminator-pagination--content {background:red; width:80% !important; margin:0 0 0 10%;}
    #forminator-module-40 .forminator-pagination-footer .forminator-button-back {min-width:8% !important; top:-150px;} 
    #forminator-module-40 .forminator-pagination-footer .forminator-button-next {min-width:8% !important; top:-150px;}

    where “#forminator-module-40” is your form ID.

    Kind Regards,
    Kris

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @mrhaza ,

    We haven’t heard from you for several days now, so it looks like you don’t need our assistance anymore.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multi step form with navigation arrows’ is closed to new replies.