Add Same Icon for multiple times

If you want to add an icon for multiple times Like you need address for three times, then just change the name when add the icon.

Example: There are three fields 1. Name, 2. type, 3 icons

For address 1 - name= address, icon = <i class="fa fa-address"></i>

For address 2 - name= address_2, icon = <i class="fa fa-address"></i> For address 3 - name= address_3, icon = <i class="fa fa-address"></i>

Last updated