Hi, I’m just new in tadabase, I have a form that has submit rule that will redirect to an existing page but due to some reason I have to redirect it with a new tab. Anyone who had done it in the past? Please help!
Take a look at this code:
" TB.render(‘component_84’,function(data){
data.ele.find(‘.af-form-submit’).on(‘click’,function(){
$($(‘.form-2 .af-form-submit’)[0]).click();
window.open(‘https://www.example.com/details/{pageField.recordid} 3’, ‘_blank’, ‘width=500,height=500’);
1 Like