• Resolved Manu

    (@manuxx34)


    Hi there, we are using your plugin as a contact form which works great so thanks for that. I was asked to set up an internal survey and before searching for an specific plugin for that, is forminator capable of setting an internal survey like this?

    1. Overall experience (rate 1-10)
    2. Would you recommend (rate 1-10)
    3. How could our services have been better? (text box)
    4. Where did we fall short the most? (text box)
    5. Got a suggestion? Please share! (text box)
    6. Final message shown to visitor.

    So mainly a questionnarie, survey type, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @manuxx34 !

    I trust you’re doing well today!

    That’s a definite yes in this case, Forminator is fully capable of this kind of setup ??

    For the ratings you can use a Radio field and add options and values for each of the 1-10 ratings. You can also set the Radio field to display horizontally, so it will show like 1 2 3 4 … 10.

    Actually, here’s an example form like this I’ve just made: https://pastebin.com/5NQKifvS (you can import it on the Forminator >> Forms page) and test.

    For the final message, please check the Behaviour tab on the form’s edit screen – it gives you quite a lot of options to set it up as you’d like.

    And of course, you can integrate the form with external service such as Google Sheets, which will allow you to process the gathered data in any way you’d like.

    Additionally, you can display the results using the wpDataTables plugin and the integration with Forminator: https://www.ads-software.com/plugins/wpdatatables-forminator/

    Hope that helps! ??

    Kind regards,
    Pawel

    Thread Starter Manu

    (@manuxx34)

    Thanks a ton, I also watched this video https://www.youtube.com/watch?v=vpi-s2XqmN4 which showed me that I was looking at the “Poll” type when the “Form” would work.

    One last question about your “Pagination” Field (the one that shows the steps). Is there a way to show those in horizontal (one next to the other just like it displays on desktop) cause on mobile it shows as follows:

    Page 1
    Page 2
    Page 3
    Finish

    Thanks!

    • This reply was modified 3 years ago by Manu.
    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @manuxx34

    Sorry for the delay here.

    Can you try this CSS?

    @media only screen and (min-width:0) {
    .forminator-ui.forminator-custom-form[data-design=default]:not(.forminator-size--small) .forminator-pagination-steps {
        width: auto;
        height: 1px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 7px 0;
    }
    .forminator-ui.forminator-custom-form[data-design=default]:not(.forminator-size--small) .forminator-pagination-steps .forminator-break {
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 30px;
    }
    }

    Add it to Form > Appearance > Custom CSS.

    Best Regards
    Patrick Freitas

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @manuxx34 ,

    We haven’t heard from you for some time 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 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Internal survey for visitors’ is closed to new replies.