Hi;
How can I use these string in one line? I want to use these 2 string together in 1 line.
$formLayout = str_replace(‘rsfp_changePage(’,‘preV(’,$formLayout);
$formLayout = str_replace(‘rsfp_changePage(’, ‘rsfp_conditionalPage(’, $formLayout);
Best regards