Form Inline - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Form Inline

NEROVIK

NEROVIK

Template 3 years ago

Hi, If we use (Sp Page Builder Pro) Opt-in Form extension, we can easily build an inline horizontal form with both fields email + button .

But if we use Form Builder, there is no option to make an horizontal inline form.

cf /addons/addon-list-3/opt-in-form

Help appreciated. Thanks

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #53968

Hi there!

Thanks for your query.

Yes, you are right, there is no "Form field inline" option in the Form Builder addon as the Opt-in form has https://prnt.sc/26it3qw.

But you can control the width of your input fields as follows:

https://prnt.sc/26isvq3

https://prnt.sc/26isw69

However, if you want you can use a simple custom code in your custom CSS:

.sppb-addon-form-builder-form {
    flex-wrap: nowrap;
}

This will give you a horizontal inline form.

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #54165

Thanks for accepting my answer:)

0