• Hi,

    few weeks ago I gave a positive review with a question about setting the widths of form fields, in response from WPMU DEV it was a good proposal and was passed on to the developers. Can anything be said whether this will be implemented in the plugin?

    I am desperately waiting for this option to resize the fields in the same line!

    I was hoping in every update that this feature was there, , now I need to create a form with many fields, and this option is probably indispensable

    I’ve tried with css but can’t get it right to create 3 fields in a line with different widths,for example 20% – 40% – 40%, of course in a rule of 100%

    can you please help me with this problem?

    Thanks Patrick

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

    (@wpmudevsupport13)

    Hi @winock

    I hope you are doing good today.

    There is no ETA when this feature will be implemented. A temporary solution in this case could be this CSS:

    #forminator-module-4278 .forminator-row .forminator-col.forminator-col-4:nth-child(1) {min-width:20% !important;}
    #forminator-module-4278 .forminator-row .forminator-col.forminator-col-4:nth-child(2) {min-width:40% !important;}
    #forminator-module-4278 .forminator-row .forminator-col.forminator-col-4:nth-child(3) {min-width:40% !important;}

    to control each of 3 columns.

    4278 is the ID of your form.

    Kind Regards,
    Kris

    Thread Starter Patrick Horemans

    (@winock)

    Hi, thanks for response, the only issue here is that all rows with 3 fields are now changed,

    Update:

    i write this here, i found the sollution here

    https://www.ads-software.com/support/topic/field-width-8/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Width of form fields’ is closed to new replies.