Discussions

Ask a Question
Back to All

Custom popup widget does not work

I have used it like this,
hi

                   <form-widget ucid='TpLavbmEY0EPHVWS2IUw1NQNT20' mode='popup' component="customButton">hi</form-widget>
                  <button class="btn" type="button" class="vrlps-trigger">JOIN THE PARTY  
                     <span class="right-chevron"><img
                        src="{{URL::asset('website/img/rightarrow-blue.svg')}}" 
                        alt="" class="show-icon"
                        />
                     <img
                        src="{{URL::asset('website/img/rightarrow-white.svg')}}" 
                        alt="" class="hover-icon"
                        /></span>
                  </button>

And on clicking the button JOIN THE PARTY , it does not work.