I need a multipler form therefore I tried the pre installed "demo-fields-multiplier" Forms.
That the numbering starts with 1 I had to set the following multiplier options. Disable First, Hide First and Start count 1.
It works fine but my problem is that I have two Add buttons before and after the multiplier section.
How can I hide the first add button before the multiplier section ? I think the button belongs to the first hidden / disabled multiplier.
That the numbering starts with 1 I had to set the following multiplier options. Disable First, Hide First and Start count 1.
It works fine but my problem is that I have two Add buttons before and after the multiplier section.
How can I hide the first add button before the multiplier section ? I think the button belongs to the first hidden / disabled multiplier.
Hi Fin9er,
I haven't seen this before, Please post a link to the form so I can take a quick look.
Bob
I haven't seen this before, Please post a link to the form so I can take a quick look.
Bob
Hi Bob
http://intern.omv-vs.ch/index.php?option=com_chronoforms5&chronoform=demo-fields-multiplier
Thanks
Regards
Kilian
http://intern.omv-vs.ch/index.php?option=com_chronoforms5&chronoform=demo-fields-multiplier
Thanks
Regards
Kilian
Hi Fin9er,
If you use custom buttons rather than the built-in ones then I guess that you need to add the CSS to hide the first set :-(
It's a bit tricky as some of the ids appear to be being duplicated when they should be unique but I think that if you add an id like id='add_button-__N__' then with luck that will let you hide it.
Bob
If you use custom buttons rather than the built-in ones then I guess that you need to add the CSS to hide the first set :-(
It's a bit tricky as some of the ids appear to be being duplicated when they should be unique but I think that if you add an id like id='add_button-__N__' then with luck that will let you hide it.
Bob
Hi Bob
It was a pre installed demo that's the reason why I use custom buttons.
To which element shoud I add the id='add_button-__N__' t ?
Thanks
Regards
Kilian
It was a pre installed demo that's the reason why I use custom buttons.
To which element shoud I add the id='add_button-__N__' t ?
Thanks
Regards
Kilian
Hi Fin9er,
I'm not clear what is happening. When I check the demo it shows the buttons correctly. Your images show an extra 'Add' button and a missing 'delete' button.
I tested adding the id to the <span> and that doesn't work - the id is there but the __N__ isn't replaced :-(
The settings I see in the demo are
a, In the Multiplier container
Hide First: Yes
Disable First: Yes
Hide Buttons: Yes
b. In the Multipler-contents container
Hide Buttons: Yes
Bob
I'm not clear what is happening. When I check the demo it shows the buttons correctly. Your images show an extra 'Add' button and a missing 'delete' button.
I tested adding the id to the <span> and that doesn't work - the id is there but the __N__ isn't replaced :-(
The settings I see in the demo are
a, In the Multiplier container
Hide First: Yes
Disable First: Yes
Hide Buttons: Yes
b. In the Multipler-contents container
Hide Buttons: Yes
Bob
This topic is locked and no more replies can be posted.