Home › Forums › General › redirect action – open in new window? › Reply To: redirect action – open in new window?
In the Advanced tab for a custom button field you can add custom attributes. In the custom attribute you could add something like:
Name: onclick Value: window.open('https://wsform.com');
onclick
window.open('https://wsform.com');
The Custom Attributes setting lets you add any additional attributes you would like to a field.