• Resolved agenceamar

    (@agenceamar)


    Hello

    How to make the submit button as large as the form, automatically, instead of putting it left, right or at the center ?

    Thanks

    • This topic was modified 3 months, 1 week ago by agenceamar. Reason: Solution found
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @agenceamar,

    Thank you for your topic.

    If we understand correctly, you want the Finish button width to match the width of the survey.
    While we currently don’t have a direct option for this, our Development Team has written a new Custom CSS code special for you.

    Please take the following CSS code and insert it into the Surveys > particular survey > Styles Tab > Custom CSS option.
    Please, make sure to replace YOUR_SURVEY_ID with the actual ID of your survey (for example, [id*=’ays-survey-container-1′]).

    Please use the following code:

    [id*='ays-survey-container-YOUR_SURVEY_ID'] .ays-survey-section-buttons{
    display: flex;
    }

    [id*='ays-survey-container-YOUR_SURVEY_ID'] .ays-survey-section-button-container:has(.ays-survey-finish-button:not(.ays-survey-display-none)){
    flex: 1;
    margin: 0;
    }

    [id*='ays-survey-container-YOUR_SURVEY_ID'] .ays-survey-finish-button{
    width: 100%;
    }

    Please check this and let us know about the outcome.

    Thank you.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @agenceamar,

    We’re closing this ticket for now as we last heard from you 1 week ago.

    If the query is unresolved, drop us a line and we’ll get back to you at the earliest and the ticket will be re-opened.

    For a new query, feel free to open a new topic. Our Customer Care Specialists will be happy to help you.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.