Forums

multiplier red remove button

janman 04 Feb, 2016
how do i add the red remove button on multiplier?
GreyHead 04 Feb, 2016
Hi janman,

Please try this in a Load CSS action before the HTML (render form ) action
span.multiplier-remove-button {
  display: none !important;
}

Bob
janman 04 Feb, 2016
Thanks bob
But i would like to know how to add the button, not remove it
GreyHead 04 Feb, 2016
Hi Janman,

It's on by default - unless you select the Hide buttons option in the Multiplier settings.

If you can't see it after you have one row of input showing there is probably some CSS hiding it.

Bob
janman 05 Feb, 2016
Hi Bob
pls check
http://1021dev.co.za/nellene/index.php?option=com_chronoforms5&chronoform=CV
i have set disable button to no and i have added css
    .gbs3 .multiplier-contents {
      background: none repeat scroll 0 0 #eee;
      margin-bottom: 6px;
      padding: 6px;
      position: relative;
    }
    .gbs3 .multiplier-remove-button {
      position: absolute;
      right: 12px;
      top: 12px;
    }


Any help will be greatly appreciated
Thanks
Jan
GreyHead 05 Feb, 2016
HI Janman,

Very strange, I thought it might be hidden or off the page but there is no trace of the HTML at all.

By all means PM me the site URL, the form name, and a SuperAdmin login and I'll take a quick look.

Bob
This topic is locked and no more replies can be posted.