Multiple Fields Per Row

The following guide will demonstrate how to list multiple fields in a single row.

Example form - https://survey.formyoula.com/online_v5/61f230af44e225001ea2302a

image

Please use one of the below examples to group specific fields in a row.

Functions to group fields into rows using a list of components IDs.

Enable field grouping in Repeat Groups.

We can also listen to other field changes, like a controlling field to update the row grouping.

Below simpler examples can also be used for field grouping.

(Option 1) Group multiple input fields into a row.

$("#component-19b1-4293-9d73, #component-40c6-0e48-3cba")
    .wrapAll('<div class="row">')
    .addClass("col-xs-6")
    .find(".input_label").css("width", "auto");

(Option 2) Group multiple input fields into a row.

For any questions, please contact us - [email protected] or the Formyoula in-app chat 🙂