• Resolved anaarm

    (@anaarm)


    This is a great plugin for calculated fields.
    However, the Product field on the Repeater section of ORDER FORM does not select on mobile phones.

    It can only be selected on desktop browsers.

    Any urgent solution will be highly appreciated.

    Please confirm from attached url above.

    anaarm

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    There seems to be a css conflict, please add this in the css tab of your form, this should fix it =).

    .bootstrap-wrapper .col-sm-1,
    .bootstrap-wrapper .col-sm-2,
    .bootstrap-wrapper .col-sm-3,
    .bootstrap-wrapper .col-sm-4,
    .bootstrap-wrapper .col-sm-5,
    .bootstrap-wrapper .col-sm-6,
    .bootstrap-wrapper .col-sm-7,
    .bootstrap-wrapper .col-sm-8,
    .bootstrap-wrapper .col-sm-9,
    .bootstrap-wrapper .col-sm-10,
    .bootstrap-wrapper .col-sm-11,
    .bootstrap-wrapper .col-sm-12 {
      position: static !important;
      width: 100%;
      min-height: 1px;
      padding-right: 0 !important;
      padding-left: 0 !important;
    }

    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Product Field Does Not Select’ is closed to new replies.