Custom button in webform?

Hi
Everyone

I want to add a custom button in web form, I tried many ways but nothing worked for me. So Is there any way to add custom button in web form ?

Thanks

@vinod_yadav check this Adding a Button in WebForm

1 Like
 var r= $('<input type="button" value="new button"/>');                                                                  
        $(".web-form-head .web-form-actions").append(r);

Adding script here

OUTPUT: